runepiper / chef

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

Home Page:https://rezepte.runepiper.de

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

https://rezepte.runepiper.de

License:MIT License


Languages

Language:PHP 66.9%Language:CSS 24.2%Language:Dockerfile 5.5%Language:Hack 3.5%