Move pages into _pages directory
This commit is contained in:
parent
5875412409
commit
f4862d595c
5 changed files with 8 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
---
|
||||
layout: post
|
||||
permalink: /about/
|
||||
title: About the Theme
|
||||
tags: [about, Jekyll, theme, responsive]
|
||||
modified: 2014-08-08T20:53:07.573882-04:00
|
||||
comments: true
|
||||
image:
|
||||
feature: sample-image-2.jpg
|
||||
credit: WeGraphics
|
||||
|
@ -22,4 +22,4 @@ Minimal Mistakes is responsive Jekyll theme with large featured images and solid
|
|||
* [Custom 404 page](http://mmistakes.github.io/minimal-mistakes/404.html) to get you started.
|
||||
* Support for Disqus Comments
|
||||
|
||||
<a markdown="0" href="{{ site.url }}/theme-setup" class="btn">Install Minimal Mistakes Theme</a>
|
||||
<a markdown="0" href="{{ site.url }}{{ site.baseurl }}/theme-setup/" class="btn">Install Minimal Mistakes Theme</a>
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
layout: home
|
||||
permalink: /
|
||||
excerpt: "A minimal Jekyll theme for your blog by designer Michael Rose."
|
||||
tags: [Jekyll, theme, responsive, blog, template]
|
||||
image:
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
layout: archive
|
||||
title: All Posts
|
||||
permalink: /posts/
|
||||
title: "All Posts"
|
||||
excerpt: "A List of Posts"
|
||||
---
|
|
@ -1,8 +1,11 @@
|
|||
---
|
||||
layout: post
|
||||
permalink: /theme-setup/
|
||||
title: Theme Setup
|
||||
modified: 2016-01-19
|
||||
excerpt: "Instructions on how to install and customize the Jekyll theme Minimal Mistakes."
|
||||
share: true
|
||||
comments: true
|
||||
image:
|
||||
feature: sample-image-3.jpg
|
||||
credit: WeGraphics
|
Loading…
Reference in a new issue