-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
135 lines (121 loc) · 3.1 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
# Basics
baseURL: https://fachinformatikerpruefungsvorbereitung.de
title: Fachinformatiker Prüfungsvorbereitung
enableGitInfo: true
# Modules
module:
imports:
- path: github.com/LNA-DEV/PrivateDocsy
- path: github.com/google/docsy/dependencies
# Content
pygmentsCodeFences: true
pygmentsUseClasses: false
pygmentsUseClassic: false
pygmentsStyle: tango
markup:
goldmark:
renderer:
unsafe: true
highlight:
style: tango
params:
features:
analytics:
enabled: true
goatCounter:
code: fipv
links:
user:
- name: "GitHub"
url: "https://github.com/LNA-DEV/Fachinformatiker-Pruefungsvorbereitung"
icon: "fab fa-github"
- name: "Fachinformatiker.de Post"
url: "https://www.fachinformatiker.de/topic/171869-pr%C3%BCfungsvorbereitungs-zusammenfassungs-projekt-auf-github/"
icon: "fa fa-handshake"
- name: "Impressum"
url: "https://lna-dev.net/LegalDetails"
icon: "fa fa-gavel"
description: "Fachinformatiker Prüfungsvorbereitung ist eine Seite zur Prüfungsvorbereitung. Mit dieser Seite kannst du dich einfach auf die Fachinformatiker Prüfung vorbereiten."
copyright: "The Fachinformatiker-Prüfungsvorbereitung Authors"
privacy_policy: "https://lna-dev.net/PrivacyPolicy/"
ui:
readingTime:
enable: true
offlineSearch: true
algolia_docsearch: false
offlineSearchSummaryLength: 70
offlineSearchMaxResults: 10
prism_syntax_highlighting: false
# GitHub
github_repo: "https://github.com/LNA-DEV/Fachinformatiker-Anwendungsentwicklung-Pruefungsvorbereitung"
github_project_repo: "https://github.com/LNA-DEV/Fachinformatiker-Anwendungsentwicklung-Pruefungsvorbereitung"
github_branch: "dev"
mermaid:
enable: false
theme: default
plantuml:
enable: false
theme: default
svg_image_url: https://www.plantuml.com/plantuml/svg/
svg: false
katex:
enable: false
html_dom_element: document.body
mhchem:
enable: true
print:
disable_toc: false
markmap:
enable: false
# Language
languageCode: de
defaultContentLanguage: de
defaultContentLanguageInSubdir: false
contentDir: "content/de"
enableMissingTranslationPlaceholders: true
# Menu
menu:
main:
- name: "Sponsor"
url: "https://github.com/sponsors/LNA-DEV"
weight: 100
pre: <i class="fa fa-credit-card"></i>
- name: GitHub
weight: 50
url: "https://github.com/LNA-DEV/Fachinformatiker-Anwendungsentwicklung-Pruefungsvorbereitung"
pre: <i class="fab fa-github"></i>
# Outputs
outputs:
section:
- HTML
- RSS
- print
# SEO
sitemap:
changefreq: daily
filename: sitemap.xml
priority: 0.5
enableRobotsTXT: true
# Privacy
privacy:
# disqus:
# disable: false
# googleAnalytics:
# anonymizeIP: false
# disable: false
# respectDoNotTrack: false
# useSessionStorage: false
# instagram:
# disable: false
# simple: false
# twitter:
# disable: false
# enableDNT: false
# simple: false
# vimeo:
# disable: false
# enableDNT: false
# simple: false
youtube:
disable: false
privacyEnhanced: true