Files
pivoine.art/hugo.toml
T
valknarandClaude Sonnet 5 5889f02c21 fix: replace deprecated .Site.LanguageCode with .Site.Language.Locale
Hugo v0.158.0 deprecated .Site.LanguageCode in favor of .Site.Language.Locale,
and deprecated the languageCode config key in favor of locale. Update both to
silence the build warnings.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01E8Es4ZhoJG6vrxN3GLGhLz
2026-09-13 17:48:58 +02:00

82 lines
1.4 KiB
TOML

baseURL = "https://pivoine.art/"
locale = "en-us"
title = "Pivoine"
copyright = "© 2026 Pivoine Editorial"
enableRobotsTXT = true
[pagination]
pagerSize = 12
[sitemap]
changefreq = "weekly"
priority = 0.5
filename = "sitemap.xml"
[params]
description = "An editorial magazine for AI-generated art and generative aesthetics."
tagline = "Where the machine dreams."
author = "Pivoine Editorial"
ogImage = "/images/og-default.jpg"
logoText = "PIVOINE"
copyrightYear = "2026"
twitterHandle = "valknar100"
umamiSrc = "https://umami.pivoine.art/script.js"
umamiId = "9190b814-0480-498a-b5fe-1fe1dc162766"
[params.social]
instagram = "https://instagram.com/valknarix"
x = "https://x.com/valknar100"
[taxonomies]
category = "categories"
tag = "tags"
[[menus.main]]
name = "Posts"
url = "/posts/"
weight = 1
[[menus.main]]
name = "Authors"
url = "/authors/"
weight = 2
[[menus.main]]
name = "Categories"
url = "/categories/"
weight = 3
[[menus.main]]
name = "About"
url = "/about/"
weight = 4
[[menus.footer]]
name = "About"
url = "/about/"
weight = 1
[[menus.footer]]
name = "Imprint"
url = "/imprint/"
weight = 2
[[menus.footer]]
name = "Dev"
url = "https://dev.pivoine.art"
weight = 3
[[menus.footer]]
name = "Bar"
url = "https://bar.pivoine.art"
weight = 4
[[menus.footer]]
name = "Roux"
url = "https://roux.pivoine.art"
weight = 5
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
style = "dracula"
noClasses = true
[build]
writeStats = true