-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
155 lines (136 loc) · 2.78 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
baseurl: ""
url: ""
collections_dir: collections
permalink: pretty
collections:
portfolio:
output: true
permalink: "/portfolio/:slug"
portfolio-grid-v1:
output: true
permalink: "/portfolio-grid/:slug"
portfolio-grid-v2:
output: true
permalink: "/portfolio-grid-2/:slug"
portfolio-masonry:
output: true
permalink: "/portfolio-masonry/:slug"
portfolio-list-layout:
output: true
permalink: "/portfolio-list-layout/:slug"
portfolio-list-layout-2:
output: true
permalink: "/portfolio-list-layout-2/:slug"
portfolio-list-layout-3:
output: true
permalink: "/portfolio-list-layout-3/:slug"
portfolio-boxed:
output: true
permalink: "/portfolio-boxed/:slug"
pages:
output: true
permalink: "/:name"
posts:
output: true
permalink: "/blog/:slug"
type: "post"
blog-grid:
output: true
permalink: "/blog-grid/:slug"
type: "post"
blog-grid-2:
output: true
permalink: "/blog-grid-2/:slug"
type: "post"
blog-masonry:
output: true
permalink: "/blog-masonry/:slug"
type: "post"
defaults:
-
scope:
path: ""
values:
layout: "default"
-
scope:
path: ""
type: "pages"
values:
layout: "default"
-
scope:
path: ""
type: "portfolio"
values:
layout: "portfolio-details"
-
scope:
path: ""
type: "portfolio-grid-v1"
values:
layout: "portfolio-details"
-
scope:
path: ""
type: "portfolio-grid-v2"
values:
layout: "portfolio-details"
-
scope:
path: ""
type: "portfolio-grid-v1"
values:
layout: "portfolio-details"
-
scope:
path: ""
type: "portfolio-boxed"
values:
layout: "portfolio-details"
-
scope:
path: ""
type: "posts"
values:
layout: "post"
-
scope:
path: ""
type: "blog-grid"
values:
layout: "post-2"
-
scope:
path: ""
type: "blog-grid-2"
values:
layout: "post-3"
-
scope:
path: ""
type: "blog-masonry"
values:
layout: "post"
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
sass:
sass_dir: _sass
style: compressed
gems:
- jekyll-paginate
- jekyll-feed
- jekyll-sitemap
paginate_path: "/blog/page:num/"
paginate: 4
# Disqus Comments
disqus:
enable: false # disque is enabled. Set as false to disable it
# Leave shortname blank to disable comments site-wide.
# Disable comments for any post by adding `comments: false` to that post's YAML Front Matter.
shortname: dexfolio
google_maps:
enable: true
code: ''