blog/config.toml
Ewen 79ba6399f1
All checks were successful
continuous-integration/drone/push Build is passing
Initial commit
2022-02-04 16:05:48 +01:00

62 lines
1.2 KiB
TOML

baseURL = "https://ewen.korr.bzh"
title = "Le nid d'Ewen"
theme = "theme-blog-ewen"
copyright="Copyleft <a href=\"https://git.fedi.bzh/ewen\">Ewen</a>."
languageCode = "fr"
defaultContentLanguage = "fr"
sectionPagesMenu = "main"
pluralizelisttitles = "false"
paginate = 10
[params.rss]
includeContent = true
authorName = "Ewen Korr"
authorEmail = "blog@korr.bzh"
limit = 25
[params.info]
enableSocial = true
poweredby = true
related = true
taxonomiesCount = true
[params.social]
pleroma = "https://kayii.goe.land/users/eorn"
pixelfed = "https://pix.goe.land/eorn"
gitea = "https://forge.goe.land/eorn"
[params.social.config]
platforms = ["pleroma", "pixelfed", "gitea"]
#[params.matomoAnalytics]
#siteID=2
#rootURL = "https://mato.goe.land"
[params.issoComments]
issoURL = "https://isso.goe.land"
[taxonomies]
tag = "tags"
[languages]
[languages.fr]
contentDir = "content/fr"
languageName = "Français"
languageCode = "fr"
title = "Le nid numérique d'Ewen"
weight = 1
[languages.br]
contentDir = "content/br"
languageCode = "br"
languageName = "Brezhoneg"
title = "Neizh niverel Ewen"
weight = 2
[markup]
[markup.highlight]
codeFences = true
anchorLineNos = true
lineNos = true