forked from pugetmesh/pugetmesh.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
73 lines (68 loc) · 1.8 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
site_name: Puget Mesh
site_author: PugetMesh.org
site_description: "PugetMesh: Supporting Mesh networks in the Puget Sound Region"
copyright: © Creative Commons Attribution-ShareAlike 4.0 International License
site_url: https://pugetmesh.org
repo_url: https://github.com/pugetmesh/pugetmesh.github.io
edit_uri: edit/main/docs/
nav:
- Home: index.md
- AREDN: aredn/index.md
- Meshtastic: meshtastic/index.md
- About: about.md
- Other: other.md
plugins:
- search
- social
- table-reader
- git-revision-date-localized:
enable_creation_date: false
type: date
- git-committers:
repository: pugetmesh/pugetmesh.github.io
branch: main
markdown_extensions:
- toc
- attr_list
- md_in_html
- tables
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
theme:
name: material
palette:
primary: amber
scheme: default
favicon: static/favicon.png
logo: static/favicon.png
features:
- navigation.tabs
- navigation.sections
- navigation.path
- navigation.instant
- navigation.instant.prefetch
- toc.integrate
- toc.follow
- content.action.edit
- content.code.copy
extra:
social:
- icon: fontawesome/brands/discord
link: https://discord.gg/ANvUg3AyZt
- icon: fontawesome/brands/bluesky
link: https://bsky.app/profile/pugetmesh.org
- icon: fontawesome/brands/instagram
link: https://www.instagram.com/pugetmesh
- icon: fontawesome/brands/github
link: https://github.com/pugetmesh