-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
80 lines (72 loc) · 1.57 KB
/
config.yaml
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
baseURL: 'https://wowios.com'
languageCode: en-us
title: CodePaper
theme: "PaperMod"
publishdir: "./docs/"
buildDrafts: false
buildFuture: false
buildExpired: false
minify:
disableXML: true
minifyOutput: true
menu:
main:
- identifier: categories
name: 📖类别
url: /categories/
weight: 10
- identifier: tags
name: 🏷️标签
url: /tags/
weight: 20
- identifier: archive
name: 📦档案
url: /archive/
weight: 5
- identifier: search
name: 🔎搜索
url: /search/
weight: 30
- identifier: about
name: 🧑💻关于我
url: /about/
weight: 40
params:
# 页面底部分享栏
ShowShareButtons: true
ShareButtons: ["telegram", "reddit", "twitter"]
defaultTheme: auto
# 主页的模式
homeInfoParams:
enabled: true
Title: I'm Zanxinz👋
Content: ""
# 社交联系方式
socialIcons:
- name: "twitter"
url: "https://twitter.com/zanxinz"
- name: "github"
url: "https://github.com/ZanxinZ"
- name: "email"
url: "post/info/contact/mail"
# 回到顶部
ShowBreadCrumbs: true
ShowCodeCopyButtons: true
env: production
cover:
responsiveImages: fasle
ShowPostNavLinks: true
ShowCodeCopyButtons: true
assets:
disableHLJS: true
favicon: "/img/favicon.ico"
favicon16x16: "/img/favicon.ico"
favicon32x32: "/img/favicon.ico"
apple_touch_icon: "/img/favicon.ico"
safari_pinned_tab: "/img/favicon.ico"
outputs:
home:
- HTML
- RSS
- JSON
ignoreLogs : ['warning-goldmark-raw-html']