web | ||
.gitignore | ||
blog.md | ||
make-website.py | ||
parse-md.py | ||
README.md |
Pesto Blog
This blog talks about pesto. The HTML generation is slightly convoluted though:
I write my blog in a markdown file (blog.md) (following a relatively strict schema).
A python script reads the markdown document and generates a JSON file.
The JSON file is then used to generate the website.