Skip to content

Commit 85fb378

Browse files
1 parent ad0e001 commit 85fb378

File tree

1 file changed

+114
-0
lines changed

1 file changed

+114
-0
lines changed

config.yml

Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,114 @@
1+
baseURL: https://liudon.com/
2+
languageCode: zh-cn
3+
title: 流动
4+
paginate: 20
5+
theme: cactus
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+
icpCode: 京ICP备13029522号-2
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+
responsiveImages: true
78+
cover:
79+
hidden: false
80+
hiddenInList: false
81+
hiddenInSingle: false
82+
responsiveImages: true
83+
fuseOpts:
84+
isCaseSensitive: false
85+
shouldSort: true
86+
location: 0
87+
distance: 1000
88+
threshold: 0.4
89+
minMatchCharLength: 0
90+
keys:
91+
- title
92+
- content
93+
menu:
94+
main:
95+
- identifier: home
96+
name: Home
97+
url: /
98+
weight: 10
99+
- identifier: posts
100+
name: Posts
101+
url: /posts/
102+
weight: 20
103+
- identifier: about
104+
name: About
105+
url: /about/
106+
weight: 30
107+
pygmentsUseClasses: false
108+
markup:
109+
highlight:
110+
noClasses: true
111+
codeFences: true
112+
guessSyntax: true
113+
lineNos: false
114+
style: monokai

0 commit comments

Comments
 (0)