generated from jitinnair1/gradfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
64 lines (50 loc) · 1.24 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
### your site title here
title: Megan M. Stumpf
description: Ph.D. Candidate | CU-Anschutz | Immunology & Microbiology
baseurl: "/" #name of GitHub repository
url: "https://meganstumpf.github.io" #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
twitter: "megmstumpf"
linkedin: "megan-m-stumpf"
stackoverflow: "megan-stumpf"
github: "meganstumpf"
researchgate: "Megan-Stumpf"
orcid: "0000-0001-8085-3094"
# Markdown
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/:name/
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