Now with sass-support
This commit is contained in:
parent
e8835b4899
commit
87ca494ca0
62 changed files with 12427 additions and 269 deletions
|
@ -7,6 +7,9 @@ header:
|
|||
image_fullwidth: "header_unsplash_9.jpg"
|
||||
permalink: "/changelog/"
|
||||
---
|
||||
2015-02-19 // Version 0.99
|
||||
: Yes! Now *Feeling Responsive* uses the built-in sass-support by Jekyll. Open `_sass` and dig deeper into customizing this theme using your colors, typography and so on...
|
||||
|
||||
2015-02-18 // Version 0.98
|
||||
: Now with author-support and [Schema.org microdata](http://schema.org). Edit author(s) in `authors.yml` and use it via front matter like `author: your_author_name`. Added [Disqus-comments]({{ site.url}}/design/comments/#comments) to the mix.
|
||||
|
||||
|
|
|
@ -4,6 +4,8 @@ title: "Theme Documentation"
|
|||
subheadline: "How to use Feeling Responsive"
|
||||
description: "The documentation is a work in progress..."
|
||||
permalink: "/documentation/"
|
||||
header:
|
||||
image_fullwidth: "header_roadmap_2.jpg"
|
||||
---
|
||||
<div class="row">
|
||||
<div class="medium-4 medium-push-8 columns" markdown="1">
|
||||
|
|
|
@ -4,23 +4,24 @@ title: "Roadmap"
|
|||
subheadline: "ToDo-List & Ideas"
|
||||
description: "Here are some ideas and features I want to implement in the future."
|
||||
header:
|
||||
image_fullwidth: "header_unsplash_3.jpg"
|
||||
image_fullwidth: "header_roadmap_3.jpg"
|
||||
permalink: "/roadmap/"
|
||||
---
|
||||
|
||||
## Ideas and possible new features
|
||||
|
||||
* Better responsive typography
|
||||
* Additional [header]({{ site.url }}/headers/) with text
|
||||
* Google AdSense ads
|
||||
* Produce an introduction video to showcase *Feeling Responsive*
|
||||
* Better responsive typography
|
||||
* Google AdSense ads
|
||||
* [Submit *Feeling Responsive* to jekyllthemes.org](http://jekyllthemes.org/)
|
||||
* Convert Foundation Sass to use native Jekyll Sass support
|
||||
* More post-formats for blogging like special post formats for links, audio, tweets,...
|
||||
* Produce some small tutorials to show features and how to customize *Feeling Responsive*
|
||||
|
||||
|
||||
|
||||
## Done
|
||||
|
||||
* <s>Convert Foundation Sass to use native Jekyll Sass support</s>
|
||||
* <s>Optimize HTML and use Schema.org-Attributes › http://schema.org/Article</s>
|
||||
* <s>Disqus comments</s>
|
||||
* <s>Rework `list-entries.html` › now language ready</s>
|
||||
|
|
Reference in a new issue