Config hugo
This commit is contained in:
+77
-3
@@ -1,4 +1,78 @@
|
||||
baseURL = 'https://example.org/'
|
||||
locale = 'en-us'
|
||||
title = "sillycone-village"
|
||||
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"
|
||||
]
|
||||
|
||||
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"
|
||||
|
||||
[[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
|
||||
Reference in New Issue
Block a user