A static website generated from kiln and gmi-web available via https:// (currently no gemini:// server) https://talon.computer
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Talon bec29134f0
no templates for now + rsync fix
1 year ago
content readme + cleanup 1 year ago
.gitignore readme + cleanup 1 year ago
Makefile no templates for now + rsync fix 1 year ago
README.md readme + cleanup 1 year ago
config.toml readme + cleanup 1 year ago

README.md

talon.computer

Powered by kiln and gmi-web.

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.