Thanks to visit codestin.com
Credit goes to github.com

Skip to content

timo-reymann/recipes

 
 

Repository files navigation

recipes (Chowdown)

A simple, plaintext recipe database for hackers, filled with my recipes.

About

All recipes are in german 🇩🇪!

This is a growing collection of my favorite recipes that i personally cooked/baked and really enjoyed!

This is based on the amazing work of clarklab: chowdown.

Getting Started

This is a Jekyll build. Make sure you have Jekyll installed. To install, run this command in the terminal:

gem install bundler jekyll

or to check if you've got it installed already:

jekyll -v

Clone or download this repo. Navigate to the folder in terminal (or iTerm, etc), and then run:

jekyll serve

With default settings, you should be able to view the site locally at http://127.0.0.1:4000/

Writing a Recipe

The recipes are stored in the collection "Recipes" (the folder /_recipes).

They are written in Markdown and contain a few special sections:

  • The frontmatter, which contains:
    • Title, Image, and Layout (which is "recipe")
    • Ingredients (a list of things in the dish)
    • Directions (a list of steps for the dish)
  • Body content (for intros, stories, written detail)

About

My recipes, based on chowdown

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Languages

  • Markdown 83.1%
  • HTML 11.9%
  • SCSS 2.6%
  • JavaScript 2.2%
  • Ruby 0.2%