-
Notifications
You must be signed in to change notification settings - Fork 9
/
config.toml
111 lines (92 loc) · 2.52 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
104
105
106
107
108
109
110
111
baseurl = "/"
languageCode = "en-us"
title = "笑神本部"
theme = "hugo-owaraiclub"
googleAnalytics = "UA-107230532-1"
disqusShortname = "owarai"
ignoreFiles = ["\\.Rmd$", "_files$", "_cache$"]
preserveTaxonomyNames = true
footnotereturnlinkcontents = "↩"
hasCJKLanguage = true
enableEmoji = true
paginate = 20
enableGitInfo = true
disablePathToLower = true
refLinksErrorLevel = "WARNING"
refLinksNotFoundURL = '#'
[[menu.side]]
name = "搜索"
url = "/search/"
weight = 1
[[menu.side]]
name = "节目"
url = "/post/"
weight = 2
[[menu.side]]
name = "段子"
url = "/neta/"
weight = 3
[[menu.side]]
name = "论坛"
url = "http://35.221.198.211"
weight = 4
[[menu.side]]
name = "百科"
url = "/wiki/"
weight = 5
[[menu.side]]
name = "最近一周"
url = "/lastweek/"
weight = 6
[[menu.side]]
name = "标签"
url = "/tags/"
weight = 9
[[menu.side]]
name = "字幕组"
url = "/author/"
weight = 10
[[menu.side]]
name = "转载规则"
url = "/rules/"
weight = 12
[params]
description = "笑神本部"
summary_length = 2
github_edit = "https://github.com/tcgriffith/owaraisite/blob/master/content/"
footer = "Powered by [Hugo](https://gohugo.io/), [blogdown](https://github.com/rstudio/blogdown) & [netlify](https://www.netlify.com/) © [OWARAICLUB](https://owarai.netlify.com/) 2017-2019"
comment = true
mainSections = ["post", "neta", "matome"]
mainBangumis = ["伦敦之心", "神舌", "ametalk"]
otherbangumis2 = ["其他", "cut","matome", "节目表"]
otherbangumis = ["段子", "其他", "cut"]
othertags=["漫才", "短剧", "神舌","ametalk", "男女纠察队"]
flarumurl="https://d.owaraiclub.com/api/discussions?filter[q]=tag:whatsnew"
flarum="https://d.owaraiclub.com/d/"
# autolink magic
[[params.autolink]]
replace = "\\s(av\\d+)\\s"
with = "<a href='https://www.bilibili.com/video/$1'>$1</a>"
[[params.autolink]]
replace = "@(.*?)\\s"
with = "<a href='/author/$1'>@$1</a>"
[params.text]
back = "← 返回首页"
edit = "✄ 编辑本页"
truncated = "…"
tags = "标签"
combi = "搞笑艺人组合"
bangumi="节目"
about_author = "关于作者"
author_delimiter= "🕵 "
sharetitle = "来自笑神本部"
[params.banner]
src = "/img/logo_lh_main.svg"
[taxonomies]
tag = "tags"
category = "categories"
bangumi = "bangumis"
combi = "combi"
author = "author"
[outputs]
home = ["HTML", "JSON","RSS"]