-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
102 lines (90 loc) · 2.48 KB
/
config.yml
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
# Basics
baseURL: https://fachinformatiker-prüfungsvorbereitung.de
title: Fachinformatiker Prüfungsvorbereitung
# theme: github.com/google/docsy
enableGitInfo: true
# Modules
module:
imports:
- path: github.com/google/docsy
- path: github.com/google/docsy/dependencies
# Content
pygmentsCodeFences: true
pygmentsUseClasses: false
pygmentsUseClassic: false
pygmentsStyle: tango
markup:
goldmark:
renderer:
unsafe: true
highlight:
style: tango
params:
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: 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