-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
110 lines (101 loc) · 2.73 KB
/
mkdocs.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
site_name: epwg.de tools
site_url: https://epwg.de
site_author: René Rüthlein
repo_url: https://github.com/unverbuggt/epwg
theme:
name: risonia
manifest: manifest.json
serviceworker: service-worker.js
custom_dir: files/
logo: img/logo.svg
extlink: true
extblank: true
toc_sidebar: false
nav:
- 'index.md'
- Informatik:
- 'dice.md'
- 'ip.md'
- 'ts.md'
- 'binary.md'
- 'pw.md'
- Astronomie:
- 'sun.md'
- Elektrotechnik:
- 'resist.md'
- 'wire.md'
plugins:
#- search:
# lang: de
- i18n:
docs_structure: folder
fallback_to_default: true
languages:
- locale: de
default: true
build: true
name: Deutsch
site_name: epwg.de Tools
# - build: true
# default: false
# locale: fr
# name: Français
# nav_translations:
# Astronomie: Astronomie
# Elektrotechnik: Électrotechnique
# Informatik: Informatique
# site_name: l'outils epwg.de
- locale: en
default: false
build: true
name: English
nav_translations:
Astronomie: Astronomy
Elektrotechnik: Electrical engineering
Informatik: Informatics
site_name: epwg.de tools
reconfigure_material: false
reconfigure_search: false
- color-theme:
theme_color: '#ff9933' #'#FF9933'
secondary_color: 'complementary'
- w3css-classes: {}
- encryptcontent:
title_prefix: ''
summary: 'Verschlüsselte Testseite.'
placeholder: '12345'
password_button_text: 'ENTER'
decryption_failure_message: 'Falsches Passwort, bitte "12345" eingeben.'
encryption_info_message: 'Bitte "12345" eingeben.'
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
webcrypto: true
selfhost: true
selfhost_download: true
selfhost_dir: 'files'
reload_scripts:
- '#theme'
translations:
en:
title_prefix: ''
summary: 'Encrypted Test Page.'
placeholder: '12345'
password_button_text: 'ENTER'
decryption_failure_message: 'Wrong password, please enter "12345".'
encryption_info_message: 'Please enter "12345".'
markdown_extensions:
- attr_list
- pymdownx.escapeall:
hardbreak: true
- pymdownx.blocks.html