Initial commit
This commit is contained in:
@@ -0,0 +1,70 @@
|
||||
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
|
||||
Reference in New Issue
Block a user