forked from shreyagupta30/hydrosenselab.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
66 lines (55 loc) · 1.82 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
baseURL = "https://hydrosense.iitd.ac.in/"
languageCode = "en-us"
title = "HydroSense Lab, IIT Delhi"
themesDir = "./themes"
theme = "hugo-serif-theme"
relativeURLs = true
publishDir = "docs"
[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 = "UA-92542844-3"
google_tag_manager_id = ""
[params.logo]
mobile = "images/logo-mobile.svg"
standard = "images/logo2.svg"
alt = "HydroSense Lab, IIT Delhi"
[params.homepage_meta_tags]
meta_description = "The HydroSense Lab of IIT Delhi develops solutions for effective management of water resources and reducing the impact of natural hazards. Led by Dr. Manabendra Saharia."
meta_og_title = "HydroSense Lab, IIT Delhi"
meta_og_type = "website"
meta_og_url = "https://hydrosense.iitd.ac.in"
meta_og_description = "The HydroSense Lab of IIT Delhi develops solutions for effective management of water resources and reducing the impact of natural hazards. Led by Dr. Manabendra Saharia."
meta_twitter_card = "summary"
meta_twitter_site = "@m_saharia"
meta_twitter_creator = "@m_saharia"
[menu]
# Main Menu
[[menu.main]]
name = "Research"
url = "/research/"
weight = 2
[[menu.main]]
name = "Publications"
url = "/publications/"
weight = 4
[[menu.main]]
name = "Teaching"
url = "/teaching/"
weight = 6
[[menu.main]]
name = "Team"
url = "/team/"
weight = 8
[[menu.main]]
name = "News and Achievements"
url = "/achievements/"
weight = 10
[[menu.main]]
name = "Join"
url = "/join/"
weight = 12
[[menu.main]]
name = "Contact"
url = "/contact/"
weight = 14
# Footer Menu