feat: Add theme
This commit is contained in:
parent
2c6f61d062
commit
a925d53b2b
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "themes/hugo-theme-lowtech"]
|
||||||
|
path = themes/hugo-theme-lowtech
|
||||||
|
url = https://gitea.lamelio.fr/kosssi/hugo-theme-lowtech.git
|
|
@ -12,3 +12,10 @@ hugo new site lestoitsduval
|
||||||
cd lestoitsduval
|
cd lestoitsduval
|
||||||
git init
|
git init
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Ajout du thème :
|
||||||
|
|
||||||
|
```sh
|
||||||
|
cd themes
|
||||||
|
git submodule add https://gitea.lamelio.fr/kosssi/hugo-theme-lowtech.git
|
||||||
|
```
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
baseURL = "https://lestoitsduval.fr/"
|
baseURL = "https://lestoitsduval.fr/"
|
||||||
languageCode = "fr-fr"
|
languageCode = "fr-fr"
|
||||||
title = "Les Toits du Val"
|
title = "Les Toits du Val"
|
||||||
|
theme = "hugo-theme-lowtech"
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 70e86dfd2359eaffbb2eec896a485c930355f42d
|
Loading…
Reference in New Issue