-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path_config.yml
73 lines (65 loc) · 1.42 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
title: Gourav Khunger
email: [email protected]
description: >-
Gourav Khunger is a software developer and a self-taught programmer. He specialises in native Android app development and is passionate about Open Source. Checkout his projects on Github!
baseurl: ""
url: "https://gourav.sh"
google_analytics: "G-GSRER1MM23"
markdown: kramdown
kramdown:
parse_block_html: true
collections:
posts:
output: true
permalink: /post/:title
projects:
output: true
permalink: /project/:name
achievements:
output: true
permalink: /achievement/:name
defaults:
- scope:
path: "_posts/**/*.md"
values:
layout: post
- scope:
path: "_projects/*.md"
values:
layout: project
- scope:
path: "_achievements/*.md"
values:
layout: achievement
plugins:
- jekyll-sitemap
- jekyll-postcss
- jekyll-minifier
- jekyll-hostname
- jekyll-hashsert
jekyll-minifier:
exclude:
- "sitemap.xml"
- "assets/css/theme.css"
uglifier_args:
harmony: true
extlinks:
attributes: { rel: nofollow noopener noreferrer, target: _blank }
rel_include: [ "l.gourav.sh" ]
rel_exclude: [ "gourav.sh", "github.com", "genicsblog.com" ]
include:
- _pages
exclude:
- .sass-cache/
- .jekyll-cache/
- gemfiles/
- Gemfile
- Gemfile.lock
- node_modules/
- vendor/
- postcss.config.js
- tailwind.config.js
- package.json
- package-lock.json
- README.md
- LICENSE