46 lines
1.3 KiB
TOML
46 lines
1.3 KiB
TOML
baseURL = "https://barbel.synology.me"
|
|
languageCode = "fr-fr"
|
|
DefaultContentLanguage = "fr"
|
|
title = "yann64"
|
|
theme = "ace-documentation"
|
|
pygmentsCodeFences = true
|
|
pygmentsStyle = "monokailight"
|
|
|
|
defaultContentLanguageInSubdir= true
|
|
enableMissingTranslationPlaceholders = true
|
|
|
|
[params]
|
|
ordersectionsby = "weight" # ordersectionsby = "title"
|
|
disableSearch = false # default is false
|
|
disableReadmoreNav = true # set true to hide prev/next navigation, default is false
|
|
highlightClientSide = false # set true to use highlight.pack.js instead of the default hugo chroma highlighter
|
|
menushortcutsnewtab = true # set true to open shortcuts links to a new tab/window
|
|
|
|
[markup]
|
|
[markup.goldmark]
|
|
[markup.goldmark.renderer]
|
|
unsafe = true
|
|
|
|
[outputs]
|
|
home = [ "HTML", "RSS", "JSON"]
|
|
|
|
[[menu.shortcuts]]
|
|
name = "<i class='fa fa-regular fa-sitemap'></i> Généalogie"
|
|
url = "https://barbel.synology.me/webtrees/"
|
|
weight = 1
|
|
|
|
[[menu.shortcuts]]
|
|
name = "<i class='fab fa-github'></i> GitHub"
|
|
url = "https://github.com/yann64/"
|
|
weight = 2
|
|
|
|
[[menu.shortcuts]]
|
|
name = "<i class='fab fa-git-alt'></i> Gitea (auto-hébergé)"
|
|
url = "https://git.barbel.synology.me/yann64/"
|
|
weight = 3
|
|
|
|
[[menu.shortcuts]]
|
|
name = "<i class='fab fa-mastodon'></i> Mastodon"
|
|
url = "https://mastodon.social/@yann64"
|
|
weight = 4
|