No description
Find a file
2023-02-22 01:16:45 +01:00
assets add main script for generating sites 2023-02-22 00:40:55 +01:00
content content update 2023-02-21 09:42:11 +01:00
html-output add main script for generating sites 2023-02-22 00:40:55 +01:00
html-parts add main script for generating sites 2023-02-22 00:40:55 +01:00
.gitignore add README and gitignore 2023-02-22 00:43:48 +01:00
gmirator.sh add sync all feature to gmirator 2023-02-22 01:16:45 +01:00
in.gmi content update 2023-02-21 09:42:11 +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