RomanStaticSG
Welcome to Romans Static Site Generator v.0.1
About RomanStaticSG
RomanStaticSG is made in python. It is a simple static site generator. It accepts an input file, or input folder. The current file types that are parsed are text and markdown. Markdown however currently only supports heading level 1 parsing. The program will then take the accepted files and create basic html webpages, as well as an index.html file. The script also allows you to input a custom output directory, so that the files could be saved in a custom location.
How to Use RomanStaticSG
Python 3.9+ Required
To use RomanStaticSG simply type
python romanssg.py --help
When running the command input command and not specifying the output command, a local folder named "dist" will be created in the directory of the existing file
Command List
Help Screen
python romanssg.py --help | python romanssg.py -h
Help Screen
Usage: python romanssg.py
Commands:
…