101 lines
2.7 KiB
TOML
101 lines
2.7 KiB
TOML
baseurl = "https://colmaris.fr"
|
|
title = "colmaris"
|
|
theme = ["hugo-theme-console", "hugo-easy-gallery"]
|
|
languageCode = 'fr-FR'
|
|
defaultContentLanguage = "fr"
|
|
defaultContentLang = "fr"
|
|
pygmentsstyle = "nordic"
|
|
pygmentscodefences = true
|
|
pygmentscodefencesguesssyntax = true
|
|
|
|
|
|
[markup]
|
|
[markup.goldmark]
|
|
duplicateResourceFiles = false
|
|
[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.extras]
|
|
[markup.goldmark.extensions.extras.delete]
|
|
enable = false
|
|
[markup.goldmark.extensions.extras.insert]
|
|
enable = false
|
|
[markup.goldmark.extensions.extras.mark]
|
|
enable = false
|
|
[markup.goldmark.extensions.extras.subscript]
|
|
enable = false
|
|
[markup.goldmark.extensions.extras.superscript]
|
|
enable = false
|
|
[markup.goldmark.extensions.passthrough]
|
|
enable = false
|
|
[markup.goldmark.extensions.passthrough.delimiters]
|
|
block = []
|
|
inline = []
|
|
[markup.goldmark.extensions.typographer]
|
|
apostrophe = '’'
|
|
disable = false
|
|
ellipsis = '…'
|
|
emDash = '—'
|
|
enDash = '–'
|
|
leftAngleQuote = '«'
|
|
leftDoubleQuote = '“'
|
|
leftSingleQuote = '‘'
|
|
rightAngleQuote = '»'
|
|
rightDoubleQuote = '”'
|
|
rightSingleQuote = '’'
|
|
[markup.goldmark.parser]
|
|
autoHeadingID = true
|
|
autoHeadingIDType = 'github'
|
|
wrapStandAloneImageWithinParagraph = true
|
|
[markup.goldmark.parser.attribute]
|
|
block = false
|
|
title = true
|
|
[markup.goldmark.renderHooks]
|
|
[markup.goldmark.renderHooks.image]
|
|
enableDefault = false
|
|
[markup.goldmark.renderHooks.link]
|
|
enableDefault = false
|
|
[markup.goldmark.renderer]
|
|
hardWraps = false
|
|
unsafe = false
|
|
xhtml = false
|
|
|
|
[taxonomies]
|
|
tag = "tags"
|
|
category = "categories"
|
|
|
|
|
|
|
|
[params]
|
|
# Cutting off the page title to two chars for mobile (console-demo -> co)
|
|
titleCutting = true
|
|
|
|
# Set the animation style -- https://animate.style/
|
|
# To disable animations, please remove or comment animationStyle parameter
|
|
animateStyle = "animated zoomIn fast"
|
|
|
|
[[params.navlinks]]
|
|
name = "infos/"
|
|
url = "about/"
|
|
|
|
[[params.navlinks]]
|
|
name = "notes/"
|
|
url = "posts/"
|
|
|
|
[[params.navlinks]]
|
|
name = "photographie/"
|
|
url = "photos/"
|
|
|
|
[[params.navlinks]]
|
|
name = "au-jardin/"
|
|
url = "jardin/"
|