-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
47 lines (38 loc) · 990 Bytes
/
_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
### your site title here
title: Matt H.
description: Data Analyst & Scientist | PhD (Physical Chemistry)
baseurl: #name of GitHub repository
#url: http://localhost:8000 #custom url to be used instead of GitHub repository
url: https://matheger.github.io
email: #
#highlighter: pandoc # pandoc is not supported by github pages
highlighter: rouge
markdown: kramdown
math_engine: mathjax
#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
- _projects
exclude:
- README.md
- LICENSE.md
plugins:
- jekyll-email-protect
- jekyll-target-blank