Skip to content

Commit a61994d

Browse files
1 parent bbb52f3 commit a61994d

File tree

1 file changed

+131
-0
lines changed

1 file changed

+131
-0
lines changed

config.yml

Lines changed: 131 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,131 @@
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+
section:
40+
- html
41+
taxonomy:
42+
- html
43+
term:
44+
- html
45+
params:
46+
env: production
47+
title: 流动
48+
description: 生活就是一个流动的过程
49+
keywords:
50+
- 流动
51+
- 博客
52+
- liudon
53+
- 生活
54+
- 技术
55+
author: Liudon
56+
DateFormat: '2006-01-02'
57+
defaultTheme: auto
58+
disableThemeToggle: false
59+
ShowReadingTime: true
60+
ShowShareButtons: false
61+
ShowPostNavLinks: true
62+
ShowBreadCrumbs: false
63+
ShowCodeCopyButtons: true
64+
ShowWordCount: true
65+
comments: true
66+
showFullTextinJSONFeed: true
67+
robotsNoIndex: false
68+
ShowToc: true
69+
TocOpen: true
70+
assets:
71+
disableHLJS: true
72+
twikoo:
73+
version: 1.6.39
74+
label:
75+
text: 流动
76+
homeInfoParams:
77+
Title: Hi there 👋
78+
Content: Welcome to my blog
79+
socialIcons:
80+
- name: github
81+
url: https://github.com/liudon
82+
- name: email
83+
url: mailto:[email protected]
84+
- name: rss
85+
url: https://liudon.com/index.xml
86+
responsiveImages: true
87+
cover:
88+
hidden: false
89+
hiddenInList: false
90+
hiddenInSingle: false
91+
responsiveImages: true
92+
fuseOpts:
93+
isCaseSensitive: false
94+
shouldSort: true
95+
location: 0
96+
distance: 1000
97+
threshold: 0.4
98+
minMatchCharLength: 0
99+
keys:
100+
- title
101+
- content
102+
menu:
103+
main:
104+
- identifier: home
105+
name: Home
106+
url: /
107+
weight: 10
108+
- identifier: posts
109+
name: Posts
110+
url: /posts/
111+
weight: 20
112+
- identifier: workouts
113+
name: Workouts
114+
url: https://workout.liudon.com
115+
weight: 20
116+
- identifier: about
117+
name: About
118+
url: /about/
119+
weight: 30
120+
- identifier: search
121+
name: 🔍
122+
url: /search/
123+
weight: 40
124+
pygmentsUseClasses: false
125+
markup:
126+
highlight:
127+
noClasses: true
128+
codeFences: true
129+
guessSyntax: true
130+
lineNos: false
131+
style: monokai

0 commit comments

Comments
 (0)