Files
roux/hugo.toml
T

69 lines
1.6 KiB
TOML
Raw Normal View History

baseURL = "https://roux.pivoine.art/"
locale = "en"
title = "Roux"
enableRobotsTXT = true
enableGitInfo = false
[pagination]
pagerSize = 8
[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 = ["02", "01"]
issueNumber = "02"
issueName = "Obsession"
issueSeason = "Autumn MMXXVI"
issueBlurb = "One hundred plates in thrall to a single body — a bared shoulder, a parted mouth, silk slipping loose."
siteURL = "https://roux.pivoine.art"
2026-05-18 18:59:20 +02:00
umamiSrc = "https://umami.pivoine.art/script.js"
umamiId = "df675ca7-f82a-463b-89aa-f67c1f56ed68"
[markup.goldmark.renderer]
unsafe = true
[build]
[build.buildStats]
enable = true
[[build.cachebusters]]
source = 'assets/notwatching/hugo_stats\.json'
target = 'css'
[[build.cachebusters]]
source = 'assets/css/main\.css'
target = 'css'
[module]
[[module.mounts]]
source = 'assets'
target = 'assets'
[[module.mounts]]
source = 'hugo_stats.json'
target = 'assets/notwatching/hugo_stats.json'
disableWatch = true
[security.exec]
allow = ['^(dart-)?sass$', '^go$', '^git$', '^node$', '^npx$', '^postcss$', '^tailwindcss$']
[imaging]
quality = 85
resampleFilter = "lanczos"
[imaging.exif]
disableDate = false
disableLatLong = true
[sitemap]
changefreq = "monthly"
priority = 0.5