-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
81 lines (70 loc) · 2.18 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
baseURL = "/"
relativeURLS = true
languageCode = "en-us"
title = "Native Seed Library | Lebanon Public Library"
theme= "timer-hugo"
#Navbar Menus
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "How It Works"
url = "how-it-works"
weight = 2
[[menu.main]]
name = "Classes"
url = "classes"
weight = 3
[[menu.main]]
name = "Contact"
url = "contact"
weight = 4
#Site Params
[params]
home = "Home"
logo = "images/logo.svg"
logo_width = "50px"
dateFormat = "January 6 2006"
#Meta data
description = "Launch site for the Lebanon Public Library Native Seed Library"
author = "Lebanon Public Libraries"
# contact form action
# Banner Secton
[params.banner]
enable = true
bgImage = "./images/lib_garden.jpg"
heading = "Our Native Seed Library Just Sprouted"
description = "We're spreading the word <br /> You spread the seeds"
#button
btn = false
btnText = "Learn More"
btnURL = "/"
# flip text
[[params.banner.flipText]]
title = "Learn"
[[params.banner.flipText]]
title = "Borrow"
[[params.banner.flipText]]
title = "Grow"
[[params.banner.flipText]]
title = "Collect"
#Homepage About Section
[params.about]
enable = true
title = "Why Native Plants"
content = "As the base of the food chain, native plants provide essential habitat and food for some of the smallest members of our community, our pollinators! Insect, pollinator, and wildlife populations have shown very troubling declines over the last decades. However, the good news is there is something every community and homeowner can do to help reverse these trends: plant lots of native plants! These important plants provide much needed food for caterpillars, butterflies, moths, bees, etc. which in turn feed the birds, chipmunks, and on and on up the food chain."
image = "images/why-natives.jpg"
# social icon
[[params.socialIcon]]
icon = "ion-social-facebook"
url = "https://www.facebook.com/LebanonLibraries/"
[[params.socialIcon]]
icon = "ion-social-twitter"
url = "https://twitter.com/leblibraries?lang=en"
[[params.socialIcon]]
icon = "ion-social-instagram"
url = "https://www.instagram.com/leblibrary/?hl=en"
[[params.socialIcon]]
icon = "ion-social-youtube"
url = "https://www.youtube.com/channel/UCfflZ823YbpDU3kFV-DYMTQ/featured"