-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmkdocs.yml
More file actions
64 lines (64 loc) · 1.62 KB
/
Copy pathmkdocs.yml
File metadata and controls
64 lines (64 loc) · 1.62 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
site_name: GeoGuide in China
site_url: https://www.geoguide.top/
repo_url: https://github.com/Konano/geoguide-in-china
repo_name: Geoguide in China
theme:
name: material
language: zh
icon:
repo: fontawesome/brands/github
# features:
# - navigation.tabs
# - navigation.tabs.sticky
features:
- navigation.instant
- navigation.instant.prefetch
- navigation.indexes
# - navigation.tracking
- toc.follow
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
# scheme: youtube
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
# scheme: youtube
toggle:
icon: material/brightness-4
name: Switch to system preference
nav:
- index.md
- 如何开始 Geocaching:
- getting-started/index.md
- "c:geo": getting-started/cgeo.md
- Looking4Cache (L4C): getting-started/l4c.md
- tftc.top: getting-started/tftc.md
- 创建你的第一个藏宝点:
- hiding-a-cache/index.md
- hiding-a-cache/simple-container.md
- hiding-a-cache/region-guidelines.md
- glossary.md
# - faq.md
# extra_css:
# - stylesheets/extra.css
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- attr_list
- md_in_html
- pymdownx.blocks.caption
- toc:
permalink: true
plugins:
- glightbox