-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
66 lines (55 loc) · 1.29 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
### your site title here
title: Akshay Kale
description: Ph.D. Candidate| Data Science | XAI
baseurl: /ak-blog #name of GitHub repository
url: "" #custom url to be used instead of GitHub repository
email: akshaykale4@icloud.com
highlighter: rouge
markdown: kramdown
# Pagination
paginate: 4
permalink: /blog/:year/:title/
paginate_path: /blog/page:num/
# Social media links in footer
#facebook: "#"
twitter: "KaleNotTheSalad"
#linkedin: "#"
github: "kaleoyster"
researchgate: "Akshay-Kale-2"
#googlescholar: "nmE-DNUAAAAJ&hl=en&oi=sra"
orcid: "0000-0001-6191-7996"
hhighlighter: rouge
markdown: kramdown
# Tracker
analytics:
#optimization -> compress.html
compress_html:
clippings: [html,div, p, ul, td, h1, h2, h3, h4,link, meta, footer, nav, img, header, hr, br, head, style, li, ul, ol, time, main, script, title]
comments: ["<!-- ", " -->"]
endings: [all]
ignore:
envs: [local]
blanklines: false
profile: false
startings: []
# Collection
collections:
projects:
output: true
permalink: /projects/:path/
research:
output: true
permalink: /research/:path/
sass:
sass_dir: /assets/css/_sass
style: compressed
include:
- _pages
exclude:
- README.md
- LICENSE.md
plugins:
- jekyll-seo-tag
- jekyll-paginate
- jekyll-email-protect
- jekyll-target-blank