83 lines
1.5 KiB
TOML
83 lines
1.5 KiB
TOML
baseURL = 'https://sillycone-village.akbar.nohost.me/'
|
|
locale = 'fr-fr'
|
|
title = "Sillycone Village"
|
|
copyright = "AGPLv3"
|
|
|
|
# Utilisé seulement par dev.sh / hugo.sh en local (via switch-theme.sh).
|
|
# Ignoré par build-compare.sh, qui impose --theme à chaque build.
|
|
theme = "gitlab.com/andy.sb/nojs"
|
|
|
|
[pagination]
|
|
pagerSize = 3
|
|
|
|
# --- On retire le non essentiel pour alléger le site ---
|
|
disableKinds = [
|
|
"taxonomy",
|
|
"term"
|
|
]
|
|
[minify]
|
|
minifyOutput = true
|
|
|
|
enableRobotsTXT = true
|
|
enableGitInfo = false
|
|
enableEmoji = false
|
|
|
|
[params]
|
|
copyrightUrl = "https://www.gnu.org/licenses/agpl-3.0.html#license-text"
|
|
|
|
mode = "auto" # color-mode → light,dark,toggle,auto
|
|
useCDN = false
|
|
mathjax = false
|
|
katex = false
|
|
|
|
[params.author]
|
|
name = "Mathieu Limonier"
|
|
url = "https://www.limonier.be"
|
|
|
|
[markup]
|
|
[markup.highlight]
|
|
noClasses = false
|
|
[markup.goldmark.renderer]
|
|
unsafe = true
|
|
[markup.tableOfContents]
|
|
startLevel = 2
|
|
endLevel = 4
|
|
ordered = false
|
|
|
|
[[params.social]]
|
|
name = "Courriel"
|
|
icon = "mail"
|
|
url = "mailto:info@sillycone-village.be"
|
|
|
|
[[params.social]]
|
|
name = "Site personnel"
|
|
icon = "world"
|
|
url = "https://www.limonier.be"
|
|
|
|
[outputs]
|
|
home = ["HTML", "RSS"]
|
|
|
|
[[menu.main]]
|
|
name = "Accueil"
|
|
url = "/"
|
|
weight = 1
|
|
|
|
[[menu.main]]
|
|
name = "Services"
|
|
url = "/services"
|
|
weight = 2
|
|
|
|
[[menu.main]]
|
|
name = "Réalisations"
|
|
url = "/achievements"
|
|
weight = 3
|
|
|
|
[[menu.main]]
|
|
name = "À propos"
|
|
url = "/about"
|
|
weight = 4
|
|
|
|
[[menu.main]]
|
|
name = "Contact"
|
|
url = "/contact"
|
|
weight = 5 |