- input markdown in
content/ - output HTML in
public/
./main.sh./test/sh
cd public
python3 -m http.server 8888https://scGetStuff.github.io/sitegen
- added
docs/to repo for Pages - this should be an orphan branch with no history
- markdown valid
- there is no nested markdown
- I'm using type hints because I hate languages that are not static typed
- but I am not using mypy yet
- the IDE behaves better with the hints; that's good enough for me
- nested markdown
- first pass only support a single level of nesting
- make this
This is an *italic and **bold** word*.work