Skip to content

Commit 72e8d15

Browse files
1 parent b9921e0 commit 72e8d15

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+
paginate: 20
5+
theme: PaperMod
6+
enableInlineShortcodes: true
7+
enableEmoji: true
8+
enableRobotsTXT: true
9+
relativeURLs: true
10+
buildDrafts: false
11+
buildFuture: false
12+
buildExpired: false
13+
timeout: 60s
14+
hasCJKLanguage: true
15+
minify:
16+
disableXML: true
17+
minifyOutput: true
18+
mediaTypes:
19+
application/feed+json:
20+
suffixes:
21+
- json
22+
outputFormats:
23+
jsonfeed:
24+
mediaType: application/feed+json
25+
baseName: index
26+
rel: alternate
27+
isPlainText: true
28+
json:
29+
mediaType: application/json
30+
baseName: search
31+
rel: alternate
32+
isPlainText: true
33+
outputs:
34+
home:
35+
- HTML
36+
- RSS
37+
- jsonfeed
38+
params:
39+
env: production
40+
title: 流动
41+
description: 生活就是一个流动的过程
42+
keywords:
43+
- 流动
44+
- 博客
45+
- liudon
46+
- 生活
47+
- 技术
48+
author: Liudon
49+
DateFormat: '2006-01-02'
50+
defaultTheme: auto
51+
disableThemeToggle: false
52+
ShowReadingTime: true
53+
ShowShareButtons: false
54+
ShowPostNavLinks: true
55+
ShowBreadCrumbs: false
56+
ShowCodeCopyButtons: true
57+
ShowWordCount: true
58+
comments: true
59+
ShowFullTextinRSS: 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)