-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
86 lines (67 loc) · 1.52 KB
/
config.yaml
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
baseurl: "https://fxd.name/"
languageCode: "en-us"
title: "Xiaodong Feng"
theme: "hugo-ivy"
disqusShortname: "xiaodong"
ignoreFiles: ["\\.Rmd$", "\\.Rmarkdown$", "_cache$", "\\.knit\\.md$", "\\.utf8\\.md$"]
hasCJKLanguage: true
enableEmoji: true
preserveTaxonomyNames: true
footnotereturnlinkcontents: ↩
rssLimit: 100
permalinks:
cn: "/:sections/:year/:month/:slug/"
en: "/:sections/:year/:month/:slug/"
menu:
main:
- name: "Home"
url: "/"
weight: 1
- name: "About"
url: "/about/"
weight: 2
- name: "Blog"
url: "/en/"
weight: 3
- name: "日志"
url: "/cn/"
weight: 4
- name: "Recipe"
url: "/recipe/"
weight: 5
- name: "Tips"
url: "/tips/"
weight: 6
- name: "Vitae"
url: "/vitae/"
weight: 7
- name: "Todo"
url: "/todo/"
weight: 8
params:
description: "Xiaodong Feng"
footer: "© [Xiaodong](https://fxd.name) | [Github](https://github.com/xiaodfeng)"
highlightjsLang: ["r", "yaml", "tex"]
highlightjsTheme: "github"
highlightjsVersion: "9.12.0"
disqusURL: "https://fengxiaodong.com"
author:
en: "Xiaodong Feng"
cn: "冯晓东"
customJS:
- "fix-toc.js"
- "center-img.js"
- "right-quote.js"
- "no-highlight.js"
- "fix-footnote.js"
- "math-code.js"
- "external-link.js"
- "alt-title.js"
- "header-link.js"
blackfriday:
extensionsmask: ["noIntraEmphasis"]
fractions: false
markup:
goldmark:
renderer:
unsafe: true