-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
219 lines (186 loc) · 4.88 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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
######################## default configuration ####################
baseURL = "/"
title = "MQM 2022"
theme = "eventre-hugo"
# themesDir = "../.."
# post pagination
paginate = "3"
# post excerpt
summaryLength = "80"
# google analytics
googleAnalytics = "" # example : UA-123-45
# disqus short name
# disqusShortname = "themefisher-template" # get your shortname form here : https://disqus.com
# disable language
# disableLanguages = [] # desable language from here
############################# Outputs ##############################
[outputs]
home = ["HTML"]
[markup.goldmark.renderer]
unsafe= true
############################# Plugins ##############################
# CSS Plugins
[[params.plugins.css]]
link = "plugins/bootstrap/bootstrap.min.css"
attributes = ""
[[params.plugins.css]]
link = "plugins/slick/slick.css"
attributes = ""
[[params.plugins.css]]
link = "plugins/font-awesome/font-awesome.min.css"
attributes = ""
[[params.plugins.css]]
link = "plugins/magnific-popup/magnific-popup.min.css"
attributes = ""
# JS Plugins
[[params.plugins.js]]
link = "plugins/jQuery/jquery.min.js"
attributes = ""
[[params.plugins.js]]
link = "plugins/bootstrap/bootstrap.min.js"
attributes = ""
[[params.plugins.js]]
link = "plugins/slick/slick.min.js"
attributes = ""
[[params.plugins.js]]
link = "plugins/mixitup/mixitup.min.js"
attributes = ""
[[params.plugins.js]]
link = "plugins/magnific-popup/magnific-popup.min.js"
attributes = ""
[[params.plugins.js]]
link = "plugins/syotimer/syotimer.min.js"
attributes = ""
[[params.plugins.js]]
link = "plugins/google-map/gmap.js"
attributes = ""
####################### navigation ##########################
# main menu
[[menu.main]]
name = "Home"
url = "/"
weight = 1
# main menu
[[menu.main]]
name = "Gallery"
url = "gallery"
weight = 2
[[menu.main]]
name = "Speakers"
url = "speaker"
weight = 3
[[menu.main]]
name = "Program"
hasChildren = true
weight = 4
[[menu.main]]
parent = "Program"
name = "Overview"
url = "program"
weight = 1
[[menu.main]]
parent = "Program"
name = "Lectures"
url = "lectures"
weight = 2
[[menu.main]]
parent = "Program"
name = "Posters"
url = "posters"
weight = 3
[[menu.main]]
name = "Registration"
url = "registration"
weight = 5
[[menu.main]]
name = "Abstracts"
url = "#"
weight = 6
[[menu.main]]
name = "More Info"
hasChildren = true
weight = 7
[[menu.main]]
parent = "More Info"
name = "Travel"
url = "travel"
weight = 1
[[menu.main]]
parent = "More Info"
name = "Accommodations"
url = "accommodations"
weight = 2
[[menu.main]]
parent = "More Info"
name = "Venues"
url = "venues"
weight = 3
[[menu.main]]
parent = "More Info"
name = "Organizers"
url = "organizer"
weight = 4
[[menu.main]]
parent = "More Info"
name = "History"
url = "history"
weight = 5
[[menu.main]]
parent = "More Info"
name = "COVID"
url = "covid"
weight = 6
#################### default parameters ################################
[params]
logo = "images/logo.png"
logo_footer = "images/footer-logo.png"
logo_width = "167px"
# Meta data
description = "The 10th Triennial Molecuar Quantum Mechanics Conference"
author = "Themefisher"
# contact form action
contact_form_action = "#" # contact form works with https://formspree.io
# copyright
copyright = "Copyright 2022 by MQM 2022<br>Eventre-Hugo Theme by [Themefisher](https://themefisher.com/)"
# Preloader
[params.preloader]
enable = true
preloader = "" # use jpg, png, svg or gif format.
# Navigation button
[params.navigation_button]
enable = false
label = "Register"
icon = "images/icon/ticket.png"
link = "registration"
# Subscription
[params.subscription]
enable = false
title = "Subscribe to Our Newsletter"
content = "Lorem ipsum dolor sit amet consectetur adipisicing elit sed do eiusm tempor"
# mailchimp subsciption
mailchimp_form_action = "https://gmail.us4.list-manage.com/subscribe/post?u=463ee871f45d2d93748e77cad&id=a0a2c6d074" # replace this url with yours
mailchimp_form_name = "b_463ee871f45d2d93748e77cad_a0a2c6d074" # replace this code with yours
# google map
[params.map]
enable = false
gmap_api = "https://www.google.com/maps/d/u/0/edit?mid=1esMCrnXEUwYlKbJWxFMCZxL8CTwD73JN&usp=sharing"
# map_latitude = "51.5223477"
# map_longitude = "-0.1622023"
map_latitude = "37.232397744678295"
map_longitude = "-80.42571644484967"
map_marker = "images/marker.png"
name = "Goodwin Hall, Virginia Tech"
location = "635 Prices Fork Road, <br>Blacksburg, Virginia U.S.A."
# cookies
[params.cookies]
enable = false
expire_days = 2
############################# social site ########################
[[params.social]]
title = "facebook"
icon = "fa-facebook" # fontawesome icon pack v4.7 https://fontawesome.com/v4.7.0/icons/
link = "https://www.facebook.com/search/top/?q=MQM2022"
[[params.social]]
title = "twitter"
icon = "fa-twitter" # fontawesome icon pack v4.7 https://fontawesome.com/v4.7.0/icons/
link = "https://twitter.com/hashtag/MQM2022?&f=live"