summaryrefslogtreecommitdiff
path: root/_config.yml
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2018-09-29 12:27:12 -0400
committerBen Burwell <ben@benburwell.com>2018-09-29 12:27:12 -0400
commit4289f4e97fed7c674e4032327a0f319cf308a8fd (patch)
tree20924420b4044d493b9a0e4d7f832c97ee341eb5 /_config.yml
parent4ac1c6b7e843ce8894bfa394f64e95edc2b61450 (diff)
Use global defaults more effectively
Diffstat (limited to '_config.yml')
-rw-r--r--_config.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml
index 5bc4d4e..354e46a 100644
--- a/_config.yml
+++ b/_config.yml
@@ -3,7 +3,6 @@ markdown: kramdown
sass:
style: :compressed
sass_dir: _sass
-permalink: /posts/:title/
plugins:
- jekyll-redirect-from
- jekyll-feed
@@ -12,6 +11,8 @@ timezone: America/New_York
# Site-level data
name: Ben Burwell
excerpt_separator: <!--more-->
+layout: master
+permalink: /:slug.html
defaults:
- scope:
@@ -19,4 +20,5 @@ defaults:
type: "posts"
values:
layout: "post"
+ permalink: /posts/:title/