Skip to content

recettes-recipes/blog

Repository files navigation

Recettes and recipes

A handful of recipes tested by us, for you!

Stack

Website generated and managed with Hugo. It's a prerequisite to install it if you want to add a recipe.

Auto deploy to recettes-recipes.github.io/blog is provided by Github Actions, credits to peaceiris/actions-hugo.

Add a recipe

Generate a Markdown recipe file by typing the command:

hugo new --kind recipe-bundle recipes/name-of-your-new-recipe-here

Then, simply edit the recipe and its image (content/recipes/name-of-your-new-recipe-here folder).

Run local server

Thanks to Hugo CLI, simply run this command:

hugo server -D

Production build

Run this command:

hugo --minify

Using docker during development

Some people prefer using docker during development, as installing Hugo can be a bit tricky.

For this, simply run :

docker-compose -f docker-compose-dev.yml up

Then, the app can be accessed on http://localhost:1313/blog/

Releases

No releases published

Packages

No packages published