~xdavidwu/xdavidwu.link

0665dccffb4650c914e73aa01d260248d750edb9 — Michael Rose 8 years ago 9702a5f
Rename post.html _layout to single
4 files changed, 6 insertions(+), 7 deletions(-)

M _config.yml
M _drafts/post-draft.md
R _layouts/{post.html => single.html}
M _pages/theme-setup.md
M _config.yml => _config.yml +4 -4
@@ 108,7 108,7 @@ defaults:
      path: ""
      type: posts
    values:
      layout: post
      layout: single
      comments: true
      share: true
      related: true


@@ 117,19 117,19 @@ defaults:
      path: _pages
      type: pages
    values:
      layout: post
      layout: single
  # _recipes
  - scope:
      path: _recipes
      type: recipes
    values:
      layout: post
      layout: single
  # _pets
  - scope:
      path: _pets
      type: pets
    values:
      layout: post
      layout: single

# Plugins
gems:

M _drafts/post-draft.md => _drafts/post-draft.md +1 -1
@@ 1,5 1,5 @@
---
layout: post
layout: single
title:  "Draft Post"
categories: 
  - Jekyll

R _layouts/post.html => _layouts/single.html +0 -0
M _pages/theme-setup.md => _pages/theme-setup.md +1 -2
@@ 1,7 1,6 @@
---
layout: post
permalink: /theme-setup/
title: "Theme Setup"
permalink: /theme-setup/
modified: 2016-01-19
excerpt: "Instructions on how to install and customize the Jekyll theme Minimal Mistakes."
share: true