-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
38 lines (36 loc) · 1010 Bytes
/
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
baseURL = "/"
languageCode = "en-us"
title = "The OCC Environmental Data Commons"
theme = "kube"
description = "Repository for environmental public data sets of scientific interest, hosted as part of the Open Science Data Cloud Ecosystem"
Paginate = 4
[Params]
RSSLink = "/index.xml"
author = "Open Commons Consortium" # add your company name
github = "https://github.com/occ-data" # add your github profile name
twitter = "OCC_Data" # add your twitter profile
email = "[email protected]"
[[menu.main]]
name = "About"
weight = 6
url = "http://www.occ-data.org/about/"
[[menu.main]]
name = "Software"
weight = 5
url = "/software"
[[menu.main]]
name = "More Data"
weight = 4
url = "https://www.opensciencedatacloud.org/publicdata/?commons_type=Environmental"
[[menu.main]]
name = "NWM"
weight = 3
url = "/nwm/"
[[menu.main]]
name = "NEXRAD"
weight = 2
url = "/nexrad/"
[[menu.main]]
name = "GOES-16"
weight = 1
url = "/goes16/"