-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
131 lines (108 loc) · 3.15 KB
/
hugo.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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
baseURL = 'https://xsliulab.github.io/CancerBiology'
relativeURLs = false
languageCode = 'en-us'
title = 'Cancer Biology'
theme = 'hugo-theme-relearn'
[params]
additionalContentLanguage = ['en']
alwaysopen = ''
breadcrumbSeparator = '>'
collapsibleMenu = false
customMathJaxURL = ''
customMermaidURL = ''
customOpenapiURL = ''
disableAssetsBusting = false
disableBreadcrumb = false
disableExplicitIndexURLs = false
disableGeneratorVersion = false
disableHoverBlockCopyToClipBoard = false
disableInlineCopyToClipBoard = true
disableLandingPageButton = true
#语言转换
disableLanguageSwitchingButton = true
disableMathJax = true
disableMermaid = true
disableNextPrev = false
disableOpenapi = true
disableRandomIds = false
disableRootBreadcrumb = true
disableSearch = false
disableSearchHiddenPages = false
disableSeoHiddenPages = true
disableShortcutsTitle = false
disableTagHiddenPages = false
disableTermBreadcrumbs = false
disableToc = false
editURL = 'https://github.com/XSLiuLab/CancerBiology/tree/main/content/${FilePath}'
externalLinkTarget = '_self'
highlightWrap = true
images = ['images/tn.png']
mathJaxInitialize = '{}'
mermaidInitialize = '{ "securityLevel": "loose" }'
mermaidZoom = true
ordersectionsby = 'weight'
showVisitedLinks = true
titleSeparator = '::'
[params.author]
name = 'Shanghaitech liuxslab'
[params.image]
errorlevel = 'error'
[params.imageEffects]
border = true
lazy = true
lightbox = true
shadow = false
[params.include]
errorlevel = 'error'
[params.link]
errorlevel = 'error'
[params.openapi]
errorlevel = 'error'
[params.social]
facebook_admin = ''
twitter = ''
[[params.themeVariant]]
auto = ['zen-light', 'zen-dark']
identifier = 'zen-auto'
name = 'Zen Light/Dark'
[[params.themeVariant]]
identifier = 'zen-light'
[[params.themeVariant]]
identifier = 'zen-dark'
[outputs]
home = ['html', 'rss', 'search']
page = ['html', 'rss',]
section = ['html', 'rss',]
[menu]
[[menu.shortcuts]]
identifier = 'ds'
name = "<i class='fa-fw fab fa-github'></i> Liulab GitHub"
url = 'https://github.com/XSLiuLab'
weight = 10
[[menu.shortcuts]]
name = "<i class='fa-fw fa fa-bank'></i> Liulab page"
url = 'http://liuxslab.cn/'
weight = 11
[[menu.shortcuts]]
name = "<i class='fa-fw fa fa-bank'></i> Shanghaitech"
url = 'https://www.shanghaitech.edu.cn/'
weight = 12
[[menu.shortcuts]]
identifier = 'cancerquest'
name = "<i class='fa-fw fa fa-chain'></i> CanceQquest"
url = 'https://cancerquest.org/cancer-biology'
weight = 20
[[menu.shortcuts]]
identifier = '肿瘤生物学概论'
name = "<i class='fa-fw fa fa-chain'></i> 肿瘤生物学概论"
url = 'https://www.xuetangx.com/course/THU08261001403/4227257?channel=search_result'
weight = 25
[[menu.shortcuts]]
identifier = 'hugodoc'
name = "<i class='fa-fw fas fa-bookmark'></i> Hugo Documentation"
url = 'https://gohugo.io/'
weight = 30
[[menu.shortcuts]]
name = "<i class='fa-fw fas fa-bullhorn'></i> Credits"
url = 'more/credits/'
weight = 40