-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
95 lines (85 loc) · 2.2 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
baseURL = "http://talkto.nyc"
languageCode = "en-us"
title = "Talk to NYC"
theme = "gohugo-theme-ananke"
MetaDataFormat = "yaml"
DefaultContentLanguage = "en"
SectionPagesMenu = "main"
Paginate = 15 # this is set low for demonstrating with dummy content. Set to a higher number
googleAnalytics = "UA-104381257-1"
enableRobotsTXT = true
[sitemap]
changefreq = "monthly"
priority = 0.5
filename = "sitemap.xml"
[params]
hero = "It's time to forge stronger connections between NYC citizens and city decision makers."
description = "Talk to NYC is working to introduce tools that will forge a stronger connection between NYC citizens and city decision makers."
facebook = ""
twitter = "https://twitter.com/TalktoNYC"
instagram = "https://instagram.com/TalktoNYC"
youtube = ""
background_color_class = "bg-white"
featured_image = "/img/hero-nyc.jpg"
# Primary menu displays in header
[[menu.primary]]
name = "Take a Survey"
weight = 6
identifier = "take"
url = "/survey"
[[menu.primary]]
name = "Make a Survey"
weight = 5
identifier = "make"
url = "/learn/make-survey"
[[menu.primary]]
name = "Learn"
weight = 3
identifier = "learn"
url = "/learn/"
[[menu.primary]]
name = "Results"
weight = 3
identifier = "results"
url = "/results/"
# Learn menu in the footer
[[menu.learn]]
name = "How do I take a survey?"
weight = 1
identifier = "take-survey"
url = "/learn/take-survey"
[[menu.learn]]
name = "How do I interpret results?"
weight = 2
identifier = "learn-results"
url = "/learn/interpret-results"
[[menu.learn]]
name = "What is Pol.is?"
weight = 1
identifier = "learn-polis"
url = "/learn/polis"
# Survey menu
[[menu.survey]]
name = "Take"
weight = 1
identifier = "take-survey"
url = "/survey"
[[menu.survey]]
name = "Make"
weight = 2
identifier = "make-survey"
url = "/learn/make-survey"
[[menu.privacy]]
name = "Team"
weight = 3
identifier = "about"
url = "/about/"
[[menu.privacy]]
name = "Privacy"
weight = 4
identifier = "privacy"
url = "/privacy/"
[[menu.privacy]]
name = "Site Use Guidelines"
weight = 5
url = "/site-use/"