Tym17 / chilli-cook-book

Recipes for things to do with Chillies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chilli-cook-book

Recipes for things to do with Chillies

A repo to add recipes for things to do with chillies

Quick Start

How to compile the book locally

crowbook is installed locally:

$ cd book

$ crowbook chilli-cookbook.book --to pdf --verbose

crowbook not installed locally:

$ docker build -t bt:latest .

$ docker run -it -v "${pwd}/book":/book bt:latest crowbook chilli-cookbook.book

CONTRIBUTING

  • Follow the template/style guide (recipes/tempalte.md)
  • One MD file per recipe

TODO:

  • Cleanup initial raw recipes
  • Define a MD Template for all recipes
  • setup folders for different recipe types (brine fermentation, mash fermentation, dry chilli salts, etc...)
  • Create a script to generate a PDF from the MD

About

Recipes for things to do with Chillies


Languages

Language:TeX 85.2%Language:Dockerfile 14.8%