forked from BlackrockDigital/startbootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
43 lines (35 loc) · 821 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
35
36
37
38
39
40
41
42
43
# Site Information
license: "MIT"
license-url: "https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE"
author: "Blackrock Digital"
# Site Settings
baseurl: ""
# Build settings
exclude: [node_modules]
# Dependencies
markdown: kramdown
highlighter: rouge
# Permalinks
permalink: pretty
# Server
url: https://startbootstrap.com
enforce_ssl: startbootstrap.com
encoding: UTF-8
host: 0.0.0.0
port: 9000
# Plugins
plugins:
- jekyll-sitemap
- jekyll-redirect-from
- jekyll-paginate
- rouge
# Collections
collections:
premium:
output: false
templates:
output: true
permalink: /template-overviews/:title/
# Pagination
paginate: 5
paginate_path: "/articles/page:num/"