Files
roux/hugo.toml
T
valknar bf3ccc6b9b Add Umami analytics in production
Script injected via hugo.IsProduction guard so it's absent during
hugo server dev mode. Src and website-id stored in hugo.toml params.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-18 18:59:20 +02:00

50 lines
1.1 KiB
TOML

baseURL = "https://roux.pivoine.art/"
languageCode = "en"
title = "Roux"
enableRobotsTXT = true
enableGitInfo = false
[pagination]
pagerSize = 10
[taxonomies]
category = "categories"
tag = "tags"
issue = "issues"
[outputs]
home = ["HTML", "RSS", "JSON"]
page = ["HTML"]
section = ["HTML"]
taxonomy = ["HTML"]
term = ["HTML"]
[params]
description = "Roux is a slow-publishing fashion journal — one hundred photographs at a time. Editorial, couture, beauty and backstage plates."
author = "Roux Editorial"
issueIds = ["01"]
issueNumber = "01"
issueName = "Fabric, Light & Gesture"
issueSeason = "Spring MMXXVI"
issueBlurb = "The inaugural plates — one hundred photographs gathered across ateliers, streets, and quiet hotel corridors."
siteURL = "https://roux.pivoine.art"
umamiSrc = "https://umami.pivoine.art/script.js"
umamiId = "df675ca7-f82a-463b-89aa-f67c1f56ed68"
[markup.goldmark.renderer]
unsafe = true
[build]
writeStats = true
[imaging]
quality = 85
resampleFilter = "lanczos"
[imaging.exif]
disableDate = false
disableLatLong = true
[sitemap]
changefreq = "monthly"
priority = 0.5