generated from jitinnair1/gradfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
63 lines (50 loc) · 1.19 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
### your site title here
title: Jane Han
description: Cognitive Neuroscientist | Dartmouth
baseurl: "https://han-jane.github.io/" #name of GitHub repository
url: "" #custom url to be used instead of GitHub repository
email: [email protected] #
# Pagination
paginate: 4
permalink: /blog/:year/:title/
paginate_path: /blog/page:num/
# Social media links in footer
#facebook: "#"
twitter: "_jane_han_"
linkedin: "janhan"
github: "han-jane"
Instagram: "_jane_han_"
#researchgate: "Jane-Han-5"
#orcid: "0000-0002-7110-6502"
highlighter: 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/
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