Remove space after ---
This commit is contained in:
parent
3b13509329
commit
b2a56d6978
4 changed files with 22 additions and 7 deletions
24
_config.yml
24
_config.yml
|
@ -89,9 +89,17 @@ kramdown:
|
||||||
smart_quotes: lsquo,rsquo,ldquo,rdquo
|
smart_quotes: lsquo,rsquo,ldquo,rdquo
|
||||||
enable_coderay: false
|
enable_coderay: false
|
||||||
|
|
||||||
|
# Collections
|
||||||
|
collections:
|
||||||
|
recipes:
|
||||||
|
output: true
|
||||||
|
permalink: /:collection/:categories/:path/
|
||||||
|
pets:
|
||||||
|
output: true
|
||||||
|
permalink: /:collection/:categories/:path/
|
||||||
|
|
||||||
# Defaults
|
# Defaults
|
||||||
defaults:
|
defaults:
|
||||||
|
|
||||||
# _posts
|
# _posts
|
||||||
- scope:
|
- scope:
|
||||||
path: ""
|
path: ""
|
||||||
|
@ -101,13 +109,24 @@ defaults:
|
||||||
comments: true
|
comments: true
|
||||||
share: true
|
share: true
|
||||||
related: true
|
related: true
|
||||||
|
|
||||||
# _pages
|
# _pages
|
||||||
- scope:
|
- scope:
|
||||||
path: _pages
|
path: _pages
|
||||||
type: pages
|
type: pages
|
||||||
values:
|
values:
|
||||||
layout: post
|
layout: post
|
||||||
|
# _recipes
|
||||||
|
- scope:
|
||||||
|
path: _recipes
|
||||||
|
type: recipes
|
||||||
|
values:
|
||||||
|
layout: post
|
||||||
|
# _pets
|
||||||
|
- scope:
|
||||||
|
path: _pets
|
||||||
|
type: pets
|
||||||
|
values:
|
||||||
|
layout: post
|
||||||
|
|
||||||
# Plugins
|
# Plugins
|
||||||
gems:
|
gems:
|
||||||
|
@ -152,4 +171,3 @@ author:
|
||||||
weibo :
|
weibo :
|
||||||
xing :
|
xing :
|
||||||
youtube :
|
youtube :
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,6 @@ excerpt: "Page not found. Your pixels are in another canvas."
|
||||||
sitemap: false
|
sitemap: false
|
||||||
permalink: /404.html
|
permalink: /404.html
|
||||||
---
|
---
|
||||||
|
|
||||||
Sorry, but the page you were trying to view does not exist --- perhaps you can try searching for it below.
|
Sorry, but the page you were trying to view does not exist --- perhaps you can try searching for it below.
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
|
|
@ -3,7 +3,6 @@ permalink: /about/
|
||||||
title: "About the Theme"
|
title: "About the Theme"
|
||||||
modified: 2014-08-08T20:53:07.573882-04:00
|
modified: 2014-08-08T20:53:07.573882-04:00
|
||||||
---
|
---
|
||||||
|
|
||||||
Minimal Mistakes is responsive Jekyll theme with large featured images and solid typography. As the name implies the styling is fairly minimal to make it easier for you to build on top of.
|
Minimal Mistakes is responsive Jekyll theme with large featured images and solid typography. As the name implies the styling is fairly minimal to make it easier for you to build on top of.
|
||||||
|
|
||||||
## Minimal Mistakes is all about:
|
## Minimal Mistakes is all about:
|
||||||
|
|
|
@ -7,7 +7,6 @@ excerpt: "Instructions on how to install and customize the Jekyll theme Minimal
|
||||||
share: true
|
share: true
|
||||||
comments: true
|
comments: true
|
||||||
---
|
---
|
||||||
|
|
||||||
{% include toc.html %}
|
{% include toc.html %}
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
Loading…
Reference in a new issue