60f886bf7a
Integriert das RAPPORT-Hosting-Angebot direkt in die bestehende Hugo-Seite
(gleicher openbureau/Hextra-Look):
- /hosting Marketing-Landing (Hero, Feature-Grid)
- /hosting-preise Abo-Übersicht (Plans aus /api/billing/plans)
- /login /register /konto Vanilla-JS-Seiten (layouts/hosting.html +
static/js/hosting-app.js), sprechen NUR mit /api
- custom.css: Karten-/Formular-/Plan-Styles im RAPPORT-Token-Set
- Navbar: 'Hosting' + 'Anmelden'
Bleibt sauber AGPL: kein Backend-Code, nur fetch('/api'). Das proprietäre
Backend (Auth/Stripe/Provisioning) liegt in RAPPORT-HOST.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
108 lines
1.8 KiB
YAML
108 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: hosting
|
|
name: Hosting
|
|
pageRef: /hosting
|
|
weight: 5
|
|
- identifier: faq
|
|
name: FAQ
|
|
pageRef: /faq
|
|
weight: 6
|
|
- 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
|