Skip to content

Commit 9f6d444

Browse files
1 parent 1d424c6 commit 9f6d444

File tree

1 file changed

+124
-0
lines changed

1 file changed

+124
-0
lines changed

config.yml

Lines changed: 124 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,124 @@
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+
ShowToc: true
62+
TocOpen: true
63+
assets:
64+
disableHLJS: true
65+
twikoo:
66+
version: 1.6.39
67+
label:
68+
text: 流动
69+
homeInfoParams:
70+
Title: Hi there 👋
71+
Content: Welcome to my blog
72+
socialIcons:
73+
- name: github
74+
url: https://github.com/liudon
75+
- name: email
76+
url: mailto:[email protected]
77+
- name: rss
78+
url: https://liudon.com/index.xml
79+
responsiveImages: true
80+
cover:
81+
hidden: false
82+
hiddenInList: false
83+
hiddenInSingle: false
84+
responsiveImages: true
85+
fuseOpts:
86+
isCaseSensitive: false
87+
shouldSort: true
88+
location: 0
89+
distance: 1000
90+
threshold: 0.4
91+
minMatchCharLength: 0
92+
keys:
93+
- title
94+
- content
95+
menu:
96+
main:
97+
- identifier: home
98+
name: Home
99+
url: /
100+
weight: 10
101+
- identifier: posts
102+
name: Posts
103+
url: /posts/
104+
weight: 20
105+
- identifier: workouts
106+
name: Workouts
107+
url: https://workout.liudon.com
108+
weight: 20
109+
- identifier: about
110+
name: About
111+
url: /about/
112+
weight: 30
113+
- identifier: search
114+
name: 🔍
115+
url: /search/
116+
weight: 40
117+
pygmentsUseClasses: false
118+
markup:
119+
highlight:
120+
noClasses: true
121+
codeFences: true
122+
guessSyntax: true
123+
lineNos: false
124+
style: monokai

0 commit comments

Comments
 (0)