-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
54 lines (46 loc) · 930 Bytes
/
_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
title: Arun Teja Godavarthi (ZeoSpec)
url: "https://zeospec.com" # the base hostname & protocol for your site
# baseurl: "/the/subpath/of/your/site" # Set this value to "" if you want your site to be root
baseurl: ""
timezone: Asia/Kolkata
plugins:
- jekyll-paginate
- jekyll-archives
- jekyll-feed
- jekyll-sitemap
# markdown: kramdown
paginate: 6
paginate_path: blog/page-:num/
collections:
pages:
output: true
projects:
output: false
permalink: /projects/:slug/
testimonials:
output: false
posts:
output: true
permalink: blog/:title/ #/blog/:slug
defaults:
- scope:
path: ""
values:
layout: default
- scope:
type: projects
values:
layout: project
- scope:
type: posts
values:
layout: post
# Archives
jekyll-archives:
enabled:
- tags
layout: tag_page
permalinks:
tag: '/blog/tags/:name/'
include:
- _redirects