No description
Find a file
2023-02-22 00:51:34 +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 modify script to remove unused line skip feature 2023-02-22 00:51:34 +01:00
in.gmi content update 2023-02-21 09:42:11 +01:00
README.md add README and gitignore 2023-02-22 00:43:48 +01:00

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

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.

WORKDIR=~/dev/gemini-capsule
ASSETS=$WORKDIR/assets

LGMI=~/dev/gemini-capsule/content/
RGMI=user@remote.server:/directory

HTMLPARTS=~/dev/gemini-capsule/html-parts
LHTML=~/dev/gemini-capsule/html-output/
RHTML=user@remote.server:/directory