-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
70 lines (70 loc) · 1.93 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
baseURL = "https://elogii.com/blog/"
disqusShortname = ""
languageCode = "en-us"
paginate = 9
summaryLength = "10"
theme = "liva-hugo"
title = "eLogii Blog - Delivery and Field Service Management Blog"
[outputs]
home = ["HTML", "AMP", "RSS", "JSON"]
[params]
author = ""
copyright = "Copyright @2023 eLogii. All Rights Reserved"
description = "Gain actionable insights about delivery or field service management, logistics, last-mile or route optimisation, and the software and platforms that support it."
email = "[email protected]"
googleAnalitycsID = "Your ID"
home = "Home"
location = "Dhaka, Bangladedsh"
logo = "images/logo.png"
mobile = "0124857985320"
[params.newsletter]
content = "Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero"
enable = false
title = "Join Our Newsletter"
[[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"
[[params.plugins.css]]
URL = "plugins/venobox/venobox.css"
[[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/venobox/venobox.min.js"
[[params.plugins.js]]
URL = "plugins/search/fuse.min.js"
[[params.plugins.js]]
URL = "plugins/search/mark.js"
[[params.plugins.js]]
URL = "plugins/search/search.js"
[params.preloader]
enable = true
preloader = ""
[params.search]
enable = true
[[params.social]]
icon = "ti-facebook"
link = "#"
title = "facebook"
[[params.social]]
icon = "ti-twitter-alt"
link = "#"
title = "twitter"
[[params.social]]
icon = "ti-instagram"
link = "#"
title = "instagram"
[[params.social]]
icon = "ti-github"
link = "#"
title = "github"
[[params.social]]
icon = "ti-linkedin"
link = "#"
title = "linkedin"