-
Notifications
You must be signed in to change notification settings - Fork 4
/
config.toml
77 lines (63 loc) · 1.96 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
baseURL = "https://sasip-climate.github.io/"
languageCode = "en-us"
title = "SASIP"
themesDir = "themes"
theme = "hugo-hero-theme"
[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.
google_analytics_id = ""
google_tag_manager_id = ""
[params.homepage]
show_call_box = true
[params.logo]
mobile = "images/ice-logo.jpg"
desktop = "images/ice-logo.jpg"
desktop_height = "48px"
mobile_height = "24px"
alt = "MSML"
[params.homepage_meta_tags]
meta_description = "Bla bla bla"
meta_og_title = "SASIP"
meta_og_type = "website"
meta_og_url = "https://hugo-serif.netlify.app"
meta_og_image = "https://raw.githubusercontent.com/JugglerX/hugo-serif-theme/master/images/tn.png"
meta_og_description = "VESRI Collaboration on Climate Science"
meta_twitter_card = "summary"
meta_twitter_site = "@AurelieAlbert"
meta_twitter_creator = "@AurelieAlbert"
[params.footer]
copyright_text = 'Hugo design adapted from <a class="zerostatic" href="https://www.zerostatic.io">www.zerostatic.io</a> by Joan Bruna, 2020 and adapted by Aurelie Albert, 2021.'
[menu]
# Main Menu
[[menu.main]]
name = "Subscribe!"
url = "https://github.us21.list-manage.com/subscribe?u=87628ce091a6cd0b5a69e6bfa&id=29c185da6b"
weight = 1
[[menu.main]]
name = "News"
url = "/news"
weight = 2
[[menu.main]]
name = "About"
url = "/pages/about"
weight = 3
[[menu.main]]
name = "Team"
url = "/team/"
weight = 4
[[menu.main]]
name = "Research"
url = "/research"
weight = 5
[[menu.main]]
name = "Code & Data"
url = "/code"
weight = 6
[[menu.main]]
name = "Publications"
url = "/pages/publications"
weight = 7
[[menu.main]]
name = "Jobs"
url = "/jobs"
weight = 8