Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-21 | Added Assam Tea recipe (#327) | Chandra Kiran Reddy | |
* added Assam Tea recipe * added Assam Tea image * Added description | |||
2021-03-20 | Added image to danish pancake (#265) | Jesper Hustad | |
* Added image to recipe * Renamed image Co-authored-by: Jesper Hustad <jesterbe3@gmail.com> | |||
2021-03-18 | Merge pull request #227 from GrimmT/add-schnitzel | Luke Smith | |
added schnitzel | |||
2021-03-18 | added schnitzel | Tobias Grimm | |
2021-03-17 | eye-burning light style only appears for schizos | Luke Smith | |
who for some reason specifically request it | |||
2021-03-16 | sans-serif enforced, close #196 | Luke Smith | |
2021-03-16 | added arroz chaufa | Andy Rufasto | |
2021-03-15 | Fixed Image sizing for directional images | Steven Hall | |
2021-03-15 | Moved misplaced pix files | Steven Hall | |
2021-03-15 | Header now links to homepage | remnny | |
because i find myself clicking on it and being disappointed that it isn't a link. | |||
2021-03-15 | responsive css: multi-column list on wide screens | Luke Smith | |
2021-03-15 | add data/ | Sylvain Gauthier | |
2021-03-15 | use a clean Makefile system to build/deploy site | Sylvain 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 |