-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
70 lines (63 loc) · 1.41 KB
/
config.yaml
File metadata and controls
70 lines (63 loc) · 1.41 KB
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
baseurl: "https://qiref.github.io/"
languageCode: "cn-zh"
# defaultContentLanguage: "en"
defaultContentLanguage: "zh"
title: "大道至简"
theme: "hugo-xmin"
googleAnalytics: "G-PGMJFXZJRT"
disqusShortname: ""
ignoreFiles: ["\\.Rmd$", "\\.Rmarkdown$", "_cache$"]
footnotereturnlinkcontents: "↩"
#paginate: 10
#pagination.pagerSize: 10
enableEmoji: true
footnotereturnlinkcontents: "↩"
permalinks:
note: "/note/:year/:month/:day/:slug/"
post: "/post/:year/:month/:day/:slug/"
outputs:
home: ["HTML", "RSS", "JSON"]
sitemap:
changeFreq: "daily"
filename: sitemap.xml
priority: -1
menu:
main:
- name: Home
url: "/"
weight: 1
- name: Posts
url: "post/"
weight: 2
- name: Tags
url: "tags/"
weight: 3
- name: About
url: "about/"
weight: 4
- name: Note
url: "note/"
weight: 5
- name: Subscribe
url: "index.xml"
params:
description: "A website built through Hugo and blogdown."
footer: "© powered by [Hugo](https://gohugo.io/) & [Xmin](https://github.com/yihui/hugo-xmin) 2017 -- {Year} | [Github](https://github.com/qiref) "
markup:
highlight:
codeFences: false
goldmark:
renderer:
unsafe: true
extensions:
passthrough:
enable: true
delimiters:
block:
- - \[
- \]
- - $$
- $$
inline:
- - \(
- \)