summaryrefslogtreecommitdiff
path: root/_config.yml
blob: 087fdd33376d88732f210158e2b20c8d741e97f6 (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: nav
  - scope:
      path: ""
      type: "posts"
    values:
      layout: "post"
      permalink: /posts/:title/