It is a simple static site generator that takes raw Markdown and images and turns them into HTML which is then served by python http server
Just follow 3 simple steps
- Throw bunch of simple
.md
files to the./content
directory (use really simple Markdown bc can"t handle insane nesting) - Run
./main.sh
from the root of repo - Go to
http://localhost:8888/your_original_md_filename.html