You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
717 B
717 B
talon.computer
make build && make publish
How
Using the gmi-web CLI: npm install --global gmi-web-cli
and kiln with this
this configuration in config.toml:
[[tasks]]
input = [".gmi"]
output = ".html"
template = ".gmi"
postprocess = "gmi-web --html en --foreground #444444 --background #9EEBCF"
output_dir = "build/html"
This will run your gemini files through gmi-web-cli (with some styling flags)
and save the results in build/html
. Rsync that to your web server or what have
you.
See the man page for kiln(1) for more details.