Static site generation for food.borys.dk using Hugo
- Run
hugo new --kind recipe-bundle recipes/<name-of-new-recipe>
or copy an existing folder undercontent/recipes
tocontent/recipes/<name-of-new-recipe>
- Modify
content/recipes/<name-of-new-recipe>/index.md
. - Set appropriate tags and categories at the top of
index.md
. - If applicable, delete any unused copied images in
content/recipes/<name-of-new-recipe>/images
.