feat(post): talk a little about hugo

This commit is contained in:
Hugo Poissonnet 2022-11-30 11:34:56 +01:00
parent 9809358064
commit d44b7b4efc
1 changed files with 8 additions and 1 deletions

View File

@ -139,4 +139,11 @@ parse HTML pages.
## The new blog with Hugo
Go Hugo !
I wanted simple markdown that generate static HTML, this why I choose Hugo for my blog.
1. First I add a new directory called `v2` next to the legacy blog.
2. Then you launch `hugo new site v2` this will generate the folder tree needed.
3. I add the Cupper theme with `git submodule add https://github.com/zwbetz-gh/cupper-hugo-theme.git themes/cupper-hugo-theme`
4. Add some custom css
5. Add some config in config.toml
Moooore to come !