Compare commits
2 commits
495d6561ee
...
e8c4d1c634
Author | SHA1 | Date | |
---|---|---|---|
Ewen | e8c4d1c634 | ||
Ewen | fcaf6b2c38 |
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
|||
public/
|
||||
.hugo_build.lock
|
||||
|
|
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -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
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue