forked from rianadon/Cosmos-Keyboards
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
72 lines (65 loc) · 1.56 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
site_name: Cosmos Keyboard Generator
site_dir: target/mkdocs
site_url: https://ryanis.cool/cosmos/
site_description: Design a keyboard that fits your hand perfectly.
repo_name: rianadon/Cosmos-Keyboards
repo_url: https://github.com/rianadon/Cosmos-Keyboards
theme:
name: material
custom_dir: docs/overrides
logo: assets/cosmos-icon.png
favicon: assets/cosmos-icon.png
palette:
primary: custom
accent: teal
icon:
repo: fontawesome/brands/github
admonition:
tip: material/fountain-pen-tip
features:
- navigation.top
- navigation.tabs
- content.code.copy
plugins:
- search
- awesome-pages
- privacy:
cache_dir: target/privacy
- blog:
post_url_format: "{slug}"
archive: false
categories: true
authors: false
- rss:
match_path: blog/posts/.*
date_from_meta:
as_creation: date
hooks:
- src/mkdocs/video.py
- src/mkdocs/image.py
- src/mkdocs/social.py
extra:
analytics:
provider: custom
extra_javascript:
- javascripts/katex.js
- https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.9/katex.min.js
- https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.9/contrib/auto-render.min.js
extra_css:
- stylesheets/extra.css
- https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.9/katex.min.css
markdown_extensions:
- attr_list
- admonition
- md_in_html
- smarty
- sane_lists
- footnotes
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.keys
- pymdownx.arithmatex:
generic: true