-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
107 lines (100 loc) · 1.86 KB
/
_config.yml
File metadata and controls
107 lines (100 loc) · 1.86 KB
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
title: Tlaquepaque
description: Arts & Shopping Village
url: "https://tlaq.ab.team"
baseurl: ""
email: "katatsu12@gmail.com"
cdn_url: "https://tlaq.ab.team"
collections:
blogs:
output: true
permalink: /news/:slug/
landing:
output: false
shops:
output: true
permalink: /shops/:slug/
galleries:
output: true
permalink: /galleries/:slug/
foods:
output: true
permalink: /foods/:slug/
events:
output: true
permalink: /events/:slug/
articles:
output: true
permalink: /articles/:slug/
weddings:
output: true
permalink: /weddings/:slug/
wedding-articles:
output: true
defaults:
- scope:
path: ""
type: "shops"
values:
layout: "store/show"
layout_type: "shop"
- scope:
path: ""
type: "galleries"
values:
layout: "store/show"
layout_type: "gallery"
- scope:
path: ""
type: "foods"
values:
layout: "store/show"
layout_type: "food"
- scope:
path: ""
type: "events"
values:
layout: "events/show"
layout_type: "event"
- scope:
path: ""
type: "blogs"
values:
layout: "blog/show"
layout_type: "blog"
- scope:
path: ""
type: "articles"
values:
layout: "articles/show"
layout_type: "article"
- scope:
path: ""
type: "wedding-articles"
values:
layout: "articles/show"
layout_type: "article"
- scope:
path: ""
type: "weddings"
values:
layout: "weddings/show"
layout_type: "wedding"
plugins:
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-paginate-v2
pagination:
enabled: true
per_page: 8
permalink: '/page/:num/'
title: ':title - page :num'
sort_field: 'date'
sort_reverse: true
include:
- .well-known
exclude:
- Gemfile
- Gemfile.lock
- scripts/
- vendor/
future: true