28 Commits (86d29abc480748311e0a897fe61bfac5cd7612b0)

Author SHA1 Message Date
Lorenzo Iuri 15f2e2e4d0
Apple Strudel recipe (#303)
Co-authored-by: Lorenzo Iuri <iuri.lorenzo@spes.uniud.it>
4 years ago
abbasmaheryar 42a71d0de7
Add image for pancake recipe (#378)
* Add image for pancake recipe.

* Add link to pancake recipe

* reduce file size of pancake image

* reduce file size of image to <150kb
4 years ago
Julien Lévesque b9deb8848c
Add Pate Chinois recipe (#399) 4 years ago
Tait Hoyem 39e924b07b
Add tuna salad picture + additional optional ingrendients (#396)
* Add tuna salad pic

* Add tuna salad pic, additional optional ingredients.
4 years ago
Zyansheep f0e0e7cdea
quesadilla improvements + add picture (#380) 4 years ago
Miika Nissi fa8ade97fc
[ADD] Image for chicken pasta casserole (#369) 4 years ago
Christian Chapman 744e863422
No-knead Bread (#383)
* added no-knead bread recipe (also moved savory squash recipe out of root)

* adjusted formatting to conform to standards

* corrected formatting

* reduced image size

* Update no-knead-bread.md

* Update savory-squash.md

Co-authored-by: Christian Chapman <iamchristianchapman@gmail.com>
4 years ago
lxgr-linux 3b159957b7
add Glutenfree Pfannkuchen (pancakes) (#376)
* add Glutenfree Pfannkuchen (pancakes)

* Update src/glutenfree-pfannkuchen.md

Co-authored-by: Zyansheep <zyansheep@gmail.com>

* made pic smaller

Co-authored-by: Zyansheep <zyansheep@gmail.com>
4 years ago
Ignacio Ferrer a5ff70d058
Added lentejas recipe (#276) 4 years ago
kristianbrox b78f197fa8
Adding image og pan pizza (#362) 4 years ago
i3oges e3c71dbfb7
add swedish pancakes recipe (#357)
* add swedish pancakes recipe

* update sweedish pancakes recipe
4 years ago
Quinn Milionis dd94cc7faf
add sourdough table loaf recipe and image (#305) 4 years ago
SimonBlancoE 69384fdfc5
Adding a Recipe (#297) 4 years ago
Ryan Wilson 024913ff0e
Added French Toast, TFHM edit (#323) 4 years ago
Ram dae6903ae0
Added Lamb Biriyani and onion Raitha recipes (#346)
* Added Lamb biriyani recipe

* Added onion raitha recipe

* Spell-fixes
4 years ago
Zyansheep 40079200a8
Add Baked Mostaccioli Recipe (#318) 4 years ago
Chandra Kiran Reddy b84c8ab6a6
Added Assam Tea recipe (#327)
* added Assam Tea recipe

* added Assam Tea image

* Added description
4 years ago
Jesper Hustad 7051c9226a
Added image to danish pancake (#265)
* Added image to recipe

* Renamed image

Co-authored-by: Jesper Hustad <jesterbe3@gmail.com>
4 years ago
Luke Smith 47c48ad9e2
Merge pull request #227 from GrimmT/add-schnitzel
added schnitzel
4 years ago
Tobias Grimm 3f97c869fd added schnitzel 4 years ago
Luke Smith f1c56c8259
eye-burning light style only appears for schizos
who for some reason specifically request it
4 years ago
Luke Smith 2bc41fc03a
sans-serif enforced, close #196 4 years ago
Andy Rufasto 23072fe63f
added arroz chaufa 4 years ago
Steven Hall d8e4c64e38 Fixed Image sizing for directional images 4 years ago
Steven Hall a53d3579c1 Moved misplaced pix files 4 years ago
Luke Smith c3287d9a19
responsive css: multi-column list on wide screens 4 years ago
Sylvain Gauthier 4a64717c9b add data/ 4 years ago
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
4 years ago