added breadcrumbs
This commit is contained in:
parent
62aac37364
commit
54411d7f9b
21 changed files with 385 additions and 144 deletions
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
layout: page
|
||||
title: "404"
|
||||
subheadline: "Oops! There is noting here..."
|
||||
description: "..., this is an error-page. Maybe the webpage moved or we deleted it. Or did you maybe mistype the URL?"
|
||||
title: "Oops! Noting here..."
|
||||
subheadline: "404"
|
||||
description: "Maybe the webpage moved or we deleted it. Or did you maybe mistype the URL?"
|
||||
permalink: "/404.html"
|
||||
---
|
||||
## No problem!
|
||||
|
@ -12,7 +12,7 @@ Try...
|
|||
...our **search**.
|
||||
|
||||
|
||||
### Search
|
||||
### Search and Find
|
||||
|
||||
{% include google_search.html %}
|
||||
|
||||
|
|
|
@ -4,10 +4,10 @@ title: "Style your content!"
|
|||
subheadline: "Layouts of Feeling Responsive"
|
||||
image:
|
||||
header: "header_unsplash_5.jpg"
|
||||
permalink: "/design/style-guide/"
|
||||
permalink: "/design/"
|
||||
---
|
||||
<ul>
|
||||
{% for post in site.categories.design %}
|
||||
<li><a href="{{ site.url }}/{{ post.permalink }}">{{ post.title }}</a></li>
|
||||
<li><a href="{{ site.url }}{{ post.url }}">{{ post.title }}</a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
14
pages/headers.md
Normal file
14
pages/headers.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
layout: page
|
||||
subheadline: "Header"
|
||||
title: "Style your Header!"
|
||||
description: "These are your options to style the header of each webpage individually."
|
||||
image:
|
||||
header: "header_unsplash_5.jpg"
|
||||
permalink: "/headers/"
|
||||
---
|
||||
<ul>
|
||||
{% for post in site.tags.header %}
|
||||
<li><a href="{{ site.url }}{{ post.url }}">{{ post.title }}</a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
|
@ -10,12 +10,12 @@ permalink: "/roadmap/"
|
|||
|
||||
## ToDo
|
||||
|
||||
* Produce an introduction video to showcase *Feeling Responsive*
|
||||
* [Submit *Feeling Responsive* to jekyllthemes.org](http://jekyllthemes.org/)
|
||||
* Optimize HTML and use Schema.org-Attributes › <http://schema.org/Article>
|
||||
* Convert Foundation Sass to use native Jekyll Sass support
|
||||
* More post-formats for blogging like special post formats for links, audio, tweets,...
|
||||
* [Submit *Feeling Responsive* to jekyllthemes.org](http://jekyllthemes.org/)
|
||||
* Produce some small tutorials to show features and how to customize *Feeling Responsive*
|
||||
* Optimize HTML and use Schema.org-Attributes › <http://schema.org/Article>
|
||||
* Produce an introduction video to showcase *Feeling Responsive*
|
||||
* Show how to use [Entypo-Icons](http://entypo.com)
|
||||
|
||||
## Done
|
||||
|
|
Reference in a new issue