You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Anton Lydike 5d056645c6 added G&G pesto rosso 2 years ago
web templates/index.html forgot to wrap text in <p> 2 years ago
.gitignore initial commit 2 years ago
Makefile fixed newline in Makefile 2 years ago
README.md initial commit 2 years ago
blog.md added G&G pesto rosso 2 years ago
make-website.py initial commit 2 years ago
parse-md.py added exit code of 1 when parsing failed and support for more characters in company names 2 years ago

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.