-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
57 lines (51 loc) · 1.52 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
site_name: Wiki@LitLUG
site_description: Wiki@LitLUG 是由柳州铁树 Linux 用户协会维护的 GNU/Linux Wiki站点
site_author: Wiki@LitLUG
repo_name: LitLUG/Wiki
repo_url: "https://github.com/LitLug/wiki"
copyright: Copyright © <a href="https://litlug.wiki/">Wiki@LitLUG</a> 2024. Available freely under the <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0 license</a>.
theme:
name: material
language: zh
logo: assets/img/irontree.svg
favicon: assets/img/irontree.svg
palette:
primary: "white"
accent: "blue"
features:
- navigation.tabs
- navigation.instant
- content.code.copy
- content.tooltips
- navigation.footer
- navigation.indexes
- navigation.top
markdown_extensions:
- admonition
- attr_list
- footnotes
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.superfences
- markdown.extensions.def_list
- toc:
permalink: true
nav:
- 欢迎: index.md
- FAQ: faq.md
- 指南与规则:
- 格式风格: rules/styleguide.md
- Linux 简介:
- linux-intro/index.md
- Linux 发行版: linux-intro/linux-distribution/index.md
- 命令与注释:
- 文件管理:
- mkdir 新建文件夹: command/file/mkdir.md
- cd 切换目录: command/file/cd.md
extra_css:
- "assets/css/extra-color.css"
- "assets/css/extra.css"