Files
pivoine.art/hugo.toml
T

71 lines
1.5 KiB
TOML
Raw Normal View History

2026-04-08 19:49:15 +02:00
baseURL = "https://pivoine.art/"
languageCode = "en-us"
title = "Pivoine"
copyright = "© 2026 Pivoine Editorial"
[pagination]
pagerSize = 12
enableRobotsTXT = true
enableGitInfo = true # populates .Lastmod for article:modified_time
[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 = "pivoineArt"
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
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
style = "dracula"
noClasses = true
[build]
writeStats = true