-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.yaml
174 lines (139 loc) · 4.38 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
---
###############################################################################
# #
# WEBSITE CONFIGURATION #
# #
###############################################################################
# --- base website settings ---
baseURL: https://help.traewelling.de
title: Hilfe | Träwelling
theme: inventory
languageCode: de-de
defaultContentLanguage: de
enableEmoji: true
enableGitInfo: true
# Optional: Add Google Analytics tracking support.
googleAnalytics: "" # no. just no.
# --- security settings ---
security:
exec:
allow: [ '^dart-sass-embedded$', '^go$', '^npx$', '^postcss$', '^asciidoctor$', '^git$' ]
# --- markup settings ---
markup:
asciidocExt:
preserveTOC: true
sectionNumbers: true
goldmark:
renderer:
unsafe: true
highlight:
anchorLineNos: false
codeFences: true
guessSyntax: false
hl_Lines: ""
lineAnchors: ""
lineNoStart: 1
lineNos: true
lineNumbersInTable: false
noClasses: true
style: murphy
tabWidth: 4
# --- privacy settings ---
privacy:
googleAnalytics:
anonymizeIP: true
respectDoNotTrack: true
twitter:
enableDNT: true
vimeo:
enableDNT: true
youtube:
privacyEnhanced: true
# --- custom settings ---
params:
# "Edit this page" feature: git forge content base link
# [Example] editPrefix: https://github.com/username/repo-name/blob/main/content
editPrefix: https://github.com/traewelling/help-pages/blob/main/content
# Shown on all pages. When logo is empty, it will show your site title, set above.
logo: ""
# OpenGraph data
description: Träwelling Help. This page is to meant to provide help for Träwelling users.
author: Träwelling Team, and others
# Tip: Find a royalty-free image from unsplash.com for an OpenGraph image.
image: "images/banner.jpg"
# customize color
primary_color: "#c72730"
primary_color_light: "#c63b42"
body_color: "#f2f4f6"
text_color: "#636363"
text_color_dark: "#c63b42"
text_title_color: "#ffffff"
white_color: "#ffffff"
light_color: "#f8f9fa"
# font family (choose from https://fonts.google.com/)
font_family: "Lato"
font_offline: true
# contact form action (works with https://formspree.io)
contact_form_action: "#"
# related article number limit
article_count: 3
# brand and identity information
brand:
parent_org_name: Träwelling
parent_org_url: https://traewelling.de/
parent_org_url_legal: https://traewelling.de/legal
footer:
mainSite: https://traewelling.de/
mainSiteName: Träwelling
# --- social platform settings ---
# themify icon pack : https://themify.me/themify-icons
social:
- icon: ti-github
name: Träwelling Help on GitHub
link: https://github.com/traewelling/help-pages
- icon: ti-comments-smiley
name: "@[email protected] on Mastodon"
link: https://chaos.social/@traewelling
# --- taxonomy settings ---
taxonomies:
alert: alerts
category: categories
downloadable: downloadBtn
# --- multilingual settings ---
Languages:
de:
languageName: de
languageCode: de-de
weight: 1
title: "Hilfe | Träwelling"
copyright: "Copyright © 2024 [Träwelling](https://traewelling.de/)"
params:
banner:
title: Womit können wir dir helfen?
subtitle: Auf dieser Seite findest du diverse Hilfe-Artikel. Solltest du darüber hinaus Hilfe benötigen, kontaktiere uns gerne auf Mastodon oder per Mail.
bg_image: images/banner.png
placeholder: Du hast eine Frage? Dann durchsuche diese Webseite!
# --- navigation menu ---
menu:
main:
- name: FAQ
weight: 10
url: faq
en:
languageName: en
languageCode: en-us
weight: 2
title: "Help | Träwelling"
copyright: "Copyright © 2024 [Träwelling](https://Träwelling)"
params:
banner:
title: How can we help you?
subtitle: On this page you'l find various help articles. If you have further questions, please contact us on Mastodon or via e mail.
bg_image: images/banner.png
placeholder: Have a question? Search the site here.
# --- navigation menu ---
menu:
main:
- name: FAQ
weight: 10
url: faq