Go to file
2022-09-29 13:47:40 +02:00
web added Edeka pesto alla calabrese 2022-09-09 11:53:00 +02:00
.gitignore added table.html to .gitignore 2022-08-19 14:16:14 +02:00
blog.md added san fabio pesto alla calabrese 2022-09-29 13:47:40 +02:00
make_table.py added barilla pesto arrabiata zucchini, serving sizes for all and a better value rating 2022-09-07 15:39:12 +02:00
make_website.py added barilla pesto arrabiata zucchini, serving sizes for all and a better value rating 2022-09-07 15:39:12 +02:00
Makefile added tabular view and tags 2022-08-19 13:58:08 +02:00
parse-md.py added barilla pesto arrabiata zucchini, serving sizes for all and a better value rating 2022-09-07 15:39:12 +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.