blob: 5bc4d4eb1ed19fc96fb30f0a48bae530d1b6b398 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Config options
markdown: kramdown
sass:
style: :compressed
sass_dir: _sass
permalink: /posts/:title/
plugins:
- jekyll-redirect-from
- jekyll-feed
timezone: America/New_York
# Site-level data
name: Ben Burwell
excerpt_separator: <!--more-->
defaults:
- scope:
path: ""
type: "posts"
values:
layout: "post"
|