aboutsummaryrefslogtreecommitdiffstats
path: root/docs/_config.yml
blob: a7cab417a174f06e531e00656f11f69cfec9d046 (plain)
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
permalink: pretty
exclude: [ vendor ]
paginate: 10
gems:
  - jekyll-paginate
paginate_path: "/blog/:num/"

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}/*"