trimoq / recipes

Set of Jinja-Templates to generate a recipes website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recipes

Set of Jinja2-Templates to generate a recipes website

To prepare, run make init. This will clone the awesome material-kit and you can adjust the theme to your liking. To add a recipe, just create a new .yml file in the recipes directory and run make again. This will compile the jinja templyte and output some html files in the out folder. In addition, this creates a zip containing the out folder for easy deployment to a web hoster.

The site generated by default looks horrible at best but you can easily adjust the .j2 templates to your liking. If you need to perform more advanced changes, the material-kit doku includes a tutorial on how to do so.

About

Set of Jinja-Templates to generate a recipes website

License:MIT License


Languages

Language:HTML 85.3%Language:Python 10.5%Language:Makefile 4.2%