-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
46 lines (39 loc) · 1.11 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
baseurl: "/"
languageCode: "en-us"
# title: "A Hugo website"
theme: "hugo-ivy"
# googleAnalytics: ""
disqusShortname: "youcai"
ignoreFiles: ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$", ".Rhistory"]
enableEmoji: true
permalinks:
post: "/:year/:month/:day/:slug/"
FootnoteReturnLinkContents: "↩"
##
menu:
main:
- name: "首页"
url: "/"
weight: 1
- name: "关于"
url: "/about/"
weight: 2
- name: "博文"
url: "/post/"
weight: 3
# - name: "分类"
# url: "/categories/"
# weight: 4
#- name: "标签"
# url: "/tags/"
# weight: 5
params:
description: "Youcai Liu"
footer: "© [Youcai](/) 2015 - 2017 | [Github](https://github.com/6youcai) | [Zhihu](https://www.zhihu.com/people/liuyoucai)"
# options for highlight.js (version, additional languages, and theme)
highlightjsVersion: "9.12.0"
highlightjsCDN: "//cdn.bootcss.com"
highlightjsLang: ["r", "yaml", "tex"]
highlightjsTheme: "github"
MathJaxCDN: "//cdn.bootcss.com"
MathJaxVersion: "2.7.1"