-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
101 lines (101 loc) · 1.82 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
---
title: Mallow World
timezone: UTC
collections:
categories:
title: Categories
output: false
features:
title: Features
output: false
images:
title: Gallery
output: false
posts:
title: Posts
output: true
products:
title: Products
output: true
permalink: "/products/:path/"
services:
title: Services
output: true
permalink: "/services/:path/"
shops:
title: Shops
output: false
team:
title: Team
output: true
permalink: "/about/:path/"
testimonials:
title: Testimonials
output: false
uploads:
title: Uploads
output: true
defaults:
- scope:
path: ''
type: posts
values:
layout: post
hero_image: "/images/sprinkles_background_1.jpg"
image:
- scope:
path: ''
type: services
values:
layout: page
hero_image: "/images/sprinkles_background_1.jpg"
image:
- scope:
path: ''
type: products
values:
layout: page
hero_image: "/images/sprinkles_background_1.jpg"
image:
- scope:
path: ''
type: pages
values:
layout: page
hero_image: "/images/sprinkles_background_1.jpg"
- scope:
path: ''
type: team
values:
layout: page
hero_image: "/images/sprinkles_background_1.jpg"
image:
email: [email protected]
address: Papillion, NE, United States
phone: "+1 123 456 7890"
description: Graphic Design, Illustration, and Home Education
baseurl: ''
url: ''
twitter_username: mallowworld
instagram_username: mallowworld
facebook_username: mallowworld
linkedin_username:
github_username: MallowWorld
markdown: kramdown
plugins:
- jekyll-feed
- jekyll-paginate
permalink: pretty
paginate: 6
paginate_path: "/blog/page-:num/"
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- LICENSE
- README.md
- CNAME