Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | use a clean Makefile system to build/deploy site | Sylvain Gauthier | 2021-03-15 | -111/+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 | |||
* | Monero donation address added, fixes #160 | Luke Smith | 2021-03-14 | -1/+3 |
| | ||||
* | Merge branch 'master' of github.com:LukeSmithxyz/based.cooking | Luke Smith | 2021-03-13 | -2/+31 |
|\ | ||||
| * | Merge pull request #122 from puremana/oaty-pancakes | Luke Smith | 2021-03-13 | -0/+1 |
| |\ | | | | | | | Oaty pancakes | |||
| | * | Changed oaty pancakes back to its own recipe | puremana | 2021-03-14 | -0/+1 |
| | | | ||||
| | * | Move oaty pancakes into pancake index | puremana | 2021-03-13 | -1/+0 |
| | | | ||||
| | * | Add oaty pancakes to index below pancakes | puremana | 2021-03-13 | -0/+1 |
| | | | ||||
| * | | Merge branch 'master' into master | Luke Smith | 2021-03-13 | -0/+1 |
| |\ \ | ||||
| | * | | Added Hellfire Steak to index.md | Jacob Smith | 2021-03-13 | -0/+1 |
| | | | | ||||
| * | | | Added simple sauce to the index | el3ctr0lyte | 2021-03-13 | -0/+1 |
| |/ / | ||||
| * | | Merge branch 'master' into master | Luke Smith | 2021-03-13 | -3/+7 |
| |\ \ | ||||
| | * \ | Merge pull request #130 from TomBT/patch-16 | Luke Smith | 2021-03-13 | -0/+1 |
| | |\ \ | | | | | | | | | | | Update index.md | |||
| | | * | | Update index.md | TomBT | 2021-03-13 | -0/+1 |
| | | | | | ||||
| | * | | | Merge branch 'master' into patch-6 | Luke Smith | 2021-03-13 | -0/+2 |
| | |\ \ \ | ||||
| | | * \ \ | Merge branch 'master' into patch-2 | Luke Smith | 2021-03-13 | -0/+1 |
| | | |\ \ \ | ||||
| | | | * | | | Added Ginataang Kalabasa to index.md | Jacob Smith | 2021-03-13 | -0/+1 |
| | | | |/ / | ||||
| | | * / / | Added hummus to index.md | Jacob Smith | 2021-03-13 | -0/+1 |
| | | |/ / | ||||
| | * / / | Added peanut butter to index.md | Jacob Smith | 2021-03-13 | -0/+1 |
| | |/ / | ||||
| | * | | Editorial changes | Zero Ability | 2021-03-12 | -3/+3 |
| | | | | ||||
| * | | | Fix recipe, add recipe to index | ClosedGL2 | 2021-03-12 | -0/+1 |
| |/ / | ||||
| * | | Update index.md | TomBT | 2021-03-13 | -0/+1 |
| | | | ||||
| * | | Fix missing link for tuna-sub | Zero Ability | 2021-03-12 | -0/+1 |
| | | | ||||
| * | | Update index.md | peebowo | 2021-03-12 | -1/+1 |
| | | | ||||
| * | | Update index.md | peebowo | 2021-03-12 | -0/+1 |
| | | | ||||
| * | | Update index.md | TomBT | 2021-03-13 | -0/+1 |
| |/ | ||||
| * | A bunch of recipes from my personal site | Yaroslav de la Peña Smirnov | 2021-03-13 | -0/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Beef Goulash * Cheesy Meatballs with Tomato Sauce * Country Breakfast Skillet * Creamy Mashed Potatoes * Fresh Guacamole * Merchant's Buckwheat * Pasta Navy Style * Pan-seared Chicken Fillet * Parmesan Potatoes * Refried Beans * Sunday Morning Milkshake Also accidentally modified the template with a find ... -exec sed command, but I'll commit it since you mentioned that you accept webp's only anyway ¯\_(ツ)_/¯. | |||
| * | Merge branch 'master' into chilli | Jacob Siggins | 2021-03-12 | -0/+2 |
| |\ | ||||
| | * | Merge branch 'master' into master | Luke Smith | 2021-03-12 | -0/+3 |
| | |\ | ||||
| | * | | Index file updated | Jake Keast | 2021-03-12 | -0/+2 |
| | | | | ||||
| * | | | pork based chilli | jacob | 2021-03-12 | -0/+1 |
| | |/ | |/| | ||||
| * | | Merge pull request #107 from AlexBocken/master | Luke Smith | 2021-03-12 | -0/+1 |
| |\ \ | | | | | | | | | [ADD] Rösti recipe | |||
| | * | | added Rösti recipe | Alexander Bocken | 2021-03-12 | -0/+1 |
| | | | | ||||
| * | | | added to index | Miika Nissi | 2021-03-12 | -0/+1 |
| |/ / | ||||
| * | | I think I fixed it? | TomBT | 2021-03-12 | -1/+1 |
| | | | | | | | | | I think the title was correct but the files was wrong but it's fixed now. | |||
| * | | Add recipe to index.md | TomBT | 2021-03-12 | -0/+1 |
| |/ | | | | | Was trying to add earlier today but kept getting error. | |||
* | | Merge branch 'batbat-master-patch-45528' into 'master' | Luke Smith | 2021-03-13 | -3/+3 |
|\ \ | | | | | | | | | | | | | See desc See merge request LukeSmithxyz/based.cooking!10 | |||
| * | | Added picture, typo fixes, and contribution info to Cacio e Pepe recipe, ↵ | Batbat | 2021-03-13 | -3/+3 |
| |/ | | | | | | | fixed capitalization on index page | |||
* | | Merge branch 'roast-chicken' into 'master' | Luke Smith | 2021-03-13 | -0/+1 |
|\ \ | | | | | | | | | | | | | Add Roasted Chicken Breast to index See merge request LukeSmithxyz/based.cooking!15 | |||
| * | | Add Roasted Chicken Breast to index | Michael Murphy | 2021-03-13 | -0/+1 |
| |/ | ||||
* / | Banana pancakes, some fixes | Ricky Lindén | 2021-03-13 | -0/+1 |
|/ | ||||
* | ragu fixes | Brad | 2021-03-12 | -0/+1 |
| | ||||
* | fix fix | Luke Smith | 2021-03-12 | -1/+1 |
| | ||||
* | more dox and close #87 | Luke Smith | 2021-03-12 | -1/+5 |
| | ||||
* | added fried anglerfish fillet | Shou | 2021-03-12 | -1/+1 |
| | ||||
* | Merge pull request #58 from ppiont/patch-1 | Luke Smith | 2021-03-12 | -0/+1 |
|\ | | | | | Create Carbonara.md | |||
| * | Update index.md | Peter Piontek | 2021-03-11 | -0/+1 |
| | | ||||
* | | Merge pull request #97 from thmisch/potato | Luke Smith | 2021-03-12 | -0/+1 |
|\ \ | | | | | | | Adding fried potatos recipe | |||
| * | | fixing index.md | themisch | 2021-03-12 | -1/+3 |
| | | | ||||
| * | | Adding fried potatos recipe | themisch | 2021-03-12 | -2/+1 |
| | | | ||||
* | | | Merge branch 'master' into patch-1 | Teo Dragovic | 2021-03-12 | -0/+8 |
|\| | |