forked from UXSoc/nsu-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
109 lines (89 loc) · 4.17 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
baseurl = "https://band-master-howls-81162.netlify.com/"
title = "AP Statistics Poster Competition"
theme = "source-flask-theme"
languageCode = "en-us"
# Site language. Available translations in the theme's `/i18n` directory.
defaultContentLanguage = "en"
# Enable comments by entering your Disqus shortname
# disqusShortname = "devcows"
# Enable Google Analytics by entering your tracking code
googleAnalytics = "UA-106170280-1"
# Define the number of posts per page
paginate = 10
[params]
viewMorePostLink = "/blog/"
author = "DevCows"
defaultKeywords = ["devows", "hugo", "go"]
defaultDescription = "With my experience in sales and magic, I help close the gap between the SGA and student orgs on campus."
# Google Maps API key (if not set will default to not passing a key.)
googleMapsApiKey = "AIzaSyCFhtWLJcE30xOAjcbSFi-0fnoVmQZPb1Y"
# Style options: default (light-blue), blue, green, marsala, pink, red, turquoise, violet
style = "default"
# Since this template is static, the contact form uses www.formspree.io as a
# proxy. The form makes a POST request to their servers to send the actual
# email. Visitors can send up to a 1000 emails each month for free.
#
# What you need to do for the setup?
#
# - set your email address under 'email' below
# - upload the generated site to your server
# - send a dummy email yourself to confirm your account
# - click the confirm link in the email from www.formspree.io
# - you're done. Happy mailing!
#
# Enable the contact form by entering your Formspree.io email
email = "sourceflaskio@gmail.com"
copyright = """<p>made by SourceFlask, the consulting arm of <a href="https://www.facebook.com/UXSocChapmanU">User Experience Society ChapmanU</a></p>"""
facebook= "https://www.facebook.com/APStatisticsPosterComp/"
# Format dates with Go's time formatting
date_format = "January 2, 2006"
signup_link = "https://docs.google.com/forms/d/e/1FAIpQLSczuJC1zqXl6JmZyHndHfERookGTc_39AXzmV6zP30uh8g9QQ/viewform?usp=sf_link/"
[Permalinks]
blog = "/blog/:year/:month/:day/:filename/"
[params.top_title_card]
enable = true
main_title = "<span>Join</span> the"
second_title = "AP STATISTICS</br>POSTER COMPETITION"
sub_title = "hosted at Chapman University on April 7, 2018"
img = "img/top.jpg"
[params.morea_about]
enable = true
title = "Why come to us"
member_button = "AS A MEMBER"
sponsor_button = "AS A SPONSER"
item1Top = "Cultural"
item1Bottom = "Immersion"
text1 = """Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum bibendum
condimentum magna, sed hendrerit massa auctor in. Quisque eleifend est feugiat arcu
congue, vel consequat odio suscipit. Cras scelerisque vel metus nec viverra. Morbi id
aliquam sapien, a pulvinar orci."""
thumbnail1 = "icons/torii.svg"
img1 = "img/main-placeholder-1.jpg"
item2Top = "Diverse"
item2Bottom = "Friends"
text2 = """Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum bibendum
condimentum magna, sed hendrerit massa auctor in. Quisque eleifend est feugiat arcu
congue, vel consequat odio suscipit. Cras scelerisque vel metus nec viverra. Morbi id
aliquam sapien, a pulvinar orci."""
thumbnail2 = "icons/geishaninja-01.svg"
img2 = "img/main-placeholder-1.jpg"
item3Top = "Ramen"
item3Bottom = ""
text3 = """Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum bibendum
condimentum magna, sed hendrerit massa auctor in. Quisque eleifend est feugiat arcu
congue, vel consequat odio suscipit. Cras scelerisque vel metus nec viverra. Morbi id
aliquam sapien, a pulvinar orci."""
thumbnail3 = "icons/noodles.svg"
img3 = "img/main-placeholder-1.jpg"
[params.events]
enable = true
title = "Upcoming Events"
[params.call_to_action]
enable = false
main_tag = "Registration is ongoing!"
sub_title = """Have any questions?<br>Get in touch with Dr. Criselda Toto:"""
phone_number = "(714) 997-6782"
email = "toto@chapman.edu"
[params.footer]
main_title = "<span>Join</span> the"
second_title = "AP STATISTICS<br>POSTER COMPETITION"