forked from poole/poole
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
34 lines (30 loc) · 806 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
# Permalinks
#
# Use of `relative_permalinks` ensures post links from the index work properly.
permalink: '/:year/:month/:title.html'
relative_permalinks: false
# Setup
title: 'Blog title'
tagline: 'Subtitle'
url: 'http://example.com'
paginate: 3
paginate_path: '/page/:num/'
baseurl: ''
excerpt_separator: '<!--more-->'
# Assets
#
# We specify the directory for Jekyll so we can use @imports.
sass:
sass_dir: _sass
style: :compressed
gems:
- jekyll-paginate
- jekyll-archives
jekyll-archives:
enabled: [tags, categories]
layouts:
tag: 'tags'
category: 'projects'
permalinks:
tag: '/tag/:name/'
category: '/project/:name/'