sillon-fictionnel/hugo.toml

85 lines
2.5 KiB
TOML
Raw Normal View History

2024-01-28 16:07:01 +00:00
baseURL = 'https://sillon-fictionnel.club/'
2024-01-28 13:23:24 +00:00
languageCode = 'fr'
2024-01-28 16:07:01 +00:00
title = 'le sillon fictionnel'
2024-01-28 13:23:24 +00:00
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>'
[params]
title = 'sillon-fictionnel.club'
2024-02-04 11:36:23 +00:00
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.'
2024-01-28 13:23:24 +00:00
# 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'
2024-01-28 16:07:01 +00:00
[socialIcons]
name = 'rss'
url = 'https://sillon-fictionnel.club'
2024-01-28 13:23:24 +00:00
[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
2024-02-01 08:10:51 +00:00
[[menus.main]]
name = "mots-clés"
url = "/tags"
weight = 3
2024-01-28 13:23:24 +00:00
[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