-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
113 lines (94 loc) · 2.21 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
# default configuration
baseURL = "http://demo.gethugothemes.com/kross/"
languageCode = "en-us"
summaryLength = "10"
theme = "kross-hugo"
title = "Kross"
# css plugins
[[params.plugins.css]]
link = "plugins/bootstrap/bootstrap.min.css"
[[params.plugins.css]]
link = "plugins/slick/slick.css"
[[params.plugins.css]]
link = "plugins/themify-icons/themify-icons.css"
# js plugin
[[params.plugins.js]]
link = "plugins/jQuery/jquery.min.js"
[[params.plugins.js]]
link = "plugins/bootstrap/bootstrap.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/google-map/map.js"
# menu
[[menu.main]]
URL = "about"
name = "About"
weight = 1
[[menu.main]]
URL = "blog"
name = "Blog"
weight = 2
[[menu.main]]
URL = "portfolio"
name = "Portfolio"
weight = 3
[[menu.main]]
URL = "contact"
name = "Contact"
weight = 4
# default parameters
[params]
home = "Home"
logo = ""
# theme color
theme_color = "#41228e"
# contact info
phone = "+880 2544 658 256"
email = "[email protected]"
address = "125/A, CA Commercial Area, California, USA"
# meta description
author = "Johnathan Smith"
description = "This is meta description"
# google analytics
google_analytics_id = "" # Your ID
# baidu site verification
baidu_site_verification = "" #Your verification code
# baidu analytics
baidu_analytics_id = "" #Your ID
# copyright
copyright = "Copyright © 2021 a Theme by [Gethugothemes](https://gethugothemes.com)"
# preloader
[params.preloader]
enable = true
preloader = "images/preloader.gif" # use png, jpg, svg or gif format
# contact
[params.contact]
enable = true
form_action = "#" # contact form works with : https://formspree.io
# google map
[params.map]
enable = true
gmap_api = "https://maps.googleapis.com/maps/api/js?key=&types=(cities)&libraries=places&language=en"
map_latitude = "51.5223477"
map_longitude = "-0.1622023"
map_marker = "images/marker.png"
# cookies
[params.cookies]
enable = true
expire_days = 2
# social site
[[params.social]]
icon = "ti-facebook"
URL = "#"
[[params.social]]
icon = "ti-instagram"
URL = "#"
[[params.social]]
icon = "ti-dribbble"
URL = "#"
[[params.social]]
icon = "ti-twitter-alt"
URL = "#"