feat: Add theme
This commit is contained in:
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal 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
|
@ -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"
|
||||||
|
1
themes/hugo-theme-lowtech
Submodule
1
themes/hugo-theme-lowtech
Submodule
Submodule themes/hugo-theme-lowtech added at 70e86dfd23
Reference in New Issue
Block a user