No description
assets | ||
content | ||
html-output | ||
html-parts | ||
.gitignore | ||
gmirator.sh | ||
in.gmi | ||
README.md |
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 |