-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
59 lines (59 loc) · 1.61 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
repo_name: OshinoShinobuLinux-Chan/-shell-Tutorial
repo_url: https://github.com/OshinoShinobu-Chan/Linux-shell-Tutorial
site_author: OshinoShinobu-Chan
site_descrption: 这是一个关于如何更好地使用linux shell的教程
site_name: Linux shell Tutorial
site_url: https://oshinoshinobu-chan.github.io/Linux-shell-Tutorial/
use_directory_urls: false
theme:
font:
code: Fira Mono
language: zh
name: material
custom_dir: overrides
palette:
- accent: light blue
media: '(prefers-color-scheme: light)'
primary: white
scheme: default
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- accent: light blue
media: '(prefers-color-scheme: dark)'
primary: light grey
scheme: slate
toggle:
icon: material/weather-night
name: Switch to light mode
features:
- content.code.copy
- navigation.footer
- navigation.indexes
- navigation.tracking
extra:
analytics:
provider: google
property: G-T87G1452XL
social:
- icon: fontawesome/brands/github
link: https://github.com/OshinoShinobu-Chan
# name: GitHub
- icon: fontawesome/regular/envelope
link: mailto:[email protected]
generator: false
copyright: "Linux shell Turorial © 2024 by OshinoShinobu-Chan is licensed under CC BY-NC 4.0"
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- attr_list
- md_in_html
- pymdownx.arithmatex:
generic: true
plugins:
- glightbox
- search
extra_javascript:
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js