-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
165 lines (139 loc) · 3.95 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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
######################## default configuration ####################
baseURL = "https://bournemouthhouseclearance.uk/"
title = "BHC | Bournemouth House Clearance"
theme = "enov-hugo"
# post pagination
paginate = "6"
# post excerpt
summaryLength = "10"
# disqus short name
disqusShortname = "enov" # get your shortname form here : https://disqus.com
# disable language
disableLanguages = [] # desable language from here
[outputs]
home = ["HTML", "RSS", "JSON"]
######################### Plugins #############################
# CSS Plugins
[[params.plugins.css]]
link = "plugins/bootstrap/bootstrap.min.css"
[[params.plugins.css]]
link = "plugins/themify/css/themify-icons.css"
[[params.plugins.css]]
link = "plugins/magnific-popup/magnific-popup.css"
[[params.plugins.css]]
link = "plugins/slick/slick.css"
[[params.plugins.css]]
link = "plugins/aos/aos.css"
# JS Plugins
[[params.plugins.js]]
link = "plugins/jquery/jquery.js"
[[params.plugins.js]]
link = "plugins/bootstrap/bootstrap.min.js"
[[params.plugins.js]]
link = "plugins/magnific-popup/jquery.magnific-popup.min.js"
[[params.plugins.js]]
link = "plugins/slick/slick.min.js"
[[params.plugins.js]]
link = "plugins/shuffle/shuffle.min.js"
[[params.plugins.js]]
link = "plugins/aos/aos.js"
[[params.plugins.js]]
link = "plugins/search/fuse.min.js"
[[params.plugins.js]]
link = "plugins/search/mark.js"
[[params.plugins.js]]
link = "plugins/search/search.js"
[[params.plugins.js]]
link = "plugins/google-map/map.js"
############################## navigation ###############################
# main menu
[[menu.main]]
name = "Services"
URL = "service"
weight = 2
[[menu.main]]
name = "About Us"
URL = "about"
weight = 1
[[menu.main]]
name = "Contact"
URL = "contact"
weight = 5
# footer menu
[[menu.footer]]
name = "Contact Me"
URL = "contact"
weight = 0
#################### default parameters ################################
[params]
#92x30 px
logo = "images/logo5.png"
# top header
top_header = true
# Meta data
description = "We remove all unwanted items, including waste, quickly and often at short notice; we are a friendly, reliable team"
author = "Marcus"
# contact info
address = "28 Lincoln Ave, Boscombe, Bournemouth BH1 4QS"
phone = "+44 7726764321"
email = "[email protected]"
# contact form action
contact_form_action = "https://formspree.io/f/xyyoobnz" # contact form works with https://formspree.io
# Google Analitycs
google_analytics_id = "" # your id
# search
search = true
[params.callme_beacon]
enable = true
label = "Call Us"
# Preloader
[params.preloader]
enable = true
preloader = "" # use jpg, png, svg or gif format.
# Navigation button
[params.navigation_button]
enable = true
label = "Call Us"
link = "contact"
#google map
[params.map]
enable = false
#gmap_api = "https://maps.googleapis.com/maps/api/js?key=AIzaSyDB_xkO2f5CYGaUbqseFk3RqmFBmM-Jx_A"
#map_latitude = "50.80571587320383"
#map_longitude = "-1.8982588006637635"
#map_marker = "images/marker.png"
######################### Clients logo ################################
[[params.clients_logo]]
logo = "images/about/key-vision1.png"
[[params.clients_logo]]
logo = "images/about/key-vision2.png"
[[params.clients_logo]]
logo = "images/about/key-vision3.png"
[[params.clients_logo]]
logo = "images/about/key-vision4.png"
[[params.clients_logo]]
logo = "images/about/key-vision3.png"
[[params.clients_logo]]
logo = "images/about/key-vision5.png"
[[params.clients_logo]]
logo = "images/about/key-vision2.png"
[[params.clients_logo]]
logo = "images/about/key-vision1.png"
#################### social icon ######################################
[[params.social]]
name = "My Shiply"
icon = "ti-thumb-up"
link = "https://www.shiply.com/transport-provider/bazthevan"
[[params.social]]
name = "Facebook"
icon = "ti-facebook"
link = "#"
########################### English language ###########################
[Languages.en]
languageName = "En"
languageCode = "en-us"
contentDir = "content/english"
weight = 1
home = "Home"
# copyright
copyright = "Theme by Themefisher"