-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy path_config.yml
More file actions
36 lines (26 loc) · 993 Bytes
/
_config.yml
File metadata and controls
36 lines (26 loc) · 993 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
36
# Jekyll configuration
# Use _config.build.yml to override these settings on `grunt build`.
# Note: Grunt handles some Jekyll configuration. If you set something here and
# it doesn't work, check if it is set in the Gruntfile.
title: 'Development, design, and more by @DavidEnsinger'
url: 'http://localhost:3000'
author: 'David Ensinger'
twitter: 'DavidEnsinger'
email: 'hello@davidensinger.com'
description: 'David Ensinger is a Front End Developer from Columbus, OH'
environment: development
exclude: ['img', 'js', '**.png', '**.jpg', '**.jpeg', '**.gif', '**.svg', '**.ico']
keep_files: ['img', 'perf']
# Publish posts with future date.
# _config.build.yml sets this to false on `grunt build`
future: true
# Compile posts in the _drafts directory.
# _config.build.yml sets this to false on `grunt build`
show_drafts: true
category_title_prefix: ''
category_dir: /
gems: ['jekyll-paginate']
permalink: /:year/:month/:title/
paginate: 5
# disable this with ''
excerpt_separator: ''