-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
39 lines (35 loc) · 893 Bytes
/
Copy path_config.yml
File metadata and controls
39 lines (35 loc) · 893 Bytes
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
# Site settings
name: Matt Gauger
title: Matt Gauger
email: contact@mattgauger.com
description: > # this means to ignore newlines until "baseurl:"
Personal blog of Matt Gauger.
paginate: 10
paginate_path: '/posts/:num'
url: "https://blog.mattgauger.com" # the base hostname & protocol for your site
baseurl: ""
github_username: mathias
# Build settings
markdown: kramdown
kramdown:
input: GFM
highlighter: rouge
source: "source"
deploy: "_deploy"
destination: "_deploy"
permalink: "pretty"
# Plugins, extensions, etc:
plugins:
- jekyll-paginate
- jekyll-redirect-from
whitelist:
- jekyll-redirect-from
redirect_from:
json: false
exclude:
- README.md
- LICENSE.md
compress_html:
clippings: all
comments: all
#profile: true # If true, the layout creates a HTML table after the compressed content. The table contains the file size in bytes during the compressing steps.