doc: add git init
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
0xMRTT 2023-05-18 14:26:28 +00:00
parent 03744e7101
commit 4bdc6aefa2

View file

@ -22,6 +22,8 @@ sudo dnf install hugo
- Generate a new Hugo website using `hugo new site myawesomesite`
- Initalize Git using `git init`
- Add Gadolinium as a git submodule using `git submodule add https://git.exozy.me/0xmrtt/gadolinium.git themes/gadolinium`
- Edit the Hugo config file `config.toml` and add `theme = 'gadolinium'`