diff options
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 4 |
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/ |