-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
102 lines (96 loc) · 2.51 KB
/
mkdocs.yml
File metadata and controls
102 lines (96 loc) · 2.51 KB
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
site_name: Open WebTech Association
site_url: https://www.owta.dev
repo_name: open-webtech/owta-website
repo_url: https://github.com/open-webtech/owta-website
edit_uri: edit/main/docs/
nav:
- Home: index.md
- About:
- Introduction: about.md
- 'Definition of "WebTech"': https://open-webtech.github.io/owta-publications/meta/webtech-definition
- 'Related Initatives': https://open-webtech.github.io/owta-publications/meta/related-initiatives
- 'Get Involved': get-involved.md
- Blog:
- blog/index.md
theme:
name: material
icon:
repo: fontawesome/brands/git-alt
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
primary: indigo
accent: blue
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: blue
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: blue
toggle:
icon: material/brightness-4
name: Switch to system preference
logo: assets/images/logo.svg
favicon: assets/images/favicon.png
features:
- navigation.footer
- navigation.indexes
- navigation.top
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.expand
- navigation.tracking
- navigation.instant
- navigation.instant.progress
- toc.follow
- content.action.view
- content.action.edit
custom_dir: overrides
extra_css:
- assets/css/code-highlight.css
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/open-webtech
- icon: fontawesome/brands/mastodon
link: https://mastodon.social/@owta
- icon: fontawesome/brands/discord
link: https://owta.dev/discord
plugins:
- search
- social
- blog
- rss:
match_path: blog/posts/.*
date_from_meta:
as_creation: date
categories:
- categories
- tags
- git-revision-date-localized:
enable_creation_date: true
- git-committers:
repository: open-webtech/owta-website
branch: main
- link-marker
markdown_extensions:
- smarty
- sane_lists
- admonition
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.highlight:
linenums: False
css_class: 'code-highlight'
- pymdownx.magiclink