Skip to content
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.

Latest commit

 

History

History
29 lines (20 loc) · 996 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 996 Bytes

Build Status

Chef 👨‍🍳

Chef is a small PHP web application that acts as a central place for your recipes.

Installation

That's all

Adding recipes

  • 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.

Where is my new recipe?

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.