feat: Add theme

This commit is contained in:
2020-03-25 14:38:21 +01:00
parent 2c6f61d062
commit a925d53b2b
4 changed files with 12 additions and 0 deletions

View File

@ -12,3 +12,10 @@ hugo new site lestoitsduval
cd lestoitsduval
git init
```
Ajout du thème :
```sh
cd themes
git submodule add https://gitea.lamelio.fr/kosssi/hugo-theme-lowtech.git
```