-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
48 lines (36 loc) · 1.39 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
# Base Jekyll configuration
# Grunt handles some Jekyll configuration. If you set something here and
# it doesn't work, check if it is set in the Gruntfile.
# Use _config.build.yml to override these settings on `grunt build`.
name: Jersey
description: Centresource documentation styles.
author:
name: David Calhoun
email: [email protected]
# Exclude directories and/or files from the conversion.
# Grunt moves image files and asset directories.
exclude: ['assets', '**.png', '**.jpg', '**.jpeg', '**.gif', '**.webp', '**.svg', '**.ico']
# 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: none
# 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: false
# Split posts over multiple subdirectories called “page2”, “page3”, … “pageN”
paginate: 10
paginate_path: 'page:num'
# Markdown library
markdown: redcarpet
# Markdown library options
# redcarpet:
# extensions: ['fenced_code_blocks', 'smart']
# Use Pygments to highlight code blocks
pygments: true