Files in the top-level directory in any check-in
- argyroneta.hy
- LICENSE
- README.md
- sakura-vader.css
Argyroneta
Little CLI tool to generate a (HTTP) website from a gemini pod.
Usage
usage: Argyroneta [-h] [-o OUTPUT] [-i INPUT] [-c CSS] [-r RSS_GEMFILE] [-l RSS_LINK] [-s] [-v]
Transforms your gemini pod into a website
options:
-h, --help show this help message and exit
-o OUTPUT, --output OUTPUT
absolut path of output directory
-i INPUT, --input INPUT
absolut path of input directory
-c CSS, --css CSS css file to apply style from
-r RSS_GEMFILE, --rss-gemfile RSS_GEMFILE
gemfeed file to generate rss feed from
-l RSS_LINK, --rss-link RSS_LINK
Url that is used for the link field of the RSS feed
-s, --serve serve the site after building
-v, --verbose make output verbose
Disclaimer
This is one of my first tries to get something properly working with lisp. So could be cleaner. I am open to hints on how to make this more lisp idiomatic.