Simplified Theme
This commit is contained in:
parent
5f5bf5659e
commit
74c2f9a235
42 changed files with 424 additions and 426 deletions
|
@ -1,9 +1,12 @@
|
|||
---
|
||||
layout: post-right-sidebar
|
||||
title: "Post With Right Sidebar"
|
||||
description: "This is a example of Post with a Sidebar on the right."
|
||||
date: 2014-03-28 00:00:00
|
||||
layout: page
|
||||
sidebar: right
|
||||
subheadline: Templates
|
||||
title: "Page/Post Right Sidebar"
|
||||
teaser: "This is a example of page/post with a sidebar on the right."
|
||||
breadcrumb: true
|
||||
tags:
|
||||
- post format
|
||||
categories:
|
||||
- design
|
||||
image:
|
||||
|
@ -12,12 +15,19 @@ image:
|
|||
credit: Unsplash.com
|
||||
url: http://unsplash.com
|
||||
---
|
||||
## Have a look at the sidebar
|
||||
*Feeling Responsive* shows metadata by default. The default behaviour can be changed via `config.yml`. To show metadata at the end of a page/post just add the following to front matter:
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
|
||||
~~~
|
||||
show_metadata: true
|
||||
~~~
|
||||
|
||||
### Lorem
|
||||
If you don't want to show metadata, it's simple again:
|
||||
|
||||
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
||||
~~~
|
||||
show_metadata: false
|
||||
~~~
|
||||
|
||||
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
||||
|
||||
## Other Post Formats
|
||||
{: .t60 }
|
||||
{% include list-posts.html tag='post format' %}
|
||||
|
|
Reference in a new issue