summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)Author
2021-03-22Add Pate Chinois recipe (#399)Julien Lévesque
2021-03-22Add tuna salad picture + additional optional ingrendients (#396)Tait Hoyem
* Add tuna salad pic * Add tuna salad pic, additional optional ingredients.
2021-03-21quesadilla improvements + add picture (#380)Zyansheep
2021-03-21[ADD] Image for chicken pasta casserole (#369)Miika Nissi
2021-03-21No-knead Bread (#383)Christian Chapman
* 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-21add Glutenfree Pfannkuchen (pancakes) (#376)lxgr-linux
* 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-21Added lentejas recipe (#276)Ignacio Ferrer
2021-03-21Adding image og pan pizza (#362)kristianbrox
2021-03-21add swedish pancakes recipe (#357)i3oges
* add swedish pancakes recipe * update sweedish pancakes recipe
2021-03-21add sourdough table loaf recipe and image (#305)Quinn Milionis
2021-03-21Adding a Recipe (#297)SimonBlancoE
2021-03-21Added French Toast, TFHM edit (#323)Ryan Wilson
2021-03-21Added Lamb Biriyani and onion Raitha recipes (#346)Ram
* Added Lamb biriyani recipe * Added onion raitha recipe * Spell-fixes
2021-03-21Add Baked Mostaccioli Recipe (#318)Zyansheep
2021-03-21Added Assam Tea recipe (#327)Chandra Kiran Reddy
* added Assam Tea recipe * added Assam Tea image * Added description
2021-03-20Added image to danish pancake (#265)Jesper Hustad
* Added image to recipe * Renamed image Co-authored-by: Jesper Hustad <jesterbe3@gmail.com>
2021-03-18Merge pull request #227 from GrimmT/add-schnitzelLuke Smith
added schnitzel
2021-03-18added schnitzelTobias Grimm
2021-03-17eye-burning light style only appears for schizosLuke Smith
who for some reason specifically request it
2021-03-16sans-serif enforced, close #196Luke Smith
2021-03-16added arroz chaufaAndy Rufasto
2021-03-15Fixed Image sizing for directional imagesSteven Hall
2021-03-15Moved misplaced pix filesSteven Hall
2021-03-15responsive css: multi-column list on wide screensLuke Smith
2021-03-15add data/Sylvain Gauthier
2021-03-15use a clean Makefile system to build/deploy siteSylvain Gauthier
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