-
-
Notifications
You must be signed in to change notification settings - Fork 22
/
_config.yml
executable file
·111 lines (97 loc) · 2.12 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
# This will be the first part of the title tag for your site <title> site.name + page.title </title>
title: Supply
url: "https://supply.templates.supply" # the base hostname & protocol for your site, e.g. http://example.com, also used in jekyll-seo-tag
baseurl:
repo: https://github.com/YJPL/Supply/
google_analytics_key:
# Values for the jekyll-seo-tag gem (https://github.com/jekyll/jekyll-seo-tag)
logo: /siteicon.png
tagline:
description: Jekyll template for e-commerce with Gumroad integration
author:
name: Supply
email:
twitter: TemplatesSupply # twitter username without the @ symbol
phone: ""
social:
name: Templates Supply # replace this
links:
- https://github.com/YJPL/supply
- https://www.linkedin.com/company/templates-supply/
# Build settings
markdown: kramdown
timezone: FR
collections:
products:
_hide_content: false
output: true
permalink: /:title/ # pretty
defaults:
-
scope:
path: ""
type: "products"
values:
layout: "product"
-
scope:
path: ""
values:
layout: "page"
-
scope:
path: "index.html"
values:
layout: "default"
jekyll-archives:
enabled:
- categories
plugins:
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-leaflet
- jekyll-feed
- jekyll-archives # not on Supply theme
include:
- .htaccess
- _pages
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- README.md
- LICENCE
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
# Contact settings
formcarry: https://formcarry.com/ # add you formcarry endpoint url (see https://formcarry.com/documentation/getting-started)
# Social
social_icons:
- Email
- Facebook
- Google Plus
- Instagram
- LinkedIn
- Pinterest
- Tumblr
- Twitter
- YouTube
- RSS
feed:
collections:
products:
path: "/products.xml"
# Jekyll Archives Settings https://github.com/jekyll/jekyll-archives
jekyll-archives:
enabled: 'all'
layout: 'archive'
permalinks:
year: '/:year/'
month: '/:year/:month/'
day: '/:year/:month/:day/'
tag: '/tag/:name/'
category: '/:name/'
category_archive:
type: liquid