e007bdd4e7
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
104 lines
1.8 KiB
YAML
104 lines
1.8 KiB
YAML
# RAPPORT — Hugo site configuration
|
|
baseURL: "https://rapport.gabrielevarano.ch/"
|
|
title: "RAPPORT"
|
|
theme: "hextra"
|
|
|
|
enableRobotsTXT: true
|
|
hasCJKLanguage: false
|
|
|
|
outputs:
|
|
home: [html]
|
|
page: [html]
|
|
section: [html, rss]
|
|
|
|
defaultContentLanguage: de
|
|
languages:
|
|
de:
|
|
label: Deutsch
|
|
weight: 1
|
|
title: RAPPORT
|
|
|
|
module:
|
|
hugoVersion:
|
|
extended: true
|
|
min: "0.146.0"
|
|
|
|
markup:
|
|
highlight:
|
|
noClasses: false
|
|
goldmark:
|
|
renderer:
|
|
unsafe: true
|
|
|
|
enableInlineShortcodes: true
|
|
|
|
menu:
|
|
main:
|
|
- identifier: documentation
|
|
name: Dokumentation
|
|
pageRef: /docs
|
|
weight: 1
|
|
- identifier: features
|
|
name: Features
|
|
pageRef: /features
|
|
weight: 2
|
|
- identifier: downloads
|
|
name: Downloads
|
|
pageRef: /downloads
|
|
weight: 3
|
|
- identifier: server
|
|
name: Server
|
|
pageRef: /server
|
|
weight: 4
|
|
- identifier: faq
|
|
name: FAQ
|
|
pageRef: /faq
|
|
weight: 5
|
|
- name: Search
|
|
weight: 6
|
|
params:
|
|
type: search
|
|
- name: Gitea
|
|
weight: 7
|
|
url: "https://git.kgva.ch/karim/RAPPORT"
|
|
params:
|
|
icon: github
|
|
|
|
params:
|
|
description: "Freie Studio Management Software für Architekturbüros — Zeiterfassung, Rechnungen, Projekte, QR-Einzahlungsscheine. Tauri + React. AGPL-3.0."
|
|
|
|
externalLinkDecoration: true
|
|
|
|
navbar:
|
|
displayTitle: true
|
|
displayLogo: false
|
|
width: normal
|
|
|
|
theme:
|
|
default: light
|
|
displayToggle: true
|
|
|
|
footer:
|
|
enable: true
|
|
displayCopyright: true
|
|
displayPoweredBy: false
|
|
width: normal
|
|
|
|
page:
|
|
width: normal
|
|
|
|
displayUpdatedDate: false
|
|
|
|
search:
|
|
enable: true
|
|
type: flexsearch
|
|
flexsearch:
|
|
index: content
|
|
tokenize: forward
|
|
|
|
editURL:
|
|
enable: false
|
|
|
|
toc:
|
|
displayTags: false
|