forked from BlackrockDigital/startbootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
56 lines (48 loc) · 1.18 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
52
53
54
55
56
# Site Information
license: "MIT"
license-url: "https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE"
author: "Blackrock Digital"
# Site Settings
baseurl: ""
# Build settings
markdown: kramdown
exclude: [node_modules]
# Permalinks
permalink: /blog/:year/:month/:day/:title/
# Server
url: https://startbootstrap.com
enforce_ssl: startbootstrap.com
encoding: UTF-8
host: localhost
port: 9000
# Plugins
plugins:
- jekyll-feed
- jekyll-paginate
- jekyll-redirect-from
- jekyll-sitemap
- jekyll-tidy
# Collections
collections:
themes:
output: true
permalink: /:collection/:title/
templates:
output: true
permalink: /:collection/:title/
snippets:
output: true
permalink: /:collection/:title/
guides:
output: true
permalink: /:collection/:title/
previews:
output: true
permalink: /:collection/:title/
premium:
output: false
# Pagination
paginate: 5
paginate_path: "/blog/page:num/"
# Blog Excerpt Separator
excerpt_separator: "<!--more-->"