-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathmkdocs.yml
90 lines (90 loc) · 2.5 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
docs_dir: "docs"
site_name: "SFZ Instruments"
site_author: "SFZ Instruments Organization"
site_url: "https://sfzinstruments.github.io"
site_description: "SFZ instruments website"
site_dir: "_site"
repo_name: "GitHub"
repo_url: "https://github.com/sfzinstruments/sfzinstruments.github.io"
edit_uri: "edit/master/docs/"
remote_branch: "www"
extra:
site_since: 2020
site_web_author: "SFZ Instruments Organization"
show_logo: true
show_name: false
repo_owner_url: "https://github.com/sfzinstruments"
repo_branch: "master"
cards: "data/layout/cards.yml"
nav: "data/layout/navigation.yml"
sfz_authors_layout: "data/sfz/authors.yml"
sfz_instruments_layout: "data/sfz/instruments.yml"
extra_css:
- "assets/css/bootstrap-table.min.css"
- "assets/css/bootstrap-table-filter-control.min.css"
- "assets/css/fork-awesome.min.css"
extra_javascript:
- "assets/js/bootstrap-table.min.js"
- "assets/js/bootstrap-table-filter-control.min.js"
hooks:
- "scripts/hooks.py"
markdown_extensions:
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_png
alt: "short"
options:
attributes:
align: "absmiddle"
height: "20px"
width: "20px"
plugins:
search: {}
blogging:
dirs:
- "news/posts"
locale: "en"
full_content: true
paging: true
show_total: false
size: 5
template: "layout/blogging-plugin.html"
meta_time_format: "%Y-%m-%dT%H:%M:%S%z"
time_format: "%Y-%m-%d %H:%M:%S"
exclude: # TODO: to remove when 1.5 comes out
glob:
- "docs/templates"
- "*.j2"
gen-files:
scripts:
- scripts/generators/atom_feed.py
macros:
include_yaml:
# TODO: data for both documentation and layout (currently using macros plugin)?
- sfz_authors_macros: "data/sfz/authors.yml"
- sfz_instruments_macros: "data/sfz/instruments.yml"
include_dir: "macros/includes"
# module_name: "macros/module"
verbose: true
theme:
name: null
custom_dir: "layout"
highlightjs: true
hljs_light: "github"
hljs_dark: "github-dark-dimmed"
nav_style: "dark"
locale: "en"
bootstrap_version: "5.3.0"
favicons:
apple_touch_icon_size: "152x152"
msapp_tilecolor: "#da532c"
theme_color: "#ffffff"
shortcuts:
help: 191 # ?
next: 78 # n
previous: 80 # p
search: 83 # s
watch:
- "data"
- "docs"
- "macros/includes"
- "layout"