forked from BenPortner/js_family_tree
-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs_gh.yml
133 lines (118 loc) · 3.37 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
site_name: Interaktiver Stammbaum
site_url: https://unverbuggt.github.io/mkdocs-familytree-example
site_author: René Rüthlein
theme:
name: risonia
custom_dir: theme_override/
logo: img/logo.svg
favicon: img/logo.ico
extlink: true
extblank: true
no_imprint: true
#manifest: manifest.json
#serviceworker: service-worker.js
extra_javascript:
- 'assets/javascripts/d3.v7.min.js'
- 'assets/javascripts/d3-dag.js'
- 'assets/javascripts/familytree.js'
- 'assets/javascripts/familytree_misc.js'
extra_css:
# - 'css/fonts.css'
nav:
- Stammbaum: 'index.md'
- Stammbaum: 'encrypted.md'
- 'notes.md'
gramps_import:
filename_in: 'gramps/Untitled_1.json'
filename_out: 'gramps/data.js'
base_media: 'C:\gramps'
thumb_media: 'theme_override/thumbs'
string_birth: 'Geburt'
string_death: 'Tod'
string_birthname: 'Geburtsname'
string_job: 'Beruf'
#string_birth: 'Birth'
#string_death: 'Death'
#string_birthname: 'Birth Name'
#string_job: 'Job'
start: 'I0011'
openup:
- 'I0013'
- 'I0025'
plugins:
- exclude:
glob:
- '*.tmp'
- mkdocs-simple-hooks:
hooks:
on_pre_build: "gramps_import:convert_json"
on_post_build: "download:get_external_assets"
#- search:
# lang: de
- macros: {}
- i18n:
default_language: de
default_language_only: false
docs_structure: suffix
languages:
default:
name: Deutsch
build: true
en:
name: English
build: true
site_name: "Family tree"
nav_translations:
en:
Stammbaum: Family tree
- color-theme:
theme_color: '#446abb'
secondary_color: 'complementary'
extra_css_light:
- 'extra_css/familytree-light.css'
extra_css_dark:
- 'extra_css/familytree-dark.css'
- w3css-classes: {}
- encryptcontent:
title_prefix: ''
#global_password: '12345'
summary: 'Verschlüsselte Seite.'
placeholder: ''
password_button_text: 'ENTER'
decryption_failure_message: 'Falsches Passwort.'
encryption_info_message: 'Bitte Passwort "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: false
encrypted_something:
myNav: [div, id]
myToc: [div, id]
myTocButton: [div, id]
title-top: [span, id]
title-head: [span, id]
search_index: 'dynamically' #dynamically
password_button: True
selfhost: true
selfhost_download: true
selfhost_dir: 'theme_override'
reload_scripts:
- '#familytree-data'
- '#familytree-lang'
- '#theme'
translations:
en:
title_prefix: ''
summary: 'Encrypted page.'
placeholder: ''
password_button_text: 'ENTER'
decryption_failure_message: 'Wrong password.'
encryption_info_message: 'Please enter password "12345".'
repo_url: https://github.com/unverbuggt/mkdocs-familytree-example
markdown_extensions:
- attr_list
- pymdownx.escapeall:
hardbreak: true