forked from bplmaps/lmec-main-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
executable file
·147 lines (147 loc) · 3.95 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
baseURL = "https://www.leventhalmap.org"
description = "The LMEC uses maps and geography to explore the connections between people and places in Boston, New England, and beyond."
locale = "en_US"
theme = "neatline"
title = "Leventhal Map & Education Center at the Boston Public Library"
metaDataFormat = "yaml"
[taxonomies]
author = "author"
tag = "tags"
[markup.goldmark.extensions]
definitionList = true
footnote = true
linkify = true
strikethrough = true
table = true
taskList = true
typographer = true
[markup.goldmark.parser]
attribute = true
autoHeadingID = true
autoHeadingIDType = "github"
[markup.goldmark.renderer]
hardWraps = false
unsafe = true
xhtml = false
[[menu.footer]]
URL = "privacy"
name = "Privacy Policy"
weight = 8
[[menu.footer]]
URL = "accessibility"
name = "Accessibility"
weight = 7
[[menu.footer]]
URL = "/about/mission-history"
name = "Mission & History"
weight = 6
[[menu.footer]]
URL = "/about/hours-directions"
name = "Hours & Directions"
weight = 5
[[menu.footer]]
URL = "donate"
name = "Donate Now"
weight = 4
[[menu.footer]]
URL = "about/contact-connect"
name = "Contact Us"
weight = 3
[[menu.footer]]
URL = "https://bpl.org"
name = "BPL.org"
weight = 9
[[menu.footer]]
URL = "articles"
name = "Articles"
weight = 2
[[menu.footer]]
URL = "event"
name = "Events"
weight = 1
[[menu.main]]
URL = "about"
name = "About"
weight = 6
[[menu.main]]
URL = "projects"
name = "Projects"
weight = 5
[[menu.main]]
URL = "research"
name = "Research"
weight = 4
[[menu.main]]
URL = "education"
name = "Education"
weight = 3
[[menu.main]]
URL = "collections"
name = "Collections"
weight = 2
[[menu.main]]
URL = "exhibitions"
name = "Exhibitions"
weight = 1
[params]
address = "Central Library in Copley Square \n700 Boylston Street \nBoston, MA 02116 USA"
author = "Leventhal Map & Education Center"
copyright = "All material on this website is licensed under a [Creative Commons BY-ND 4.0 license](https://creativecommons.org/licenses/by-nd/4.0/) unless specified otherwise.\n"
description = "We use maps, geography, and history to explore the connections between places and people in Boston, New England, and beyond. Our collection of a quarter million goegraphic objects, our educational programs, and free exhibitions bring the power of historical geography to everyone."
email = "[email protected]"
google_analytics_id = "UA-812961-1"
images = ["https://fedora.digitalcommonwealth.org/fedora/objects/commonwealth:3f463530h/datastreams/thumbnail300/content"]
logo = "images/MapCenter_allwhite.png"
mobile = "+1 617.859.2387"
top_header = true
emailPopup = true
[[params.plugins.css]]
link = "plugins/bootstrap-5.1.3/css/bootstrap.min.css"
[[params.plugins.css]]
link = "plugins/slick/slick.css"
[[params.plugins.css]]
link = "plugins/animate/animate.min.css"
[[params.plugins.js]]
link = "plugins/jQuery/jquery.min.js"
[[params.plugins.js]]
link = "plugins/bootstrap-5.1.3/js/bootstrap.bundle.min.js"
[[params.plugins.js]]
link = "plugins/slick/slick.min.js"
[[params.plugins.js]]
link = "https://unpkg.com/@fortawesome/[email protected]/js/all.js"
[[params.plugins.js]]
link = "plugins/jump/jump.js"
[params.subscription]
enable = false
[[params.social]]
icon = "fab fa-facebook"
link = "https://facebook.com/bplmaps"
title = "facebook"
[[params.social]]
icon = "fab fa-twitter"
link = "https://twitter.com/bplmaps"
title = "twitter"
[[params.social]]
icon = "fab fa-instagram"
link = "https://instagram.com/bplmaps"
title = "instagram"
[[params.social]]
icon = "fab fa-youtube"
link = "https://www.youtube.com/c/LeventhalMapEducationCenter"
title = "youtube"
[[params.social]]
icon = "fab fa-flickr"
link = "https://secure.flickr.com/photos/normanbleventhalmapcenter/"
title = "github"
[[params.social]]
icon = "fab fa-github"
link = "https://github.com/bplmaps"
title = "github"
[social]
facebook = "bplmaps"
twitter = "bplmaps"
[params.specialButton]
link = "https://www.leventhalmap.org/about/hours-directions/"
icon = "fas fa-store-alt-slash"
text = "Closed Thursday, November 11"
enabled = false