No description
Find a file
2023-02-27 18:32:56 +01:00
assets move style.css to assets directory 2023-02-27 18:32:56 +01:00
content add footer feature in gmirator for gemtext files 2023-02-27 12:30:17 +01:00
html-output add header navlinks in html 2023-02-27 13:06:17 +01:00
html-parts move style.css to assets directory 2023-02-27 18:32:56 +01:00
.gitignore add README and gitignore 2023-02-22 00:43:48 +01:00
footer.gmi add footer feature in gmirator for gemtext files 2023-02-27 12:30:17 +01:00
gmirator.sh add footer feature in gmirator for gemtext files 2023-02-27 12:30:17 +01:00
README.md update README 2023-02-22 01:04:15 +01:00

stevengibone.com gemini capsule

This is where all sources related to my Gemini capsule and my website go.

You will find both the content I write and the script I use to generate the html from the gemtext files.

Lots of things will change in the script to make it more flexible and sensible.

I write everything in gemtext first and only then generate the html for the web.

Configuration

The script needs a config file to provide the remote servers and some directory paths. The script uses rsync to push files to the server so go check its manual if you need help settings RGMI and RHTML.

variable name description
WORKDIR base directory
ASSETS
LGMI local directory with all your gemtext
RGMI remote directory to put your gemtext
HTML_HEADER
HTML_FOOTER
LHTML local directory to put generated HTML
RHTML remote directory to put your HTML