-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
125 lines (114 loc) · 2.08 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
# Site wide configuration
destination: docs
url: 'https://rossgodwin.github.io/bojekylls'
baseurl: ''
lang: en
# Analytics
google_analytics_measurement_id: ''
# Jekyll configuration
show_drafts: false
kramdown:
input: GFM
# syntax_highlighter: rouge
# syntax_highlighter_opts:
# css_class: 'highlight'
include:
- _pages
exclude:
- .bundle
- .jekyll-cache
- .gitignore
- .project
- _drafts
- docs/
- Gemfile
- Gemfile.lock
- jekyll-theme-bojekylls-1.0.gem
- jekyll-theme-bojekylls.gemspec
- README.md
- vendor/bundle/
excerpt_separator: <!--more-->
sass:
style: :compressed
compress_html:
clippings: all
comments: all
endings: all
profile: false
blanklines: false
ignore:
envs: [development]
collections_dir: collections
collections:
demo:
output: true
permalink: /demo/:path/
docs:
output: true
permalink: /docs/:path/
# Plugins
gems:
- jekyll-feed
- jekyll-liquify
plugins:
- jekyll-paginate-v2
- jekyll-sitemap
defaults:
- scope:
path: ""
values:
include-seo: false
include-seo-og: false
show-page-loading-overlay: false
page-loading-overlay-id: page-loading-overlay-id
- scope:
path: blog/*
values:
include-seo: true
- scope:
path: _pages
values:
include-seo: false
- scope:
type: demo
values:
include-seo: true
categories: [demo]
- scope:
type: docs
values:
layout: docs-wiki
syntax-highlighter-on: true
categories: [docs]
- scope:
path: assets/*
values:
sitemap: false
# Plugin: Pagination (jekyll-paginate-v2)
pagination:
enabled: true
per_page: 5
permalink: '/:num/'
title: ':title | :num of :max'
limit: 0
sort_field: 'date'
sort_reverse: true
trail:
before: 2
after: 2
# Plugin: Auto Pages (jekyll-paginate-v2)
autopages:
enabled: true
tags:
enabled: true
layouts:
- ap-demo-topics.html
categories:
enabled: false
layouts:
- ap-all-categories.html
collections:
enabled: false
slugify:
mode: 'ascii'
cased: true