diff --git a/v2/content/post/how-this-blog-is-made/index.md b/v2/content/post/how-this-blog-is-made/index.md index 3292f87..3324c16 100644 --- a/v2/content/post/how-this-blog-is-made/index.md +++ b/v2/content/post/how-this-blog-is-made/index.md @@ -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 !