|
6 months ago | |
---|---|---|
_components | 2 years ago | |
_data | 11 months ago | |
_includes | 11 months ago | |
_layouts | 8 months ago | |
_posts | 2 years ago | |
_recipes | 6 months ago | |
assets | 5 years ago | |
css | 11 months ago | |
icons | 1 year ago | |
images | 8 months ago | |
js | 5 years ago | |
plugins | 2 years ago | |
.gitignore | 1 year ago | |
CNAME | 2 years ago | |
LICENSE | 2 years ago | |
_chowdown.sketch | 11 months ago | |
_config.yml | 8 months ago | |
about.md | 2 years ago | |
beta.html | 2 years ago | |
blog.html | 2 years ago | |
docker-compose.yml | 1 year ago | |
feed.xml | 2 years ago | |
index.html | 8 months ago | |
manifest.json | 1 year ago | |
readme.md | 2 years ago | |
recipes.json | 1 year ago | |
robots.txt | 5 years ago | |
search.html | 11 months ago | |
search.json | 11 months ago | |
serviceworker.js | 1 year ago |
A simple, plaintext recipe database for hackers
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/
The recipes are stored in the collection "Recipes" (the folder /_recipes).
They are written in Markdown and contain a few special sections:
If you need help with Markdown, here's a handy cheatsheet.
A component recipe is a special recipe made up of other recipes. To make a new component recipe:
You can an example on the Red Berry Tart recipe.