summaryrefslogtreecommitdiff
path: root/_config.yml
blob: ce10eeb929e367551bb3b1fc048d14b7c9988625 (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
# Config options
markdown: kramdown
sass:
  style: :compressed
  sass_dir: _sass
plugins:
  - jekyll-redirect-from
  - jekyll-feed
timezone: America/New_York

# Site-level data
name: Ben Burwell
excerpt_separator: <!--more-->
permalink: /:slug.html

defaults:
  - scope:
      path: ""
    values:
      layout: master
  - scope:
      path: ""
      type: "posts"
    values:
      layout: "post"
      permalink: /posts/:title/