-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
86 lines (80 loc) · 1.92 KB
/
mkdocs.yml
File metadata and controls
86 lines (80 loc) · 1.92 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
site_name: FossWiki
site_url: https://lzccr.github.io/fosswiki
repo_url: https://github.com/lzccr/fosswiki
repo_name: lzccr/mkdocs-test
# edit_url: edit/main/docs
copyright: CC0 1.0 Universal (CC0 1.0)
nav:
- Home: "index.md"
- "Linux":
- "linux-intro.md"
- "arch.md"
theme:
name: material
language: en
icon:
repo: fontawesome/brands/git-alt
edit: material/pencil
view: material/eye
features:
- search.suggest
- search.highlight
- navigation.footer
- navigation.expand
- navigation.tabs
- navigation.expand
- navigation.top
- content.code.copy
# - content.action.edit
font:
text: Poppins
code: Roboto Mono
palette:
# Palette toggle for light mode
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
plugins:
- privacy:
assets: true
assets_fetch: true
assets_fetch_dir: assets/external
log-level: error
links_attr_map:
target: _blank
- search
- social:
cards_layout_options:
font_family: Roboto
background_color: green
background_image: null
# - git-revision-date-localized:
# enable_creation_date: true
# type: timeago
# fallback_to_build_date: false
# - git-committers:
# repository: lzccr/mkdocs-tests
# branch: main
# - git-authors
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
extra:
social:
- icon: fontawesome/brands/mastodon
link: https://fosstodon.org/@lzccr
name: lzccr on Fosstodon
- icon: fontawesome/brands/github
link: https://github.com/lzccr
name: lzccr on Github