sillon-fictionnel/hugo.toml

85 lines
2.5 KiB
TOML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

baseURL = 'https://sillon-fictionnel.club/'
title = 'le sillon fictionnel'
theme = 'writeonly'
copyright = '© 2024 Le Sillon Fictionnel - contenu sous licence <a href="https://creativecommons.org/licenses/by/4.0/deed.fr">CC BY 4.0 DEED</a>'
languageCode = 'fr_FR'
defaultContentLanguage = 'fr'
defaultContentLang = 'fr'
[params]
title = 'sillon-fictionnel.club'
description = 'Le Sillon Fictionnel - Un espace dédié à la passion de la lecture et la culture au sein dun club un peu atypique. Critiques - livre, art et culture.'
# copyright = '© 2024 Le Sillon Fictionnel - contenu sous licence <a href="https://creativecommons.org/licenses/by/4.0/deed.fr">CC BY 4.0 DEED</a>'
mastodon = 'https://paperbay.org/@sillon_fictionnel'
[socialIcons]
name = 'rss'
url = 'https://sillon-fictionnel.club'
[favicons]
themeColor = '#FFFFFF'
backgroundColor = '#FFFFFF'
faviconColor = '#000000'
[menus]
[[menus.main]]
name = "à propos"
url = "/apropos"
weight = 1
[[menus.main]]
name = "Les critiques"
url = "/post"
weight = 2
[[menus.main]]
name = "mots-clés"
url = "/tags"
weight = 3
[taxonomies]
series = 'series'
tags = 'tags'
[markup]
defaultMarkdownHandler = 'goldmark'
[markup.goldmark]
[markup.goldmark.extensions]
definitionList = true
footnote = true
linkify = true
linkifyProtocol = 'https'
strikethrough = true
table = true
taskList = true
[markup.goldmark.extensions.cjk]
eastAsianLineBreaks = false
eastAsianLineBreaksStyle = 'simple'
enable = false
escapedSpace = false
[markup.goldmark.extensions.passthrough]
enable = false
[markup.goldmark.extensions.passthrough.delimiters]
block = []
inline = []
[markup.goldmark.extensions.typographer]
apostrophe = '&rsquo;'
disable = false
ellipsis = '&hellip;'
emDash = '&mdash;'
enDash = '&ndash;'
leftAngleQuote = '&laquo;'
leftDoubleQuote = '&ldquo;'
leftSingleQuote = '&lsquo;'
rightAngleQuote = '&raquo;'
rightDoubleQuote = '&rdquo;'
rightSingleQuote = '&rsquo;'
[markup.goldmark.parser]
autoHeadingID = true
autoHeadingIDType = 'github'
wrapStandAloneImageWithinParagraph = true
[markup.goldmark.parser.attribute]
block = false
title = true
[markup.goldmark.renderer]
hardWraps = false
unsafe = false
xhtml = false