Files
OPENBUREAU/hugo.yaml
T
karim d9ba2f7bbe feature: Wiki — verlinktes Werkstattwissen mit Gruppen-Navigation
Neue Hugo-Sektion /wiki als 'effektives Wiki' im KISS-Sinn:
- Zweispaltiges Layout: gruppierte Seitenleiste (nach Frontmatter 'group')
  mit Live-Filter + Inhalt mit TOC und 'zuletzt bearbeitet'/bearbeiten-Link
- Übersichtsseite gruppiert alle Einträge; WIKI im Hauptmenü
- Seiten ohne group landen unter 'Allgemein' (robust)
- Start-Inhalte: Meta-Seite (wie es funktioniert), Typus (→ Bibliothek),
  Dateiablage/Benennung; Archetype setzt group/summary
- Bewusst dateibasiert: jede Seite verlinkt zur Bearbeitung ins Repo

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-04 11:56:35 +02:00

102 lines
1.9 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: WIKI
pageRef: /wiki
weight: 25
- name: MANIFEST
pageRef: /manifest
weight: 30
- name: DIALOG
pageRef: /dialog
weight: 40
- name: CODE
url: https://git.openbureau.ch
weight: 50
params:
# Öffentliche Gitea-Repo-URL (für Provenance: Version → Commit, Verlauf).
repoURL: "https://git.openbureau.ch/karim/OPENBUREAU"
author:
name: "Karim Gabriele Varano"
email: "karim@gabrielevarano.ch"
url: "https://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']