Static site generator built with Python & OOP.
- Python 3
- Bash shell or similar
Chmod main.sh & run it. This will generate a /public
folder based on the markdown content in the content
folder and serve it through python http server. See the result on http://localhost:8888
chmod +x ./main.sh
./main.sh
Chmod test.sh & run it. This will run all test files in src with the test_
prefix.
chmod +x ./test.sh
./test.sh