forked from timble/www.openpolice.be
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
46 lines (39 loc) · 868 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
44
45
46
# Pagination
paginate: 3
paginate_path: "blog/page:num"
paginate_limit: 5
# Site info
name: Open Police
url: http://www.openpolice.be
# Collections
collections:
documentation:
output: true
about:
output: true
guides:
output: true
# Code highlighting
highlighter: rouge
# Gems
gems:
- jekyll-sitemap
- jekyll-paginate
# We don't want to publish some files
exclude: [
'Gemfile',
'Gemfile.lock',
'Rakefile',
'README.md',
'node_modules',
'vendor',
'bower.json',
'package.json',
'gruntfile.js',
'CONTRIBUTING.md'
]
# Static information
blog_description: A product blog about developing and iterating the Open Police platform. For the people who publish content to their site and anyone else who is interested.
# Compress HTML - https://github.com/penibelst/jekyll-compress-html
compress_html:
comments: ["<!-- ", " -->"]