Initial commit: DOSSIER Hugo website
This commit is contained in:
@@ -0,0 +1,99 @@
|
||||
# DOSSIER — Hugo site configuration
|
||||
baseURL: "https://dossier.gabrielevarano.ch/"
|
||||
title: "DOSSIER"
|
||||
theme: "hextra"
|
||||
|
||||
enableRobotsTXT: true
|
||||
hasCJKLanguage: false
|
||||
|
||||
outputs:
|
||||
home: [html]
|
||||
page: [html]
|
||||
section: [html, rss]
|
||||
|
||||
defaultContentLanguage: de
|
||||
languages:
|
||||
de:
|
||||
label: Deutsch
|
||||
weight: 1
|
||||
title: DOSSIER
|
||||
|
||||
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: launcher
|
||||
name: Launcher
|
||||
pageRef: /launcher
|
||||
weight: 3
|
||||
- identifier: faq
|
||||
name: FAQ
|
||||
pageRef: /faq
|
||||
weight: 4
|
||||
- name: Search
|
||||
weight: 5
|
||||
params:
|
||||
type: search
|
||||
- name: Gitea
|
||||
weight: 6
|
||||
url: "https://git.kgva.ch/karim/DOSSIER"
|
||||
params:
|
||||
icon: github
|
||||
|
||||
params:
|
||||
description: "Rhino 8 Plugin für architektonisches Entwerfen — Smart-Elemente, SIA-416 Flächen, Plan-Layouts. Teil von OpenBureau."
|
||||
|
||||
externalLinkDecoration: true
|
||||
|
||||
navbar:
|
||||
displayTitle: true
|
||||
displayLogo: false
|
||||
width: normal
|
||||
|
||||
theme:
|
||||
default: dark
|
||||
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
|
||||
Reference in New Issue
Block a user