A small Python tool that turns Markdown in content/ into HTML using template.html, copies assets from static/ into public/, and mirrors the folder layout in the output.
python3 src/main.py./main.shThis generates the site, then serves public/ on http://localhost:8888.
./test.sh(Boot.dev course project — custom Markdown → HTML pipeline.)