forked from cgmonline/cgmonline
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
executable file
·103 lines (82 loc) · 2.31 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
baseurl = "https://cgmonline.co/"
languageCode = "zh-CN"
title = "华人基因组学在线沙龙"
theme = "hugo-xmag"
disqusShortname = "cgmonline-co"
googleAnalytics = "UA-48206713-4"
paginate = 10
ignoreFiles = ["\\.Rmd$", "_files$", "_cache$"]
hasCJKLanguage = true
enableEmoji = true
preserveTaxonomyNames = true
footnotereturnlinkcontents = "↩"
publishDir = "docs"
[blackfriday]
extensionsmask = ["noIntraEmphasis"]
# prevent hugo from creating folders/indexes for each section
disableKinds = ["section"]
# adding taxonomy term 'archive'
[taxonomies]
archive = "archive"
tag = "tags"
category = "categories"
# Custom CSS. Put here your custom CSS files. They are loaded after the theme CSS;
# they have to be referred from static root. Example
[[params.customCSS]]
href = "css/custom.css"
[permalinks]
post = "/:year/:month/:slug/"
[[menu.top]]
name = "首页"
url = "/"
weight = 1
# [[menu.top]]
# name = "往期活动"
# url = "/tags/talks/"
# weight = 2
[[menu.top]]
name = "学术报告"
url = "/categories/学术报告/"
weight = 2
[[menu.top]]
name = "人物专访"
url = "/categories/人物专访/"
weight = 3
[[menu.top]]
name = "专题讨论"
url = "/categories/专题讨论/"
weight = 4
[[menu.main]]
name = "关键词"
url = "/tags/"
weight = 1
[[menu.main]]
name = "企业群"
url = "/categories/企业群/"
weight = 2
[params.banner]
src = "/img/logo.png"
alt = "CGM标志"
[[params.banner.source]]
media = "(min-width: 715px)"
srcset = "/img/new-logo-wide2020.png"
[[params.banner.source]]
media = "(max-width: 380px)"
srcset = "/img/new-logo-wide2020.png"
[params.text]
about_author = "关于作者"
author_delimiter = " / "
back = "← 返回首页"
edit = "编辑本页 →"
tags = "关键词:"
comment = "发表/查看评论"
truncated = "……"
uncategorized = "未分类"
title_categories = "栏目分类"
title_tags = "关键词列表"
[params]
copyright = "华人基因组学在线沙龙 2020"
description = "基因组学在线讨论平台"
summary_length = 200
github_edit = "https://github.com/cgmonline/cgmonline/edit/master/content/"
footer = "© 华人基因组学在线沙龙 2021 | [Github](https://github.com/cgmonline) | [YouTube](https://www.youtube.com/channel/UCk4tsPZOzGkP2IaU4YvUG_g)"