forked from yeoman/yeoman.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
35 lines (25 loc) · 659 Bytes
/
_config.yml
File metadata and controls
35 lines (25 loc) · 659 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
# Jekyll configuration precedence:
# 1. Gruntfile task
# 2. config.build.yml
# 3. config.yml
name: Yeoman.io
description: Yeoman website
author:
name: Yeoman.io
url: http://yeoman.io
atom_path: /blog/atom.xml
# Grunt handles images and assets.
exclude: ['img', 'css', 'js', 'fonts',
'**.png', '**.jpg', '**.jpeg', '**.gif', '**.webp', '**.svg', '**.ico']
include: ['.htaccess']
# _config.build.yml sets future and show_drafts to false on `grunt build`
future: true
show_drafts: true
permalink: /blog/:title.html
# Markdown library
markdown: redcarpet
pygments: true
paginate: 8
paginate_path: /blog/page:num
gems:
- jekyll-redirect-from