This repository has been archived by the owner on Jan 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
96 lines (79 loc) · 1.81 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
# default configuration
baseURL = "https://hw-munclub-website.netlify.app"
languageCode = "en-us"
summaryLength = "10"
theme = "kross-hugo"
title = "WattMUN Society"
# css plugins
[[params.plugins.css]]
URL = "plugins/bootstrap/bootstrap.min.css"
[[params.plugins.css]]
URL = "plugins/slick/slick.css"
[[params.plugins.css]]
URL = "plugins/themify-icons/themify-icons.css"
# js plugin
[[params.plugins.js]]
URL = "plugins/jQuery/jquery.min.js"
[[params.plugins.js]]
URL = "plugins/bootstrap/bootstrap.min.js"
[[params.plugins.js]]
URL = "plugins/slick/slick.min.js"
[[params.plugins.js]]
URL = "plugins/shuffle/shuffle.min.js"
[[params.plugins.js]]
URL = "plugins/countup/countup.min.js"
[markup.goldmark.renderer]
unsafe= true
# menu
[[menu.main]]
URL = "about"
name = "About"
weight = 2
[[menu.main]]
URL = "pastevents"
name = "Past Events"
weight = 3
[[menu.main]]
URL = "upcomingevents"
name = "Upcoming Events"
weight = 3
[[menu.main]]
URL = "volunteer_work"
name = "Volunteer Work"
weight = 3
[[menu.main]]
URL = "contact"
name = "Contact"
weight = 5
# default parameters
[params]
home = "Home"
logo = "images/logo.png"
# theme color
theme_color = "black"
# contact info
phone = "+971 55 698 6401"
email = "[email protected]"
address = "Heriot Watt, Academic City , Dubai, UAE"
# meta description
author = ""
description = ""
# google analytics
google_analytics_id = "" # Your ID
# copyright
copyright = "Copyright © 2020 a theme by [gethugothemes](https://gethugothemes.com) and powered by [Hw Tech Club](https://hwtech.club)"
# contact
[params.contact]
enable = true
form_action = "https://formspree.io/[email protected]"
# preloader
[params.preloader]
enable = true
preloader = "" # use png, jpg, svg or gif format
# social site
[[params.social]]
icon = "ti-facebook"
URL = "#"
[[params.social]]
icon = "ti-instagram"
URL = "#"