13 Commits

Author SHA1 Message Date
mfed3
712dfa5438 Added Ravioli Recipe, changed Mapo Tofu spelling 2021-03-26 00:36:41 -04:00
mfed3
b88f076244 Added Mapo Tofu Recipe 2021-03-25 20:58:35 -04:00
mfed3
863d6a03b4 Added Italian Mulled Wine Recipe, added limoncello image 2021-03-24 21:18:53 -04:00
mfed3
7a1a1a6ce2 Updated formatting on cookies, downscaled images, removed tag 2021-03-24 00:33:22 -04:00
mfed3
be9e837c09 Added Ragu Napoletano, decreased image sizes 2021-03-21 03:13:53 -04:00
mfed3
a5a298d11c Added Chocolate Chip Cookies recipe 2021-03-20 13:17:02 -04:00
mfed3
e70c5bc999 Added Apple Pie recipe 2021-03-20 12:06:44 -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