Compare commits
2 commits
495d6561ee
...
e8c4d1c634
Author | SHA1 | Date | |
---|---|---|---|
Ewen | e8c4d1c634 | ||
Ewen | fcaf6b2c38 |
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
||||||
public/
|
public/
|
||||||
|
.hugo_build.lock
|
||||||
|
|
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -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
|
||||||
|
|
|
@ -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"
|
||||||
|
@ -11,8 +11,8 @@ paginate = 10
|
||||||
|
|
||||||
[params.rss]
|
[params.rss]
|
||||||
includeContent = true
|
includeContent = true
|
||||||
authorName = "Eorn le goéland"
|
authorName = "Ewen Korr"
|
||||||
authorEmail = "blog@goe.land"
|
authorEmail = "blog@korr.bzh"
|
||||||
limit = 25
|
limit = 25
|
||||||
|
|
||||||
[params.info]
|
[params.info]
|
||||||
|
|
Loading…
Reference in a new issue