-
Notifications
You must be signed in to change notification settings - Fork 243
/
config.toml
executable file
·88 lines (74 loc) · 2.18 KB
/
config.toml
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
baseurl = "https://cosx.org/"
languageCode = "zh-CN"
title = "统计之都"
theme = "hugo-xmag"
disqusShortname = ""
googleAnalytics = "UA-1988641-11"
paginate = 12
ignoreFiles = ["\\.Rmd$","\\.Rmarkdown$", "\\.knit\\.md$", "\\.utf8\\.md$", "_cache$"]
hasCJKLanguage = true
enableEmoji = true
preserveTaxonomyNames = true
footnotereturnlinkcontents = "↩"
[outputs]
home = ["html", "rss", "json"]
[blackfriday]
extensionsmask = ["noIntraEmphasis"]
[permalinks]
post = "/:year/:month/:slug/"
[[menu.main]]
name = "论坛"
url = "https://d.cosx.org"
weight = 3
[[menu.top]]
name = "首页"
url = "/"
weight = 1
[[menu.top]]
name = "论坛"
url = "https://d.cosx.org"
weight = 3
[[menu.top]]
name = "R会"
url = "https://china-r.cosx.org"
weight = 4
[[menu.top]]
name = "投稿"
url = "/contribute/"
weight = 5
[params.banner]
src = "/img/logo.png"
alt = "统计之都 标志"
[[params.banner.source]]
media = "(min-width: 715px)"
srcset = "/img/logo-wide.png"
[[params.banner.source]]
media = "(max-width: 380px)"
srcset = "/img/logo-80.png"
[params.text]
about_author = "关于作者"
author_delimiter = " / "
back = "← 返回首页"
edit = "编辑本页 →"
tags = "关键词:"
comment = "发表/查看评论"
truncated = "……"
uncategorized = "未分类"
title_categories = "栏目分类"
title_tags = "关键词列表"
last_update = "最近更新于"
[params]
copyright = "统计之都 版权所有 2006 - 2022"
description = "中国统计学门户网站,免费统计学服务平台"
summary_length = 200
github_edit = "https://github.com/cosname/cosx.org/edit/master/content/"
comment_url = "https://d.cosx.org/d/"
comment_embed_url = "https://d.cosx.org/embed/"
footer = "© [统计之都](https://cosx.org) 2006 - 2022 | [新浪微博](http://weibo.com/cosname) | [Github](https://github.com/cosname) | [Bilibili](https://space.bilibili.com/22035559) | [知乎](https://www.zhihu.com/people/CapStat) | [RSS](https://cosx.org/index.xml)"
[markup]
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
codeFences = false
[markup.tableOfContents]
startLevel = 1