-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocsforge.yml
More file actions
51 lines (44 loc) · 1.1 KB
/
Copy pathdocsforge.yml
File metadata and controls
51 lines (44 loc) · 1.1 KB
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
site_name: QQ's Blog
site_url: https://qqshi13.github.io
site_author: QQ
nav:
- Blog: blog/
repo_url: https://github.com/QQSHI13/QQSHI13.github.io
repo_name: QQSHI13/QQSHI13.github.io
theme:
name: material
favicon: assets/favicon.png
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
plugins:
- blog:
blog_dir: blog
post_date_format: long
archive_date_format: MMMM YYYY
categories_allowed:
- tutorial
- workflow
- hardware
- story
pagination_per_page: 10
- tags
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/QQSHI13
- icon: fontawesome/solid/rss
link: https://qqshi13.github.io/blog/feed_rss_created.xml
copyright: Copyright © 2025–2026 QQ — GPL-3.0