-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
48 lines (41 loc) · 963 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
# Site Settings
url:
# Jekyll Configuration
encoding: UTF-8
permalink: /:title/
paginate: 5
paginate_path: "/blog/page-:num/"
# Markdown Processing
markdown: kramdown
kramdown:
input: GFM
# Sass/SCSS Settings
sass:
sass_dir: _sass
style: compressed # http://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style
# Collection Defaults
defaults:
- scope:
type: posts
values:
layout: post
- scope:
type: pages
values:
layout: page
# Autoprefixer Plugin Settings - https://github.com/vwochnik/jekyll-autoprefixer
autoprefixer:
browsers:
- last 2 versions
only_production: true
# File Handling
include: [_pages]
exclude: [lib, config.rb, .sass-cache, Capfile, config, log, Rakefile, Rakefile.rb, tmp, Gemfile, Gemfile.lock, README.md, LICENSE.md, node_modules, package.json]
# Archives
jekyll-archives:
enabled:
- categories
- tags
permalinks:
categories: '/category/:name/'
tags: '/tag/:name/'