# 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']