Commit Graph

24 Commits

Author SHA1 Message Date
Zyansheep f0e0e7cdea
quesadilla improvements + add picture (#380) 2021-03-21 21:11:44 -04:00
Miika Nissi fa8ade97fc
[ADD] Image for chicken pasta casserole (#369) 2021-03-21 21:05:48 -04:00
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>
2021-03-21 17:13:11 -04:00
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>
2021-03-21 16:45:21 -04:00
Ignacio Ferrer a5ff70d058
Added lentejas recipe (#276) 2021-03-21 15:16:38 -04:00
kristianbrox b78f197fa8
Adding image og pan pizza (#362) 2021-03-21 13:32:42 -04:00
i3oges e3c71dbfb7
add swedish pancakes recipe (#357)
* add swedish pancakes recipe

* update sweedish pancakes recipe
2021-03-21 13:31:28 -04:00
Quinn Milionis dd94cc7faf
add sourdough table loaf recipe and image (#305) 2021-03-21 08:59:36 -04:00
SimonBlancoE 69384fdfc5
Adding a Recipe (#297) 2021-03-21 08:46:20 -04:00
Ryan Wilson 024913ff0e
Added French Toast, TFHM edit (#323) 2021-03-21 07:54:54 -04:00
Ram dae6903ae0
Added Lamb Biriyani and onion Raitha recipes (#346)
* Added Lamb biriyani recipe

* Added onion raitha recipe

* Spell-fixes
2021-03-21 07:52:01 -04:00
Zyansheep 40079200a8
Add Baked Mostaccioli Recipe (#318) 2021-03-21 07:46:50 -04:00
Chandra Kiran Reddy b84c8ab6a6
Added Assam Tea recipe (#327)
* added Assam Tea recipe

* added Assam Tea image

* Added description
2021-03-21 07:46:30 -04:00
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
Luke Smith f1c56c8259
eye-burning light style only appears for schizos
who for some reason specifically request it
2021-03-17 12:22:56 -04:00
Luke Smith 2bc41fc03a
sans-serif enforced, close #196 2021-03-16 18:55:50 -04:00
Andy Rufasto 23072fe63f
added arroz chaufa 2021-03-16 16:06:34 -05:00
Steven Hall d8e4c64e38 Fixed Image sizing for directional images 2021-03-15 21:45:28 -07:00
Steven Hall a53d3579c1 Moved misplaced pix files 2021-03-15 19:48:56 -07:00
Luke Smith c3287d9a19
responsive css: multi-column list on wide screens 2021-03-15 08:57:49 -04: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