This commit is contained in:
Talon Poole 2021-03-01 21:52:03 +00:00
parent 4c273b1543
commit 3685c46820
4 changed files with 4 additions and 6 deletions

View file

@ -1,5 +1,3 @@
# gmi-to-html
The converted Gemini document should exist inside the `<body>`. Consider if sharing the page with other HTML to put the core document inside `<main>`. [Each Gemini line-type](https://gemini.circumlunar.space/docs/specification.html#5-3-line-orientation) may be translated using the following guide:
````
@ -76,7 +74,7 @@ A JSON file can be passed to `--config` for conveniently applying any option wit
```json
{
"html": "en",
"descriptions": 200,
"description": true,
"foreground": "#137752",
"background": "#F4F4F4"
}

View file

@ -2,7 +2,7 @@ gmi-web(1) "1.0.0"
# NAME
gmi-web - A bridge between Gemini and HTML
gmi-web - Convert text/gemini to text/html.
# SYNOPSIS

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "gmi-web-cli",
"version": "1.0.7-rc.4",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

@ -1,6 +1,6 @@
{
"name": "gmi-web-cli",
"version": "1.0.9-rc.4",
"version": "1.0.0",
"description": "Convert text/gemini to text/html.",
"main": "html.js",
"type": "module",