forked from weearc/maupassant-hugo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
125 lines (114 loc) · 2.63 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
baseURL: "" # if your site is in 'https', then make sure your base url isn't written using 'http' otherwise your sitemap would contain http (as opposeed to https) URLs. This would affect Google indexing of your URLs.
title:
description:
author:
paginate: 5
theme: Maupassant
params:
env: production # to enable google analytics, opengraph, twitter-cards and schema.
description: ""
author: weearc
copyright: ""
copyrightLicense: "CC BY-NC-SA 4.0"
copyrightURL: "https://creativecommons.org/licenses/by-nc-sa/4.0/"
recordICPInfo:
math: false
useHLJS: true
# valine.js
valine:
serverID:
appid:
appkey:
placeholder: ''
notify: true
verify: true
path: ''
ShowShareButtons: false
ShowReadingTime: true
ShowToc: true
comments: true
enableInlineShortcodes: true
enableRobotsTXT: true
buildDrafts: false
buildFuture: false
buildExpired: false
enableEmoji: true
#pygmentsUseClasses: true
#pygmentsCodefences: true
defaultContentLanguage: zh
# googleAnalytics: UA-123-45
minify:
disableXML: true
# minifyOutput: true
languages:
zh:
languageName: "Chinese"
weight: 1
taxonomies:
category: categories
tag: tags
series: series
menu:
main:
- name: 首页
url: /
weight: 1
params:
icon: fa-home
- name: 归档
url: archives/
weight: 5
params:
icon: fa-archive
- name: 关于
url: about/
weight: 25
params:
icon: fa-user
- name: 友链
url: frlink/
weight: 20
params:
icon: fa-link
- name: 订阅
url: index.xml
weight: 30
params:
icon: fa-rss
outputs:
home:
- HTML
- RSS
- JSON
markup:
goldmark:
renderer:
unsafe: true
extensions:
passthrough:
delimiters:
block:
- - \[
- \]
- - $$
- $$
inline:
- - \(
- \)
- - $
- $
enable: true
highlight:
anchorLineNos: false
codeFences: true
guessSyntax: true
hl_Lines: ""
hl_inline: false
lineAnchors: ""
lineNoStart: 1
lineNos: true
lineNumbersInTable: true
noClasses: true
noHl: false
style: "emacs"
tabWidth: 4