-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
51 lines (39 loc) · 1.37 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
# Base Jekyll configuration
# Gulp handles some Jekyll configuration. If you set something here and
# it doesn't work, check if it is set in the Gulpfile.
# Use _config.build.yml to override these settings on `gulp build`.
title: static
description: static.
author:
name: Evan Willhite
email: [email protected]
# Exclude directories and/or files from the conversion.
# Gulp moves styles, scripts, images and fonts directories.
exclude: ['styles', 'scripts', 'images', 'fonts']
keep_files: ['styles', 'scripts', 'images', 'fonts']
# Force inclusion of directories and/or files in the conversion.
# .htaccess is a good example since dotfiles are excluded by default.
include: ['.htaccess']
# Default post path style
# date /:categories/:year/:month/:day/:title.html
# pretty /:categories/:year/:month/:day/:title/
# none /:categories/:title.html
permalink: pretty
# Compile posts in the _drafts directory.
# _config.build.yml sets this to false on `gulp build`
show_drafts: false
# Split posts over multiple subdirectories called “page2”, “page3”, … “pageN”
paginate: 10
paginate_path: 'page:num'
# Markdown library & options
markdown: redcarpet
# redcarpet:
# extensions: ['fenced_code_blocks', 'smart']
# Use Pygments to highlight code blocks
highlighter: pygments
# Collections for styleguide
collections:
components:
output: false
colors:
output: false