-
-
Notifications
You must be signed in to change notification settings - Fork 243
/
Copy path_config.yml
34 lines (30 loc) · 957 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
permalink: pretty
exclude: [ vendor ]
paginate: 10
gems:
- jekyll-paginate
paginate_path: "/blog/:num/"
# Set so absolute_url doesn't produce http: links for CSS/JS. Suggested at
# https://github.com/jekyll/jekyll/issues/5709#issuecomment-274191010 though
# url is not in Jeykll config documentation?
url: "https://fixmystreet.org"
authors:
struan:
display_name: Struan
matthew:
display_name: Matthew
zarino:
display_name: Zarino
davea:
display_name: Dave
# https://github.com/RobertDeRose/jekyll-livereload/
# Enable livereload by default when running `jekyll serve` locally.
# (Doesn't do anything on Github Pages.)
livereload: true
# https://github.com/jekyll/jekyll/issues/4112
# Jekyll's --incremental flag is awesome, but has a few bugs.
# _plugins/incremental_regeneration_fixer.rb makes it better.
# (Doesn't do anything on Github Pages.)
incremental_regeneration_fixer:
interdependent_files:
- "{_posts,blog}/*"