Go to file
2022-08-19 12:22:32 +02:00
web added more images 2022-08-19 12:22:00 +02:00
.gitignore initial commit 2022-08-05 23:02:25 +02:00
blog.md added barilla pesto ricotta e noci 2022-08-19 12:22:32 +02:00
make-website.py added infrastructure for images 2022-08-09 14:59:24 +02:00
Makefile fixed newline in Makefile 2022-08-06 19:52:48 +02:00
parse-md.py added Ja! Pesto Rosso, fixed minor bugs 2022-08-18 11:26:14 +02:00
process-images.sh added barilla pesto ricotta e noci 2022-08-19 12:22:32 +02:00
README.md initial commit 2022-08-05 23:02:25 +02:00

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.