-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtemp_mkdocs.yml
More file actions
42 lines (38 loc) · 945 Bytes
/
Copy pathtemp_mkdocs.yml
File metadata and controls
42 lines (38 loc) · 945 Bytes
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
site_name: Knowledge Base
site_description: Personal knowledge repository and project analysis
site_author: mufans
nav:
- Home: index.md
- Projects:
- Project Index: projects/
- $(find docs/projects/ -name "*.md" -type f | sed 's|docs/projects/||' | sed 's|.md||' | sed 's|^|- |' | sort)
- Topics:
- Topic Index: topics/
- $(find docs/topics/ -name "*.md" -type f | sed 's|docs/topics/||' | sed 's|.md||' | sed 's|^|- |' | sort)
- Inbox:
- Daily Logs: inbox/
- Archives: inbox/archive/
theme:
name: material
palette:
primary: blue
accent: blue
features:
- navigation.tabs
- navigation.sections
- navigation.expand
- search.highlight
- search.share
plugins:
- search
- git-revision-date-localized:
type: date
locale: zh
fallback_to_build_date: true
markdown_extensions:
- toc:
permalink: true
- meta
- admonition
- attr_list
- md_in_html