Skip to content
This repository was archived by the owner on Sep 26, 2022. It is now read-only.
/ chef Public archive

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

License

Notifications You must be signed in to change notification settings

runepiper/chef

Folders and files

NameName
Last commit message
Last commit date
Nov 1, 2019
May 17, 2019
May 18, 2019
Oct 20, 2019
May 18, 2019
Oct 29, 2019
May 18, 2019
Oct 29, 2019
May 18, 2019
Oct 29, 2019
Oct 29, 2019
Mar 31, 2020
May 17, 2019
Oct 29, 2019

Repository files navigation

Build Status

Chef πŸ‘¨β€πŸ³

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

Installation

  • git clone git@github.com:runepiper/chef.git
  • cd chef && composer install

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.