Chef is a small PHP web application that acts as a central place for your recipes.
git clone [email protected]:runepiper/chef.git
cd chef && composer install
That's all
- Add markdown files to the
./recipes/
directory. - You can enrich your recipes with some meta information:
<!--
categories: bread, wild garlic
source: https://www.domain.de/some/recipe.html
-->
- Want an image? No problem. Just add it to the
public/uploads/
folder and link it in your markdown recipe. - You can easily add recipes with the chef-scraper extension.
We utilize some static file cache, which improves load times and makes content search easier. Simply run rm public/cache.php
. The file will be generated at the next request.