Go to file
2022-08-09 12:53:18 +02:00
web templates/index.html forgot to wrap text in <p> 2022-08-07 19:12:40 +02:00
.gitignore initial commit 2022-08-05 23:02:25 +02:00
blog.md added G&G pesto rosso 2022-08-09 12:53:18 +02:00
make-website.py initial commit 2022-08-05 23:02:25 +02:00
Makefile fixed newline in Makefile 2022-08-06 19:52:48 +02:00
parse-md.py added exit code of 1 when parsing failed and support for more characters in company names 2022-08-09 12:53:06 +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.