summaryrefslogtreecommitdiffstats
path: root/data/pix
Commit message (Collapse)AuthorAgeLines
* Adding a Recipe (#297)SimonBlancoE2021-03-21-0/+0
|
* Added French Toast, TFHM edit (#323)Ryan Wilson2021-03-21-0/+0
|
* Added Lamb Biriyani and onion Raitha recipes (#346)Ram2021-03-21-0/+0
| | | | | | | * Added Lamb biriyani recipe * Added onion raitha recipe * Spell-fixes
* Add Baked Mostaccioli Recipe (#318)Zyansheep2021-03-21-0/+0
|
* Added Assam Tea recipe (#327)Chandra Kiran Reddy2021-03-21-0/+0
| | | | | | | * added Assam Tea recipe * added Assam Tea image * Added description
* Added image to danish pancake (#265)Jesper Hustad2021-03-20-0/+0
| | | | | | | * Added image to recipe * Renamed image Co-authored-by: Jesper Hustad <jesterbe3@gmail.com>
* Merge pull request #227 from GrimmT/add-schnitzelLuke Smith2021-03-18-0/+0
|\ | | | | added schnitzel
| * added schnitzelTobias Grimm2021-03-18-0/+0
| |
* | added arroz chaufaAndy Rufasto2021-03-16-0/+0
|/
* Moved misplaced pix filesSteven Hall2021-03-15-0/+0
|
* add data/Sylvain Gauthier2021-03-15-0/+0
|
* use a clean Makefile system to build/deploy siteSylvain Gauthier2021-03-15-0/+0
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