119 Commits (5f90d0d9a497b85ce905d085474053087c627ebd)

Author SHA1 Message Date
SimonBlancoE 69384fdfc5
Adding a Recipe (#297) 3 years ago
Ryan Wilson 024913ff0e
Added French Toast, TFHM edit (#323) 3 years ago
Ram dae6903ae0
Added Lamb Biriyani and onion Raitha recipes (#346)
* Added Lamb biriyani recipe

* Added onion raitha recipe

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

* added Assam Tea image

* Added description
3 years ago
Stefan Teunissen 39f12f1728
Merge branch 'master' into master 3 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>
3 years ago
Stefan Teunissen 974682c936 Fix Brigadeiro recipe capitalization and added a picture 3 years ago
Luke Smith 47c48ad9e2
Merge pull request #227 from GrimmT/add-schnitzel
added schnitzel
3 years ago
Tobias Grimm 3f97c869fd added schnitzel 3 years ago
Luke Smith f1c56c8259
eye-burning light style only appears for schizos
who for some reason specifically request it
3 years ago
Luke Smith 2bc41fc03a
sans-serif enforced, close #196 3 years ago
Andy Rufasto 23072fe63f
added arroz chaufa 3 years ago
Steven Hall d8e4c64e38 Fixed Image sizing for directional images 3 years ago
Steven Hall a53d3579c1 Moved misplaced pix files 3 years ago
remnny 016eaa602d Header now links to homepage
because i find myself clicking on it and being disappointed that it isn't a link.
3 years ago
Luke Smith c3287d9a19
responsive css: multi-column list on wide screens 3 years ago
Sylvain Gauthier 4a64717c9b add data/ 3 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
3 years ago