Files
OPENBUREAU/hugo.yaml
T
karim e7d820b83c site: aktueller Redesign-Stand (CSS, Layouts, Logo, Content-Feinschliff)
custom.css überarbeitet, hugo.yaml + Layouts angepasst, Logo (static/logo/)
und static/index.html ergänzt, Content-Korrekturen in library/.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-05-31 11:26:58 +02:00

96 lines
1.7 KiB
YAML

# OPENBUREAU — Hugo site configuration
baseURL: "https://openbureau.ch/"
title: "OPENBUREAU"
theme: "openbureau"
enableRobotsTXT: true
enableGitInfo: true
hasCJKLanguage: false
defaultContentLanguage: de
defaultContentLanguageInSubdir: false
languages:
de:
label: Deutsch
locale: de_CH
weight: 1
title: OPENBUREAU
params:
description: "Eine offene Plattform für Architekturpraxis, Theorie und Werkzeuge."
# en:
# label: English
# locale: en
# weight: 2
# title: OPENBUREAU
# it:
# label: Italiano
# locale: it
# weight: 3
# title: OPENBUREAU
module:
hugoVersion:
extended: false
min: "0.146.0"
markup:
goldmark:
renderer:
unsafe: true
highlight:
noClasses: true
style: algol_nu
codeFences: true
guessSyntax: true
lineNos: false
tabWidth: 4
tableOfContents:
startLevel: 2
endLevel: 4
ordered: false
taxonomies:
tag: tags
outputs:
home: [html, rss]
page: [html]
section: [html, rss]
pagination:
pagerSize: 20
menus:
main:
- name: JOURNAL
pageRef: /
weight: 10
- name: LIBRARY
pageRef: /library
weight: 20
- name: MANIFEST
pageRef: /manifest
weight: 30
- name: FORUM
url: https://openstudio.kgva.ch
weight: 40
- name: CODE
url: https://gitea.kgva.ch
weight: 50
params:
author:
name: "Karim Gabriele Varano"
email: "karim@gabrielevarano.ch"
showreadingtime: true
showlastmod: true
comments: false
# Accent for OPENBUREAU
accent: "#b54a2c"
frontmatter:
date: ['date', 'publishDate', 'lastmod']
lastmod: [':git', 'lastmod', 'date', 'publishDate']
publishDate: ['publishDate', 'date']