Changement et theme et de structure. Meilleur support français/anglais.
This commit is contained in:
@@ -1,45 +1,38 @@
|
||||
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
|
||||
title = "Yann64"
|
||||
copyright = "Yannick Barbel"
|
||||
paginate = 3 # for demonstration of pagination
|
||||
languageCode = "fr"
|
||||
defaultContentLanguage = "fr"
|
||||
enableInlineShortcodes = true
|
||||
# prevent build failures when using Hugo's Instagram shortcode due to deprecated Instagram API.
|
||||
# See https://github.com/gohugoio/hugo/issues/7228#issuecomment-714490456
|
||||
ignoreErrors = ["error-remote-getjson"]
|
||||
theme = "tailwind"
|
||||
enableGitInfo = true
|
||||
|
||||
[markup]
|
||||
[markup.goldmark]
|
||||
[markup.goldmark.renderer]
|
||||
unsafe = true
|
||||
_merge = "deep"
|
||||
|
||||
[outputs]
|
||||
home = [ "HTML", "RSS", "JSON"]
|
||||
[taxonomies]
|
||||
category = "categories"
|
||||
tag = "tags"
|
||||
series = "series"
|
||||
|
||||
[[menu.shortcuts]]
|
||||
name = "<i class='fa fa-regular fa-sitemap'></i> Généalogie"
|
||||
url = "https://barbel.synology.me/webtrees/"
|
||||
weight = 1
|
||||
[privacy]
|
||||
[privacy.vimeo]
|
||||
disabled = false
|
||||
simple = true
|
||||
|
||||
[[menu.shortcuts]]
|
||||
name = "<i class='fab fa-github'></i> GitHub"
|
||||
url = "https://github.com/yann64/"
|
||||
weight = 2
|
||||
[privacy.twitter]
|
||||
disabled = false
|
||||
enableDNT = true
|
||||
simple = true
|
||||
|
||||
[[menu.shortcuts]]
|
||||
name = "<i class='fab fa-git-alt'></i> Gitea (auto-hébergé)"
|
||||
url = "https://git.barbel.synology.me/yann64/"
|
||||
weight = 3
|
||||
[privacy.instagram]
|
||||
disabled = false
|
||||
simple = true
|
||||
|
||||
[[menu.shortcuts]]
|
||||
name = "<i class='fab fa-mastodon'></i> Mastodon"
|
||||
url = "https://mastodon.social/@yann64"
|
||||
weight = 4
|
||||
[privacy.youtube]
|
||||
disabled = false
|
||||
privacyEnhanced = true
|
||||
|
||||
Reference in New Issue
Block a user