Skip to content

clarklab/chowdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 4, 2025
2e100f4 · Feb 4, 2025
Aug 23, 2018
Feb 1, 2020
Feb 4, 2025
Feb 4, 2025
Sep 20, 2018
Feb 3, 2025
Feb 4, 2025
Jan 15, 2025
Feb 3, 2025
May 26, 2015
Aug 23, 2018
Jan 22, 2025
Sep 7, 2018
Jan 15, 2019
May 28, 2020
Jan 22, 2025
Aug 23, 2018
Dec 21, 2018
Sep 3, 2019
Aug 23, 2018
Jan 22, 2025
Jan 15, 2025
Aug 23, 2018
Jan 30, 2020
May 19, 2015
Jan 29, 2025
Feb 3, 2025
Jan 24, 2020
Feb 3, 2025

Repository files navigation

Chowdown

A simple, plaintext recipe database for hackers

http://chowdown.io

Getting Started

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

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)

If you need help with Markdown, here's a handy cheatsheet.

Writing a component recipe

A component recipe is a special recipe made up of other recipes. To make a new component recipe:

  • place your smaller, single recipes into the /_components folder
  • make a new recipe like normal in the /_recipes folders
  • in the frontmatter of this new recipe, include your recipes from the /_components folder (instead of the usual Ingredeints list)

You can an example on the Red Berry Tart recipe.

About

Simple recipes in Markdown format

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published