-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
57 lines (52 loc) · 1.3 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: 安迪小站
dev_addr: '127.0.0.1:8090'
# Configuration
theme:
name: null
custom_dir: material
# Default values, taken from mkdocs_theme.yml
language: en
feature:
tabs: true
palette:
primary: black
accent: black
font:
text: Roboto
code: Roboto Mono
favicon: assets/images/favicon.png
logo:
icon: "\uE80C"
# Page tree
nav:
- 主页: index.md
- 📷摄影:
- 摄影: https://hi-andyhou.tuchong.com/
- 📑笔记:
- 📑 笔记导航: note.md
- 📱 手机相关: note/phones/
- 🎮 Switch: note/switch/
- 📚教程:
- HostMonitor:
- 前情说明: HostMonitor/000-HostMonitor.md
- 介绍: HostMonitor/001-introduce.md
- BashScripting:
- 插件: BashScripting/000-snippet_extension.md
- 🎮游戏:
- 🎮 Game: game.md
- 👶育儿:
- 安迪的育儿百科: parenting/parenting_wiki.md
- 💖收藏:
# - 🎬 电影收藏打分: movielist.md
- 🔞 JAV收藏打分: javlist.md
# - 💖 美食收藏: favlist.md
- 🔨工具:
- 🔨 工具导航: tools.md
- ✈️旅行:
- ✈️ travel: travel.md
- 💩表情包:
- 💩 沙雕/装逼: meme.md
- 📑 模板: meme/meme_template.md
- 🐵关于:
- 🐵 关于: about.md
google_analytics: ['G-1PK298GK2Y', 'hi-andy.com']