Files
roux/hugo.toml
T
valknar 39cffeb0bc Add pagination to category, tag, and issue pages (10 per page)
pagerSize set to 10 (5 columns × 2 rows). New pagination partial
renders prev/next links and numbered page buttons. Applied to
_default/list.html (categories + tags) and issues/list.html.

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

47 lines
1.0 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"
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"
[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