-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
41 lines (33 loc) · 997 Bytes
/
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
baseURL = "https://icfree.org/"
languageCode = "en-us"
theme = "minimal"
disqusShortname = "username" # delete this to disable disqus comments
googleAnalytics = ""
[params]
accent = "red"
showBorder = true
backgroundColor = "white"
font = "Raleway" # should match the name on Google Fonts!!
[module]
[[module.mounts]]
source = "node_modules/bootstrap/dist/js/bootstrap.bundle.min.js"
target = "assets/js/bootstrap.bundle.min.js"
[[menu.main]]
url = "/home/"
name = "Home"
weight = 1
[[menu.main]]
url = "/partners/"
name = "Partners"
weight = 2
[[menu.main]]
url = "/news/"
name = "News"
weight = 3
# Social icons to be shown on the right-hand side of the navigation bar.
# The "name" field should match the name of the icon in Font Awesome.
# The list of available icons can be found at http://fontawesome.io/icons.
# [[menu.icon]]
# url = "https://twitter.com/username/"
# name = "fab fa-twitter"
# weight = 1