-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
57 lines (49 loc) · 971 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
48
49
50
51
52
53
54
55
56
57
# Site
name: "Jacob's Blog"
title: "Jacob's Blog"
#description: ""
logo: 'assets/images/logo.svg'
favicon: 'assets/images/logo.svg'
baseurl: "" # the subpath of your site, e.g. /blog
permalink: pretty
mailchimp-list:
include: ["_pages"]
permalink: /:title/
# Authors
authors:
jacob:
name: Jacob
display_name: Jacob
gravatar:
email:
web:
twitter:
description:
# Plugins
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-feed
- jekyll-seo-tag
- jekyll-archives
# Archives
jekyll-archives:
enabled:
- categories
layout: archive
permalinks:
category: '/category/:name/'
# Pagination
paginate: 6
paginate_path: /page:num/
# Other
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
syntax_highlighter_opts:
block:
line_numbers: true
# Lazy Images ("enabled" or "disabled")
lazyimages: "disabled"
exclude: [changelog.md, LICENSE.txt, README.md, Gemfile, Gemfile.lock]