Static site generator with the smoothness of silk
Silkie is a simple and smooth static site generator. It can parse text files (“.txt” files) and generate HTML files from them.
$ python3 silkie.py -h
Usage: silkie.py [OPTIONS]
Static site generator with the smoothness of silk
Options:
-v, --version Show the version and exit.
-h, --help Show this message and exit.
-i, --input PATH Path to the input file/folder [required]
-s, --stylesheet TEXT URL path to a stylesheet
cd silkie && python3 -m venv .
bin\Scripts\activate.bat
source bin/activate
pip3 install -r requirements.txt
python3 silkie.py -h
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.