Skip to content

Commit b4f7a78

Browse files
1 parent da74fb1 commit b4f7a78

File tree

1 file changed

+117
-0
lines changed

1 file changed

+117
-0
lines changed

config.yml

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

0 commit comments

Comments
 (0)