aboutsummaryrefslogtreecommitdiffstats
path: root/docs/_config.yml
blob: 7f04e223cea2c447a85f83b3877c0d342a6de5e9 (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
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

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