-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
133 lines (117 loc) · 3.86 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
baseurl = "https://seisscoped.org/"
languageCode = "en-us"
defaultContentLanguage = "en-us"
title = "SCOPED"
theme = "hugo-tranquilpeak-theme"
disqusShortname = "hugo-tranquilpeak-theme"
paginate = 7
canonifyurls = true
summaryLength = 30
enableEmoji = true
pygmentsCodeFences = true
enableRobotsTXT = true
[markup]
# Set startLevel = 1 to support # title (<h1>title</h1>) otherwise table of content is blank/empty
[markup.tableOfContents]
endLevel = 3
ordered = true
startLevel = 1
[[menu.main]]
name = "Home"
identifier = "home"
weight = 10
pre = "<i class=\"sidebar-button-icon fas fa-lg fa-home\" aria-hidden=\"true\"></i>"
url = "/"
[[menu.main]]
name = "About"
identifier = "about"
weight = 20
pre = "<i class=\"sidebar-button-icon fas fa-lg fa-info\" aria-hidden=\"true\"></i>"
url = "/about/"
[[menu.main]]
name = "People"
identifier = "people"
weight = 30
pre = "<i class=\"sidebar-button-icon fas fa-lg fa-users\" aria-hidden=\"true\"></i>"
url = "/people/"
[[menu.main]]
name = "News"
identifier = "news"
weight = 40
pre = "<i class=\"sidebar-button-icon fas fa-lg fa-newspaper\" aria-hidden=\"true\"></i>"
url = "/news/"
[[menu.links]]
weight = 0
identifier = "github"
name = "GitHub"
pre = "<i class=\"sidebar-button-icon fab fa-lg fa-github\" aria-hidden=\"true\"></i>"
url = "https://github.com/SeisSCOPED"
[[menu.links]]
weight = 1
identifier = "facebook"
name = "Facebook"
pre = "<i class=\"sidebar-button-icon fab fa-lg fa-facebook\" aria-hidden=\"true\"></i>"
url = "https://business.facebook.com/SeisScoped"
[[menu.links]]
weight = 2
identifier = "twitter"
name = "Twitter"
pre = "<i class=\"sidebar-button-icon fab fa-lg fa-twitter\" aria-hidden=\"true\"></i>"
url = "https://twitter.com/SEIS_SCOPED"
[[menu.links]]
weight = 3
identifier = "youtube"
name = "Youtube"
pre = "<i class=\"sidebar-button-icon fab fa-lg fa-youtube\" aria-hidden=\"true\"></i>"
url = "https://www.youtube.com/@scoped6259"
[[menu.misc]]
weight = 0
identifier = "rss"
name = "RSS"
pre = "<i class=\"sidebar-button-icon fas fa-lg fa-rss\" aria-hidden=\"true\"></i>"
url = "/index.xml"
[[menu.misc]]
weight = 1
identifier = "gateway"
name = "Gateway"
pre = "<i class=\"sidebar-button-icon fas fa-lg fa-tv\" aria-hidden=\"true\"></i>"
url = "/gateway/"
# -------------
# Customization
# -------------
[params]
# ------
# Author
# ------
author.name = "SCOPED Team"
author.bio = "SCOPED is an NSF-funded project and part of the NSF CSSI program. The SCOPED project goal is to establish a novel hybrid cloud+HPC computational platform for use by the broader scientific community that combines large-scale processing and modeling of seismic data with a suite of open-source seismic codes."
author.location = "USA"
author.picture = "images/scoped_logo.jpg"
author.twitter = "SEIS_SCOPED"
sidebarBehavior = 1
#coverImage = "//d1u9biwaxjngwg.cloudfront.net/cover-image-showcase/city.jpg"
coverImage = "images/DASpng.jpg"
imageGallery = true
thumbnailImage = true
thumbnailImagePosition = "bottom"
autoThumbnailImage = true
# ---------------
# Sharing options
# ---------------
# Comment and uncomment to enable or disable sharing options
# If you wanna add a sharing option, read user documentation :
# Tranquilpeak configuration > Theme configuration > sharing-options
[[params.sharingOptions]]
name = "Facebook"
icon = "fab fa-facebook-square"
url = "https://www.facebook.com/sharer/sharer.php?u=%s"
[[params.sharingOptions]]
name = "Twitter"
icon = "fab fa-twitter"
url = "https://twitter.com/intent/tweet?text=%s"
[[params.sharingOptions]]
name = "Linkedin"
icon = "fab fa-linkedin"
url = "https://www.linkedin.com/sharing/share-offsite/?url=%s"
[[params.customCSS]]
href = "css/custom.css"