feat: Add theme

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

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "themes/hugo-theme-lowtech"]
path = themes/hugo-theme-lowtech
url = https://gitea.lamelio.fr/kosssi/hugo-theme-lowtech.git

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
```

View File

@ -1,3 +1,4 @@
baseURL = "https://lestoitsduval.fr/"
languageCode = "fr-fr"
title = "Les Toits du Val"
theme = "hugo-theme-lowtech"

@ -0,0 +1 @@
Subproject commit 70e86dfd2359eaffbb2eec896a485c930355f42d