Nettoyage hugo.toml
This commit is contained in:
@@ -1,26 +1,40 @@
|
|||||||
baseURL = "https://barbel.synology.me"
|
baseURL = "https://barbel.synology.me"
|
||||||
languageCode = "fr-fr"
|
languageCode = "fr-fr"
|
||||||
|
DefaultContentLanguage = "fr"
|
||||||
title = "yann64"
|
title = "yann64"
|
||||||
theme = "ace-documentation"
|
theme = "ace-documentation"
|
||||||
|
pygmentsCodeFences = true
|
||||||
|
pygmentsStyle = "monokailight"
|
||||||
|
|
||||||
|
defaultContentLanguageInSubdir= true
|
||||||
|
enableMissingTranslationPlaceholders = true
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
toc = true
|
ordersectionsby = "weight" # ordersectionsby = "title"
|
||||||
DisableSearch = false
|
disableSearch = false # default is false
|
||||||
DisableReadmoreNav = true
|
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
|
||||||
|
|
||||||
sectionPagesMenu = 'main'
|
[markup]
|
||||||
|
[markup.goldmark]
|
||||||
|
[markup.goldmark.renderer]
|
||||||
|
unsafe = true
|
||||||
|
|
||||||
|
[outputs]
|
||||||
|
home = [ "HTML", "RSS", "JSON"]
|
||||||
|
|
||||||
[[menu.shortcuts]]
|
[[menu.shortcuts]]
|
||||||
name = "Généalogie"
|
name = "Généalogie"
|
||||||
url = "https://barbel.synology.me/webtrees/"
|
url = "https://barbel.synology.me/webtrees/"
|
||||||
weight = 10
|
weight = 1
|
||||||
|
|
||||||
[[menu.shortcuts]]
|
[[menu.shortcuts]]
|
||||||
name = "<i class='fab fa-github'></i>"
|
name = "<i class='fab fa-github'></i>"
|
||||||
url = "https://git.barbel.synology.me/yann64/"
|
url = "https://git.barbel.synology.me/yann64/"
|
||||||
weight = 20
|
weight = 2
|
||||||
|
|
||||||
[[menu.shortcuts]]
|
[[menu.shortcuts]]
|
||||||
name = "<i class='fab fa-mastodon'></i>"
|
name = "<i class='fab fa-mastodon'></i>"
|
||||||
url = "https://mastodon.social/@yann64"
|
url = "https://mastodon.social/@yann64"
|
||||||
weight = 30
|
weight = 3
|
||||||
|
|||||||
Reference in New Issue
Block a user