-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
75 lines (63 loc) · 1.1 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
65
66
67
68
69
70
71
72
73
74
75
# Site settings
url: https://josh.fail
title: josh.fail
description: Random thoughts about programming.
analytics:
google: UA-358917-9
author:
name: Joshua Priddle
email: [email protected]
linkedin: itspriddle
github: itspriddle
twitter: itspriddle
location: Halfmoon, NY, USA
# Plugin settings
markdown: kramdown
kramdown:
input: GFM
hard_wrap: false
syntax_highlighter: rouge
timezone: 'America/New_York'
# Permalink settings
permalink: '/:year/:title/'
# Pagination settings
pagination:
enabled: true
per_page: 10
permalink: '/page:num/'
title: 'Page :num'
sort_reverse: true
# Files to exclude
exclude:
- .tags
- CNAME
- Gemfile
- Gemfile.lock
- README.md
- bin
- vendor
include:
- _pages
# Sass setup
sass:
sass_dir: stylesheets
style: compressed
# Redirect settings
redirect_from:
json: false
# Gems
plugins:
- jekyll-feed
- jekyll-gist
- jekyll-github-metadata
- jekyll-paginate-v2
- jekyll-redirect-from
- jekyll-sitemap
- jemoji
defaults:
- scope:
path: ""
type: "posts"
values:
layout: "post"
category: "blog"