Roadmap added
This commit is contained in:
parent
b512f40ff0
commit
c509ce51a8
3 changed files with 33 additions and 13 deletions
|
@ -41,6 +41,10 @@
|
||||||
url: "/changelog/"
|
url: "/changelog/"
|
||||||
side: left
|
side: left
|
||||||
|
|
||||||
|
- title: "Roadmap"
|
||||||
|
url: "/roadmap/"
|
||||||
|
side: left
|
||||||
|
|
||||||
- title: "Contact"
|
- title: "Contact"
|
||||||
url: "http://phlow.de/kontakt/"
|
url: "http://phlow.de/kontakt/"
|
||||||
side: right
|
side: right
|
||||||
|
|
|
@ -8,7 +8,18 @@ image:
|
||||||
permalink: "/documentation/"
|
permalink: "/documentation/"
|
||||||
---
|
---
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="medium-8 columns" markdown="1">
|
<div class="medium-4 medium-push-8 columns" markdown="1">
|
||||||
|
<div class="panel radius" markdown="1">
|
||||||
|
**Table of Contents**
|
||||||
|
{: #toc }
|
||||||
|
* TOC
|
||||||
|
{:toc}
|
||||||
|
</div>
|
||||||
|
</div><!-- /.medium-4.columns -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="medium-8 medium-pull-4 columns" markdown="1">
|
||||||
|
|
||||||
## Different Page/Posts Formats {#formats}
|
## Different Page/Posts Formats {#formats}
|
||||||
|
|
||||||
|
@ -122,22 +133,12 @@ With the Kramdown parser for Markdown you can render a table of contents for you
|
||||||
<small markdown="1">[Up to table of contents](#toc)</small>
|
<small markdown="1">[Up to table of contents](#toc)</small>
|
||||||
{: .text-right }
|
{: .text-right }
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div><!-- /.medium-8.columns -->
|
</div><!-- /.medium-8.columns -->
|
||||||
|
|
||||||
<div class="medium-4 columns" markdown="1">
|
|
||||||
<div class="panel radius" markdown="1">
|
|
||||||
**Table of Contents**
|
|
||||||
{: #toc }
|
|
||||||
* TOC
|
|
||||||
{:toc}
|
|
||||||
</div>
|
|
||||||
</div><!-- /.medium-4.columns -->
|
|
||||||
</div><!-- /.row -->
|
</div><!-- /.row -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[1]: http://kramdown.gettalong.org/converter/html.html#toc
|
[1]: http://kramdown.gettalong.org/converter/html.html#toc
|
||||||
[2]: {{ site.url }}/blog/
|
[2]: {{ site.url }}/blog/
|
||||||
[3]: #
|
[3]: #
|
||||||
|
|
15
roadmap.md
Normal file
15
roadmap.md
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: "Roadmap"
|
||||||
|
subtitle: "ToDo-List and Ideas"
|
||||||
|
description: "Here are some ideas and features I want to implement in the future."
|
||||||
|
image:
|
||||||
|
header: "header_unsplash_3.jpg"
|
||||||
|
permalink: "/roadmap/"
|
||||||
|
---
|
||||||
|
|
||||||
|
## ToDo
|
||||||
|
|
||||||
|
* SEO › Add metadescription to header.html and front matter
|
||||||
|
* Gallery Post Format
|
||||||
|
* Show how to use [Entypo-Icons](http://entypo.com)
|
Reference in a new issue