feat(post): talk a little about hugo
This commit is contained in:
parent
9809358064
commit
d44b7b4efc
|
@ -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 !
|
||||
|
|
Loading…
Reference in New Issue
Block a user