/recipes

🍜 My collection of tested and adapted recipes

Primary LanguageHTML

A minimal site that hosts recipes for easy access.

I got tired of juggling a small virtual pile of links, pdfs, emails, and paper recipes. This site replaces that: all the recipes that I regularly reference in one place, alterations and attributions included. No more wading through 10 paragraphs of SEO groveling + ad popups that slow the page to a crawl. This site is simple: an alphabetical list of recipes, each containing the necessary ingredients and steps, and at most one image per recipe.

The site itself is built using Hugo with a modified version of the Tanka theme.

Development

Installation

sudo apt-get install hugo

New recipe

hugo new posts/recipe-name.md

Hot-reload server

hugo server -D # includes posts in draft state

Pushing to main deploys to github pages. Remember to remove draft: true from content front-matter so that posts will appear in deployed version.