-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
162 lines (134 loc) · 3.19 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
######################## default configuration ####################
baseURL = "https://myroa.al"
languageCode = "en"
title = "MyRoA | Mystique Rosarum"
theme = "hargo-hugo"
summaryLength = "20"
paginate = 10
disqusShortname = ""
[taxonomies]
category = 'categories'
series = 'series'
tag = 'tags'
############################# Plugins ##############################
[params.plugins]
# 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 Plugins
[[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/google-map/gmap.js"
############################## navigation ###############################
[menu]
[[menu.main]]
name = "Products"
URL = "products"
weight = 1
# [[menu.main]]
# name = "Blog"
# URL = "blog"
# weight = 2
#
# [[menu.main]]
# name = "FAQ"
# URL = "faq"
# weight = 3
# [[menu.main]]
# name = "Contact"
# URL = "contact"
# weight = 4
############# footer menu #############
# [[menu.footer]]
# name = "Products"
# URL = "products"
# weight = 1
#
# [[menu.footer]]
# name = "Blog"
# URL = "blog"
# weight = 2
#
# [[menu.footer]]
# name = "FAQ"
# URL = "faq"
# weight = 3
#
# [[menu.footer]]
# name = "Terms & Conditions"
# URL = "terms-conditions"
# weight = 4
#
# [[menu.footer]]
# name = "Contact"
# URL = "contact"
# weight = 5
#################### default parameters ################################
[params]
logo = "images/products/Logo.png"
home = "Home"
# Meta data
description = "Mystique Rosarum Albania"
author = "MyRoA"
# google map
#gmapAPI = "https://maps.googleapis.com/maps/api/js?key=AIzaSyCcABaamniA6OL5YvYSpB3pFMNrXwXnLwU&libraries=places"
#mapLatitude = "51.5223477"
#mapLongitude = "-0.1622023"
#mapMarker = "images/marker.png"
# Google Analitycs
googleAnalitycsID = "" # Your ID
# Contact Information
mobile = ""
email = "[email protected]"
location = "Tirana, Albania"
# copyright
copyright = ""
# Snipcart Credentials
snipcartEnable = false
snipcartApiKey = ""
# Currency
currencySymbol = "€ "
# Footer
contactFooter = false
logoFooter = false
# Products
productDescription = false
productReview = false
# Preloader
[params.preloader]
enable = false
preloader = "" # use .png , .svg or .gif format
# Product Rating
# it works with https://rating-widget.com/ , you will get the ID and publicKey after creating your account there.
[params.rating]
enable = false
websiteID = ""
publicKey = ""
# Social Site
[[params.social]]
icon = "ti-facebook"
link = "https://www.facebook.com/MysticRosarumAlbania/"
[[params.social]]
icon = "ti-instagram"
link = "https://www.instagram.com/myroalbania/"
# [[params.social]]
# icon = "ti-twitter-alt"
# link = "#"
# [[params.social]]
# icon = "ti-youtube"
# link = "#"
# [[params.social]]
# icon = "ti-pinterest"
# link = "#"
# Contact Form
# [params.contact]
# formAction = "#" # contact form works with formspree.io