changed theme
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Ewen 2022-02-04 11:45:07 +01:00
parent fcaf6b2c38
commit e8c4d1c634
3 changed files with 4 additions and 1 deletions

3
.gitmodules vendored
View file

@ -13,3 +13,6 @@
[submodule "themes/simple-goeland"] [submodule "themes/simple-goeland"]
path = themes/simple-goeland path = themes/simple-goeland
url = https://forge.goe.land/eorn/simple-goeland.git url = https://forge.goe.land/eorn/simple-goeland.git
[submodule "themes/theme-blog-ewen"]
path = themes/theme-blog-ewen
url = https://git.fedi.bzh/ewen/theme-blog-ewen.git

View file

@ -1,6 +1,6 @@
baseURL = "https://ewen.korr.bzh" baseURL = "https://ewen.korr.bzh"
title = "Le nid d'Ewen" title = "Le nid d'Ewen"
theme = "simple-goeland" theme = "theme-blog-ewen"
copyright="Copyleft <a href=\"https://git.fedi.bzh/ewen\">Ewen</a>." copyright="Copyleft <a href=\"https://git.fedi.bzh/ewen\">Ewen</a>."
languageCode = "fr" languageCode = "fr"
defaultContentLanguage = "fr" defaultContentLanguage = "fr"