-
Notifications
You must be signed in to change notification settings - Fork 4
/
_config.yml
56 lines (45 loc) · 1.67 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
# Permalinks
#
# Use of `relative_permalinks` ensures post links from the index work properly.
permalink: pretty
# Setup
title: 'Performance is a Feature!'
tagline: ''
description: ''
url: http://www.mattwarren.org
# Don't use baseurl, see https://talk.jekyllrb.com/t/what-trouble-happens-if-i-make-all-links-relative-instead-of-absolute/418/2
baseurl: ''
paginate: 10
# About/contact
author:
name: Matt Warren
url: www.mattwarren.org
email: [email protected]
twitter: matthewwarren
twitterUrl: https://twitter.com/matthewwarren
github: https://github.com/mattwarren/
# For the Jekyll SEO plugin https://github.com/jekyll/jekyll-seo-tag#usage
twitter:
username: matthewwarren
# Custom vars
version: 1.0.0
exclude: [README.md, LICENSE.md]
# See http://milanaryal.com/2015/writing-on-github-pages-and-jekyll-using-markdown/
# and http://ajoz.github.io/2014/06/29/i-want-my-github-flavored-markdown/
# For tables see https://github.com/george-hawkins/basic-gfm-jekyll
# and https://george-hawkins.github.io/basic-gfm-jekyll/redcarpet-extensions.html
# https://github.com/blog/2100-github-pages-now-faster-and-simpler-with-jekyll-3-0
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
syntax_highlighter: rouge
#redcarpet:
# extensions: ["no_intra_emphasis", "tables", "autolink", "strikethrough", "with_toc_data"]
# Use the following plug-ins
plugins:
- jekyll-sitemap # Create a sitemap using the official Jekyll sitemap gem
- jekyll-paginate
- rouge
- jekyll-seo-tag
- jekyll-redirect-from