This repository has been archived by the owner on Aug 8, 2020. It is now read-only.
forked from jekyll-store/front
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
265 lines (260 loc) · 6.21 KB
/
_config.yml
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
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
title: Humbugs
description: Purveyor of Quality Confectionery
siteurl: 'https://humbu.gs'
email: 'inquiries@humbu.gs'
address1: 19 Latimer Street
city: Romsey
county: Hampshire
country: UK
postcode: SO518DF
telephone: 01794 521317
facebook: "https://www.facebook.com/pages/Humbugs-Sweet-Shop/159696124046864?ref=hl"
twitter: "@humbugsofromsey"
# Jekyll-Store Engine
defaultAddress:
country: GB
payment:
currency: GBP
hook: 'https://humbugs-payments.herokuapp.com/purchase'
tracking_id: ''
pack_hook: 'https://humbugs-payments.herokuapp.com/pack'
# Jekll-Store Front
image_prefix: 'https://res.cloudinary.com/dtfg8neiv/'
paymillPublicKey: 8a8394c446f762fd014700e80f991f9c
wake_up: 'https://humbugs-payments.herokuapp.com/ping'
disqus_shortname: ''
# http://openexchangerates.github.io/accounting.js/#documentation
accounting:
symbol : '£'
format: '%s%v'
decimal : '.'
thousand: ','
precision : 2
# https://github.com/prose/prose/wiki/Prose-Configuration
prose:
ignore:
- _includes
- _layouts
- assets
- json
- node_modules
- pages/basket.html
- pages/checkout.html
- pages/favourites.html
- pages/index.html
- pages/basket.html
- pages/thankyou.html
- pages/contact.html
- .gitignore
- _config.yml
- CNAME
- Gemfile
- package.json
- README.md
- favicon.ico
- _data/inventory.csv
metadata:
_products:
- name: name
field:
element: text
label: Name
help: Must be unique
- name: available
field:
element: checkbox
label: Available
- name: image
field:
element: text
label: Image
- name: purchase_option
field:
element: select
label: Purchase Option
alterable: false
options:
- name: Purchase by Unit
value: "0"
- name: Purchase by Weight
value: "1"
- name: Pick'n'Mix
value: "2"
- name: Chocolate Selection
value: "3"
- name: price
field:
element: number
label: 'Price (£)'
- name: cost_price
field:
element: number
label: 'Cost Price (£)'
- name: container_water_weight
field:
element: number
label: 'Weight of the Container with Water (g)'
- name: container_sweets_weight
field:
element: number
label: 'Weight of the Container with Sweets (g)'
- name: width
field:
element: number
label: 'Width (mm)'
- name: height
field:
element: number
label: 'Height (mm)'
- name: depth
field:
element: number
label: 'Depth (mm)'
- name: weight
field:
element: number
label: 'Weight (g)'
- name: brand
field:
element: text
label: Brand
- name: type
field:
element: multiselect
label: Type
alterable: true
options:
- value: Butter
- value: Caramel
- value: Chewy
- value: Chocolate
- value: Dried Fruit
- value: Fizzy
- value: Gum
- value: Gummy
- value: Hard
- value: Jelly
- value: Liquorice
- value: Lollipop
- value: Mint
- value: Nougat
- value: Novelty
- value: Nuts
- value: Sherbet
- value: Traditional
- value: Toffee
- value: Wrapped
- name: flavour
field:
element: multiselect
label: Flavour
alterable: true
options:
- value: Aniseed
- value: Apple
- value: Banana
- value: Blackcurrant
- value: Bubblegum
- value: Cherry
- value: Chocolate
- value: Coconut
- value: Cola
- value: Cream
- value: Custard
- value: Mixed Fruit
- value: Ginger
- value: Lemon
- value: Lime
- value: Mint
- value: Orange
- value: Pear
- value: Raspberry
- value: Rhubarb
- value: Salt
- value: Sour
- value: Strawberry
- value: Toffee
- value: Vanilla
- value: Watermelon
- name: colour
field:
element: multiselect
label: Colour
alterable: true
options:
- value: Black
- value: Blue
- value: Brown
- value: Green
- value: Orange
- value: Pink
- value: Purple
- value: Rainbow
- value: Red
- value: White
- value: Yellow
- name: free
field:
element: multiselect
label: Free
alterable: true
options:
- value: Alcohol
- value: Gluten
- value: Lactose
- value: Nut
- value: Sugar
- value: Gelatin
- name: ingredients
field:
element: text
label: Ingredients
- name: serving_size
field:
element: number
label: 'Serving Size (g)'
- name: energy
field:
element: number
label: 'Energy (kcal)'
- name: protein
field:
element: number
label: 'Protein (g)'
- name: carbohydrates
field:
element: number
label: 'Carbohydrates (g)'
- name: fat
field:
element: number
label: 'Fat (g)'
# http://jekyllrb.com/docs/configuration/
permalink: blog/:title
sass:
sass_dir: /assets/_sass
style: :compressed
collections:
products:
output: true
permalink: /:path/
defaults:
-
scope:
path: ''
type: posts
values:
layout: post
-
scope:
path: ''
type: products
values:
layout: product
exclude:
- node_modules
- Gemfile
- Gemfile.lock
- README.md
- CNAME
- package.json