Compare commits

..

2 commits

Author SHA1 Message Date
Ewen e8c4d1c634 changed theme
All checks were successful
continuous-integration/drone/push Build is passing
2022-02-04 11:45:07 +01:00
Ewen fcaf6b2c38 gitignore 2022-02-04 11:40:23 +01:00
4 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
public/
.hugo_build.lock

3
.gitmodules vendored
View file

@ -13,3 +13,6 @@
[submodule "themes/simple-goeland"]
path = themes/simple-goeland
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"
title = "Le nid d'Ewen"
theme = "simple-goeland"
theme = "theme-blog-ewen"
copyright="Copyleft <a href=\"https://git.fedi.bzh/ewen\">Ewen</a>."
languageCode = "fr"
defaultContentLanguage = "fr"
@ -11,8 +11,8 @@ paginate = 10
[params.rss]
includeContent = true
authorName = "Eorn le goéland"
authorEmail = "blog@goe.land"
authorName = "Ewen Korr"
authorEmail = "blog@korr.bzh"
limit = 25
[params.info]