Skip to content

Commit 89c3404

Browse files
1 parent de34c41 commit 89c3404

File tree

1 file changed

+125
-0
lines changed

1 file changed

+125
-0
lines changed

config.yml

Lines changed: 125 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,125 @@
1+
baseURL: https://liudon.com/
2+
languageCode: zh-cn
3+
title: 流动
4+
theme: PaperMod
5+
enableInlineShortcodes: true
6+
enableEmoji: true
7+
enableRobotsTXT: true
8+
relativeURLs: true
9+
buildDrafts: false
10+
buildFuture: false
11+
buildExpired: false
12+
timeout: 60s
13+
hasCJKLanguage: true
14+
pagination:
15+
pagerSize: 20
16+
minify:
17+
disableXML: true
18+
minifyOutput: true
19+
mediaTypes:
20+
application/feed+json:
21+
suffixes:
22+
- json
23+
outputFormats:
24+
jsonfeed:
25+
mediaType: application/feed+json
26+
baseName: index
27+
rel: alternate
28+
isPlainText: true
29+
json:
30+
mediaType: application/json
31+
baseName: search
32+
rel: alternate
33+
isPlainText: true
34+
outputs:
35+
home:
36+
- html
37+
- RSS
38+
- jsonfeed
39+
params:
40+
env: production
41+
title: 流动
42+
description: 生活就是一个流动的过程
43+
keywords:
44+
- 流动
45+
- 博客
46+
- liudon
47+
- 生活
48+
- 技术
49+
author: Liudon
50+
DateFormat: '2006-01-02'
51+
defaultTheme: auto
52+
disableThemeToggle: false
53+
ShowReadingTime: true
54+
ShowShareButtons: false
55+
ShowPostNavLinks: true
56+
ShowBreadCrumbs: false
57+
ShowCodeCopyButtons: true
58+
ShowWordCount: true
59+
comments: true
60+
showFullTextinJSONFeed: true
61+
robotsNoIndex: false
62+
ShowToc: true
63+
TocOpen: true
64+
assets:
65+
disableHLJS: true
66+
twikoo:
67+
version: 1.6.39
68+
label:
69+
text: 流动
70+
homeInfoParams:
71+
Title: Hi there 👋
72+
Content: Welcome to my blog
73+
socialIcons:
74+
- name: github
75+
url: https://github.com/liudon
76+
- name: email
77+
url: mailto:[email protected]
78+
- name: rss
79+
url: https://liudon.com/index.xml
80+
responsiveImages: true
81+
cover:
82+
hidden: false
83+
hiddenInList: false
84+
hiddenInSingle: false
85+
responsiveImages: true
86+
fuseOpts:
87+
isCaseSensitive: false
88+
shouldSort: true
89+
location: 0
90+
distance: 1000
91+
threshold: 0.4
92+
minMatchCharLength: 0
93+
keys:
94+
- title
95+
- content
96+
menu:
97+
main:
98+
- identifier: home
99+
name: Home
100+
url: /
101+
weight: 10
102+
- identifier: posts
103+
name: Posts
104+
url: /posts/
105+
weight: 20
106+
- identifier: workouts
107+
name: Workouts
108+
url: https://workout.liudon.com
109+
weight: 20
110+
- identifier: about
111+
name: About
112+
url: /about/
113+
weight: 30
114+
- identifier: search
115+
name: 🔍
116+
url: /search/
117+
weight: 40
118+
pygmentsUseClasses: false
119+
markup:
120+
highlight:
121+
noClasses: true
122+
codeFences: true
123+
guessSyntax: true
124+
lineNos: false
125+
style: monokai

0 commit comments

Comments
 (0)