-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
73 lines (62 loc) · 1.36 KB
/
Copy path_config.yml
File metadata and controls
73 lines (62 loc) · 1.36 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
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
# Sitemap Configuration
sitemap:
changefreq: weekly
priority: 0.8
exclude: ['/admin/', '/_site/', '/.jekyll-cache/', '/.forestry/']
include_posts: true
include_pages: true
# markdown: kramdown
paginate: 6
paginate_path: blog/page-:num/
# Minify CSS output
sass:
style: compressed
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
image_alt: "ZeoSpec - Arun Teja Godavarthi"
last_modified_at: 2024-01-15
- scope:
type: projects
values:
layout: project
image_alt: "Project by ZeoSpec"
- scope:
type: posts
values:
layout: post
image_alt: "Blog post by ZeoSpec"
author: "Arun Teja Godavarthi"
last_modified_at: 2024-01-15
# Archives
jekyll-archives:
enabled:
- tags
layout: tag_page
permalinks:
tag: '/blog/tags/:name/'
include:
- _redirects