Commit Graph

7 Commits

Author SHA1 Message Date
Jesper Hustad 7051c9226a
Added image to danish pancake (#265)
* Added image to recipe

* Renamed image

Co-authored-by: Jesper Hustad <jesterbe3@gmail.com>
2021-03-20 12:12:21 -04:00
Luke Smith 47c48ad9e2
Merge pull request #227 from GrimmT/add-schnitzel
added schnitzel
2021-03-18 18:22:17 -04:00
Tobias Grimm 3f97c869fd added schnitzel 2021-03-18 18:58:27 +01:00
Andy Rufasto 23072fe63f
added arroz chaufa 2021-03-16 16:06:34 -05:00
Steven Hall a53d3579c1 Moved misplaced pix files 2021-03-15 19:48:56 -07:00
Sylvain Gauthier 4a64717c9b add data/ 2021-03-15 10:36:12 +11:00
Sylvain Gauthier 9e99745276 use a clean Makefile system to build/deploy site
This way, we get dependency/smart update for free. We don't need to
rebuild all the pages everytime a new one is added. The author, date of
creation and date of revision are extracted from git information. The
index is generated automatically, so adding a recipe is literally just
adding a markdown file in src/.

The deployment system uses rsync to push only newer data to the server.

There is a tag system that you can add at the end of each recipe file.
Tag pages are generated statically that contain all recipes with a given
tag.

It introduces more HTML template files, though.

To build website, type
make build

To deploy it,
make deploy

To clean everything,
make clean
2021-03-15 10:34:59 +11:00