-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
160 lines (134 loc) · 3.91 KB
/
config.toml
File metadata and controls
160 lines (134 loc) · 3.91 KB
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
######################## default configuration ####################
baseURL = "https://dorsethouseclearance.uk/"
title = "DHC | Dorset 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 = "About Us"
URL = "about"
weight = 2
[[menu.main]]
name = "Our Services"
URL = "service"
weight = 4
[[menu.main]]
name = "Contact"
URL = "contact"
weight = 5
# footer menu
[[menu.footer]]
name = "Contact Us"
URL = "contact"
weight = 1
#################### default parameters ################################
[params]
logo = "images/logo3.jpeg"
# top header
top_header = true
# Meta data
description = "Professional House Clearance Service in Dorset, (inc. Bournemouth & Poole). Deceased estates cleared. Friendly & reliable people"
author = "Themefisher"
# contact info
address = "92 Church Rd, Ferndown, BH22 9EX"
phone = "+44 7894142106"
email = "info@dorsethouseclearance.uk"
# contact form action
contact_form_action = "https://formspree.io/f/xyyoobnz" # contact form works with https://formspree.io
# Google Analitycs
google_analitycs_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 = "get a quote"
link = "contact"
# google map
[params.map]
enable = true
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 = "Facebook"
icon = "ti-facebook"
link = "https://www.facebook.com/Bazclearance"
########################### English language ###########################
[Languages.en]
languageName = "En"
languageCode = "en-us"
contentDir = "content/english"
weight = 1
home = "Home"
# copyright
copyright = "Copyright © 2020 a hugo theme by [themefisher](https://themefisher.com)"