-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
138 lines (134 loc) · 4.81 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
site_name: techNotes
nav:
- Home: index.md
- Code:
- CS:
- Git: code/CS/git-note.md
- Python:
- 课程笔记: code/Python/Python-note.md
- JavaScripe:
- Mindmap: code/JavaScript/js-mindmap.md
- js note: code/JavaScript/js-note.md
- jQuery: code/JavaScript/jQuery-note.md
- Node.js: code/JavaScript/node-js-note.md
- Stat:
- 高等统计学习:
- index: stat/index.md
- ASL mindmap: stat/ASL-mindmap.md
- ASL1: stat/ASL-note1.md
- ASL2: stat/ASL-note2.md
- ASL3: stat/ASL-note3.md
- ASL4: stat/ASL-note4.md
- 算法导论:
- basic: stat/Algo-MinCut-2SAT.md
- 概率基础: stat/Algo-prob-Markov-Chebyshev-Hoeffding.md
- 计算理论: stat/Algo-computation-计算理论.md
- 图相关, Laplacian: stat/Algo-graph-Adjacency-Laplacian.md
- 差分隐私: stat/Algo-differential-privacy-差分隐私.md
- 凸优化: stat/optimization-凸优化.md
- Linux:
- General: Linux/Linux.md
- 实验环境相关: Linux/tutor-实验环境相关.md
- 系统维护: Linux/Linux-maintain.md
- 编译安装软件: Linux/Linux-configure-make-install-编译安装.md
- OS:
- EFI: os/EFI.md
- OSs:
- macOS: os/macOS.md
- macOS-intro: os/macOS-intro.md
- macOS 软件列表: os/macOS-softwares.md
- hackintosh: os/Hackintosh.md
- Arch: os/Arch.md
- CentOS: os/CentOS.md
- Ubuntu: os/Ubuntu.md
- Windows: os/Windows.md
- softwares:
- VSCode: os/vscode.md
- VSCode Markdown: os/vscode-markdown.md
- NLP:
- Lexicon 词汇增强: NLP/Lexicon-词汇增强.md
- Prompt 提示语言模型: NLP/Prompt-提示语言模型.md
- ABSA: NLP/ABSA-Sentiment-Analysis-基于方面的情感分析.md
- 🔗Blog: https://blog.easonsi.site # / # https://lightblues.github.io/
theme:
name: "material"
# 参见 https://squidfunk.github.io/mkdocs-material/customization/#extending-the-theme
custom_dir: "theme"
search:
language: "en" # 这里只是搜索显示的文字, 配置分词应该到 plugins 中内置 search
features:
- navigation.tabs
- navigation.sections
- navigation.top
# 调色板, 设置 dark mode
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
# google_analytics: ["UA-155100419-1", "auto"]
copyright: "Copyright © 2021-2022 Easonshi"
site_author: Easonshi
site_description: "O'ver curious"
site_url: https://lightblues.github.io/techNotes/
remote_branch: gh-pages
remote_name: origin
docs_dir: docs
site_dir: site
extra:
social:
- icon: "fontawesome/brands/github-alt"
link: "https://github.com/Lightblues"
# - icon: "fontawesome/solid/book"
# link: "https://esl.hohoweiya.xyz"
- icon: "fontawesome/solid/house" # 原本是 home 以至于报错
link: "https://lightblues.github.io/" # blog
# - icon: "fontawesome/regular/newspaper"
# link: "https://stats.hohoweiya.xyz"
# - icon: "fontawesome/regular/sticky-note"
# link: "https://blog.csdn.net/szcf715"
- icon: "fontawesome/regular/envelope"
link: "mailto:oldcitystal@gmail.com"
repo_name: "lightblues/techNotes"
repo_url: "https://github.com/lightblues/techNotes"
edit_uri: edit/main/docs/
extra_javascript:
- js/baidu-tongji.js # https://tongji.baidu.com/
# - javascripts/baiduzhanzhang.js
# - javascripts/extra.js
# - javascripts/mathjax.js
- "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML"
#extra_css:
# - stylesheets/extra.css
markdown_extensions:
# Is there a way to support image size adjustment? https://github.com/mkdocs/mkdocs/issues/1678
- attr_list
- pymdownx.arithmatex
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.tilde
- pymdownx.snippets
- pymdownx.emoji:
# 还可以对拓展配置选项
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- admonition
- codehilite
- smarty # The SmartyPants extension converts ASCII dashes, quotes and ellipses to their HTML entity equivalents. https://python-markdown.github.io/extensions/smarty/
- sane_lists
- meta
- toc:
permalink: true
toc_depth: 3
plugins:
- search:
# https://mkdocs.zimoapps.com/user-guide/configuration/#search
separator: '[\s\-\.]+'
prebuild_index: true
lang: ja # 中文搜索! https://www.mkdocs.org/user-guide/configuration/#search