You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
76 lines
1.3 KiB
TOML
76 lines
1.3 KiB
TOML
baseURL = 'https://www.richard-dern.fr/'
|
|
|
|
buildDrafts = true
|
|
buildExpired = true
|
|
buildFuture = true
|
|
|
|
defaultContentLanguage = 'fr'
|
|
|
|
enableEmoji = true
|
|
enableGitInfo = true
|
|
enableRobotsTXT = true
|
|
|
|
rssLimit = 10
|
|
|
|
timeZone = 'Europe/Paris'
|
|
|
|
theme = 'blog_theme'
|
|
title = 'Richard Dern'
|
|
|
|
[params]
|
|
AuthorName = 'Richard Dern'
|
|
description = "Opinions impopulaires d'un robot parmi les humains"
|
|
matrix_url = 'https://matrix.to/#/#richard-dern.fr:matrix.athaliasoft.com'
|
|
git_url = 'https://git.athaliasoft.com'
|
|
about_url = '/blog/2021/01/01/introduction/'
|
|
|
|
[taxonomies]
|
|
saga = 'sagas'
|
|
tag = 'tags'
|
|
people = 'people'
|
|
character = 'characters'
|
|
dinosaur = 'dinosaurs'
|
|
|
|
[minify]
|
|
minifyOutput = true
|
|
|
|
[markup]
|
|
[markup.highlight]
|
|
anchorLineNos = false
|
|
codeFences = true
|
|
guessSyntax = true
|
|
hl_Lines = ""
|
|
lineAnchors = ""
|
|
lineNoStart = 1
|
|
lineNos = true
|
|
lineNumbersInTable = true
|
|
noClasses = false
|
|
style = "dracula"
|
|
tabWidth = 4
|
|
[markup.tableOfContents]
|
|
endLevel = 5
|
|
ordered = true
|
|
startLevel = 2
|
|
|
|
|
|
[related]
|
|
includeNewer = true
|
|
threshold = 90
|
|
toLower = false
|
|
[[related.indices]]
|
|
name = 'tags'
|
|
weight = 10
|
|
[[related.indices]]
|
|
name = 'sagas'
|
|
weight = 20
|
|
[[related.indices]]
|
|
name = 'people'
|
|
weight = 20
|
|
[[related.indices]]
|
|
name = 'characters'
|
|
weight = 20
|
|
[[related.indices]]
|
|
name = 'dinosaurs'
|
|
weight = 10
|
|
|