-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
executable file
·206 lines (192 loc) · 6.31 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
site_name: Linux 运维笔记
site_url: https://jangrui.com
site_author: Jangrui
site_description: >-
运维需要的不是天赋异禀,而是经验丰富!
# Repository
repo_name: jangrui/jangrui.github.io
repo_url: https://github.com/jangrui/jangrui.github.io
edit_uri: ""
# Copyright
copyright: Copyright © 2021 Jangrui
# Configuration
theme:
name: material
custom_dir: material
# name: null
# custom_dir: mkdocs-material/material
# Static files
static_templates:
- 404.html
# Don't include MkDocs' JavaScript
include_search_page: false
search_index_only: true
# Default values, taken from mkdocs_theme.yml
language: zh
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
# - navigation.sections
- navigation.expand
# - navigation.indexes
- navigation.top
# - toc.integrate
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/toggle-switch
name: Switch to light mode
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
font:
text: Roboto
code: Roboto Mono
favicon: assets/favicon.png
icon:
logo: logo
# logo: assets/logo.png
admonition:
note: octicons/tag-16
abstract: octicons/checklist-16
info: octicons/info-16
tip: octicons/squirrel-16
success: octicons/check-16
question: octicons/question-16
warning: octicons/alert-16
failure: octicons/x-circle-16
danger: octicons/zap-16
bug: octicons/bug-16
example: octicons/beaker-16
quote: octicons/quote-16
# Plugins
plugins:
- search
# - redirects:
# redirect_maps:
# changelog/insiders.md: insiders/changelog.md
- minify:
minify_html: true
- git-revision-date-localized
# Customization
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/jangrui
- icon: fontawesome/brands/docker
link: https://hub.docker.com/r/jangrui
- icon: fontawesome/brands/twitter
link: https://twitter.com/jangrui1993
generator: false
# Extensions
markdown_extensions:
- admonition
- abbr
- attr_list
- def_list
- footnotes
- meta
- md_in_html
- toc:
permalink: true
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
repo_url_shorthand: true
user: squidfunk
repo: mkdocs-material
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
# Page tree
nav:
- Home: index.md
- Linux:
- SSH 登录失败后锁定时间限制: linux/lock-time-limit-after-ssh-login-failure.md
# - CentOS 系统初始化: linux/centos-init.md
# - Bash:
# - 作者: linux/bash/author.md
# - 简介: linux/bash/intro.md
# - 基本语法: linux/bash/grammar.md
# - 模式扩展: linux/bash/expansion.md
# - 引号和转义: linux/bash/quotation.md
# - 变量: linux/bash/variable.md
# - 字符串操作: linux/bash/string.md
# - 算术运算: linux/bash/arithmetic.md
# - 行操作: linux/bash/readline.md
# - 目录堆栈: linux/bash/stack.md
# - 脚本入门: linux/bash/script.md
# - read 命令: linux/bash/read.md
# - 条件判断: linux/bash/condition.md
# - 循环: linux/bash/loop.md
# - 函数: linux/bash/function.md
# - 数组: linux/bash/array.md
# - set 命令: linux/bash/set.md
# - 脚本除错: linux/bash/debug.md
# - mktemp 命令,trap 命令: linux/bash/mktemp.md
# - 启动环境: linux/bash/startup.md
# - 命令提示符: linux/bash/prompt.md
# - Services:
# - SSH 远程管理主机服务: linux/service/ssh.md
# - DHCP 动态分配主机地址: linux/service/dhcp.md
# - Bind 域名解析服务: linux/service/bind.md
# - LVM 逻辑卷管理器: linux/service/lvm.md
# - RAID 磁盘阵列技术: linux/service/raid.md
# - iSCSI 网络存储服务: linux/service/iscsi.md
# - FTP 文件传输服务: linux/service/ftp.md
# - NFS 文件共享服务: linux/service/nfs.md
# - Samba 文件共享服务: linux/service/samba.md
# - AutoFs 自动挂载服务: linux/service/autofs.md
# - LDAP 轻量级目录服务: linux/service/ldap.md
# - PXE 无人值守安装服务: linux/service/pxe-and-kickstart-unattended-installation-service.md
# - Postfix 部署邮件系统: linux/service/postfix-and-dovecot-deploy-mail-system.md
# - Squid 代理服务: linux/service/squid-proxy-server.md
- FAQ:
- CentOS 误删 glibc 恢复: linux/faq/recovery-of-glibc-deleted-by-centos.md
- 容器:
- Docker:
- 安装 docker: container/docker/install.md
- Kubernetes:
- 介绍: container/kubernetes/introduction-to-kubernetes.md
- 安装 k8s: container/kubernetes/install-k8s.md
- 搭建 nfs 作为 k8s 默认 sc: container/kubernetes/setup-nfs-as-k8s-default-sc.md
- 安装 metrics-server: container/kubernetes/install-metrics-server-for-k8s.md
# - CKA 心得: container/kubernetes/cka.md
- MacOS:
- MacOS 自用软件: macos/macos 自用软件.md
- 处理烦人的 .DS_Store 文件: macos/处理烦人的 .DS_Store 文件.md
- MacOS Big Sur 无法修改系统文件: macos/macOS Big Sur 无法修改系统文件.md
- brew 更换清华大学镜像源: macos/brew 更换清华大学镜像源.md
# - 安全:
# - 安全运维规范: security/安全运维规范.md
# - 故障的定义和避免: security/故障的定义和避免.md
# - Linux 操作系统加固: security/Linux 操作系统加固.md
# - Windows 操作系统安全加固: security/Windows 操作系统安全加固.md
# - 面试:
# - Nginx 面试题: interview/nginx.md