Skip to content

Commit ecf5170

Browse files
1 parent 410142e commit ecf5170

File tree

1 file changed

+121
-0
lines changed

1 file changed

+121
-0
lines changed

config.yml

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

0 commit comments

Comments
 (0)