-
Notifications
You must be signed in to change notification settings - Fork 5
/
config.toml
71 lines (57 loc) · 1.53 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
baseURL = "http://datawaveproject.github.io/"
languageCode = "en-us"
title = "The DataWave Blog"
theme="ananke"
googleAnalytics = "G-76NXT956MJ"
[params]
# In most cases you will only want to use either one of these. If you have Google Analytics included in your GTM tags don't put your GA ID here. Otherwise your data might be useless.
googleAnalytics = 'G-76NXT956MJ'
#featured_image = '/images/gravity_waves_big.jpg'
favicon = "/favicon-32x32.png"
site_logo = "/images/logo/banner_final_white.png"
[params.jobs]
summary_truncate = 12 # How many characters to include in the summary of the team bios (large layout) before truncating
[params.Single]
#featured_image = '/images/gravity_waves_big.jpg'
[menu]
# Main Menu
#[[menu.main]]
# name = "Objectives"
# url = "/objectives/"
# weight = 1
# Footer Menu
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "Team"
url = "/team/"
weight = 2
[[menu.main]]
name = "Jobs"
url = "/jobs/"
weight = 3
[[menu.main]]
name = "Background"
url = "/background/"
weight = 4
[[menu.main]]
name = "Publications"
url = "/publications/"
weight = 4
[[menu.main]]
name = "Blog"
url = "/blog/"
weight = 5
[[menu.main]]
name = "Data"
url = "/data/"
weight = 6
#[[menu.footer]]
# name = "Contact"
# url = "/contact/"
# weight = 2
[[params.ananke_socials]]
name = "twitter"
url = "https://twitter.com/DataWave_VESRI"