-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs_gh.yml
163 lines (147 loc) · 4.41 KB
/
mkdocs_gh.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
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
site_name: MkDocs Risonia theme
site_url: https://unverbuggt.github.io/mkdocs-risonia-theme/
site_author: René Rüthlein
theme:
name: risonia
custom_dir: theme_override/
logo: img/logo.svg
favicon: img/logo.ico
extlink: True
extblank: True
manifest: manifest.json
serviceworker: service-worker.js
zoom_img: True
lazy_img: False
no_imprint: True
extra_javascript:
- 'assets/javascripts/highlight.min.js'
- 'assets/javascripts/tablesort.js'
- 'assets/javascripts/tablesort.number.js'
extra_css:
- 'css/fonts.css'
nav:
- 'mkdocs.md'
- 'index.md'
- Markdown: 'markdown.md'
- Colors:
- 'colors/index.md'
- 'colors/primary.md'
- Secondary colors:
- 'colors/secondary/index.md'
- 'colors/secondary/mono.md'
- 'colors/secondary/analogous.md'
- 'colors/secondary/analogous2.md'
- 'colors/secondary/complementary.md'
- 'colors/secondary/complementary2.md'
- 'colors/secondary/triadic.md'
- 'colors/secondary/triadic2.md'
- 'colors/secondary/compound.md'
- 'colors/secondary/compound2.md'
- Extensions:
- 'extensions/static-i18n.md'
- 'extensions/encryptcontent.md'
- 'extensions/webfonts.md'
- Javascript:
- 'extensions/hljs.md'
- 'extensions/tablesort.md'
plugins:
- exclude:
glob:
- '*.tmp'
- mkdocs-simple-hooks:
hooks:
on_pre_build: "hooks:get_external_assets"
- mkdocs-video:
is_video: True
video_autoplay: True
video_loop: True
css_style:
width: "50%"
- search:
lang: en
- i18n:
docs_structure: folder
fallback_to_default: true
languages:
- locale: en
default: true
name: English
build: true
- locale: de
name: Deutsch
build: true
site_name: MkDocs Risonia Thema
nav_translations:
Extensions: Erweiterungen
Colors: Farben
Javascript: Javascript
Markdown: Markdown
Secondary colors: Zweitfarben
reconfigure_material: false
reconfigure_search: true
- color-theme:
theme_color: '#ef6110'
secondary_color: 'complementary'
extra_css_light:
- 'extra_css/stackoverflow-light.min.css'
- 'extra_css/tablesort-light.css'
extra_css_dark:
- 'extra_css/stackoverflow-dark.min.css'
- 'extra_css/tablesort-dark.css'
additional:
- theme_color: '#44bb4f'
secondary_color: 'complementary'
- w3css-classes: {}
#- privacy: {}
- encryptcontent:
title_prefix: ''
summary: 'Encrypted Test Page.'
placeholder: '12345'
placeholder_user: User
password_button_text: 'ENTER'
decryption_failure_message: 'Wrong password, please enter "12345".'
encryption_info_message: 'Please enter "12345".'
input_class: 'w3-input'
button_class: 'w3-button w3-theme-l1 w3-hover-theme'
hljs: False
arithmatex: False
mermaid2: False
remember_password: true
session_storage: true
encrypted_something:
myNav: [div, id]
myToc: [div, id]
myTocButton: [div, id]
search_index: 'dynamically' #dynamically
password_button: True
selfhost: true
selfhost_download: true
selfhost_dir: 'theme_override'
reload_scripts:
- '#theme'
- '#autostart'
translations:
de:
title_prefix: ''
summary: 'Verschlüsselte Testseite.'
placeholder: '12345'
placeholder_user: Benutzer
password_button_text: 'ENTER'
decryption_failure_message: 'Falsches Passwort, bitte "12345" eingeben.'
encryption_info_message: 'Bitte "12345" eingeben.'
password_inventory:
test: '12345'
classified: 'password1'
confidential:
- 'password2'
- 'password3'
secret:
user4: 'password4'
user5: 'password5'
webcrypto: true
sign_files: 'risonia-theme.json'
repo_url: https://github.com/unverbuggt/mkdocs-risonia-theme
markdown_extensions:
- attr_list
- pymdownx.escapeall:
hardbreak: true