-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
74 lines (74 loc) · 1.96 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
site_name: Bardly
site_author: Sean D Stewart
site_description: The Free & Open-Source Shakespeare Resource.
copyright: "Copyright © 2019 - 2021 Sean Stewart"
site_url: https://bardly.org
repo_url: https://github.com/seandstewart/bardly
repo_name: seandstewart/bardly
docs_dir: bardly
theme:
favicon: static/img/favicon.ico
name: "material"
custom_dir: overrides
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: "teal"
accent: "amber"
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: "purple"
accent: "amber"
toggle:
icon: material/toggle-switch
name: Switch to light mode
features:
- search.share
- search.highlight
- navigation.instant
- navigation.tracking
- toc.follow
font:
text: "IBM Plex Serif"
code: "IBM Plex Mono"
icon:
logo: flaticon/storytelling-black
plugins:
- search
- awesome-pages
- bardly
markdown_extensions:
- meta
- toc:
permalink: 📃
- smarty
- admonition
- footnotes
- pymdownx.details
- pymdownx.magiclink
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
options:
custom_icons:
- overrides/.icons
- pymdownx.tabbed:
alternate_style: true
- attr_list
extra:
social:
- icon: "fontawesome/brands/github-alt"
link: "https://github.com/seandstewart/bardly"
- icon: "fontawesome/brands/twitter"
link: "https://twitter.com/MrSeanStewart"
- icon: "fontawesome/brands/linkedin"
link: "https://linkedin.com/in/seandstewart"
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/tablesort/5.2.1/tablesort.min.js
- https://cdnjs.cloudflare.com/ajax/libs/tablesort/5.2.1/sorts/tablesort.number.min.js
- static/javascripts/tablesort.js
extra_css:
- static/stylesheets/extra.css