-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.toml
124 lines (113 loc) · 4.97 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
baseURL = "//capwic.org/"
languageCode = "en-us"
title = "CAPWIC"
theme = "timer-hugo"
# We Used Ionicons Icon font for Icon, for more details check this link - https://ionicons.com/v2/
# Site Menus
[menu]
# Navbar Menus
#[[menu.nav]]
# name = "Service"
# url = "/service"
# weight = 3
#[[menu.nav]]
# name = "Gallery"
# url = "/gallery"
# weight = 4
#[[menu.nav]]
# name = "Conferences"
# url = "/conferences"
# weight = 4
#[[menu.nav]]
# name = "Blog"
# url = "/blog"
# weight = 5
[[menu.nav]]
name = "Contact"
url = "/contact"
weight = 6
#[[menu.nav]]
# name = "About"
# url = "/about"
# weight = 7
# Site Params
[params]
title = "CAPWIC"
home = "Home"
dateFormat = "6 January 2006"
#
# You can use either an image or text as logo.
# To use an image use 'logo' (logo itself) and 'logo_alt' (alternative text if image cannot displayed)
# To use text as logo use 'logo_text'
logo = "images/capwic-logo-2-bw-40.jpeg"
logo_alt = "logo"
#logo_text = "logo_text"
current_conf_year = "2025"
# Banner Section
[params.banner]
enable = true
bgImage = "images/conferences/IMG_1523-zoomed.jpeg"
heading = "SAVE THE DATE FOR CAPWIC 2025!<br>March 29, 2025 <br> The George Washington University"
description = "The <u>Cap</u>ital Region Celebration of <u>W</u>omen <u>i</u>n <u>C</u>omputing Conference."
# [[params.banner.btn]]
# btnText = "Learn More"
# btnURL = "/conferences/2019"
# [[params.banner.btn]]
# btnText = "Register Now"
# btnURL = "https://aceware.jmu.edu/wconnect/CourseStatus.awp?course=YP19CAP"
# btnURL = "http://jmu.co1.qualtrics.com/jfe/form/SV_6eSJOie1jQk7q6x"
[[params.banner.flipText]]
title = "🎤 KEYNOTE SPEAKERS"
[[params.banner.flipText]]
title = "BIRDS OF A FEATHER 🐦"
[[params.banner.flipText]]
title = "WORKSHOPS"
[[params.banner.flipText]]
title = "RESEARCH SHORTS "
[[params.banner.flipText]]
title = "⚡️FLASH TALKS"
[[params.banner.flipText]]
title = "RESEARCH POSTERS 👩🏫"
# Homepage About Section
[params.about]
enable = true
title = "CAPWIC"
content = "CAPWIC 2025, the ACM Capital Region Celebration of Women in Computing, will be held at The George Washington University, in Washington, D.C. The goal of CAPWIC is to bring together female students and allies to promote the recruitment, retention, and progression of women in computing fields. <br><br> The Capital Region includes Colleges and Universities as far North as Pennsylvania, and as far south as Virginia. The Capital Region Celebration of Women in Computing Conference brings together students, faculty, and industry partners to engage with research and development in computing through discussion and community-building."
image = "images/capwic-logo-2-bw.jpg"
# Call to Action
[params.cta]
enable = true
title = "Join Us!"
content = "Whether you would like to sponsor our conference, volunteer to organize, or simply to attend or keep in touch, we'd love to hear from you."
btnText = "Contact us"
btnURL = "mailto:[email protected]"
# Portfolio Section On Homepage
[params.portfolio]
enable = false
# title = "Latest Works"
# subtitle= "Aliquam lobortis. Maecenas vestibulum mollis diam. Pellentesque auctor neque nec urna. Nulla sit amet est. Aenean posuere tortor sed cursus feugiat, nunc augue blandit nunc, eu sollicitudin urna dolor sagittis lacus."
# Feature Product Section
[params.featureProduct]
enable = false
# title = "SOME OF OUR FEATURES WORKS"
# subtitle= "Aliquam lobortis. Maecenas vestibulum mollis diam. Pellentesque auctor neque nec urna. Nulla sit amet est. Aenean posuere <br> tortor sed cursus feugiat, nunc augue blandit nunc, eu sollicitudin urna dolor sagittis lacus."
# Footer section
[params.footer]
customized = true # Set this variable to true if you customized the design.
copyright_owner = "CAPWIC"
copyright_since = "2018"
#[[params.footer.social]]
# icon = "icon ion-logo-facebook"
# link = "https://facebook.com"
#[[params.footer.social]]
# icon = "icon ion-logo-twitter"
# link = "https://twitter.com"
#[[params.footer.social]]
# icon = "icon ion-logo-linkedin"
# link = "https://linkedin.com"
#[[params.footer.social]]
# icon = "icon ion-logo-googleplus"
# link = "https://googleplus.com"
#[[params.footer.social]]
# icon = "icon ion-logo-github"
# link = "https://github.com"