added google analytics and next previous in category include
This commit is contained in:
parent
6636839e37
commit
3efde330dc
22 changed files with 151 additions and 63 deletions
|
@ -7,6 +7,9 @@ header:
|
|||
image_fullwidth: "header_unsplash_9.jpg"
|
||||
permalink: "/changelog/"
|
||||
---
|
||||
2015-02-25 // Version 0.99.1
|
||||
: Added support for Google Analtics. Added `_include/next-previous-post-in-category.html` to generate links from one post in a category to another post in that same category. Example at the bottom of [Grid & Colors]({{ site.url }}/design/grid/#bottom).
|
||||
|
||||
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...
|
||||
|
||||
|
|
|
@ -9,11 +9,10 @@ permalink: "/roadmap/"
|
|||
---
|
||||
|
||||
## Ideas and possible new features
|
||||
{: .t30 }
|
||||
|
||||
* Additional [header]({{ site.url }}/headers/) with text
|
||||
github-pages/#comment-1870475246)
|
||||
* Produce an introduction video to showcase *Feeling Responsive*
|
||||
* Better responsive typography
|
||||
* Even better responsive typography
|
||||
* Google AdSense ads
|
||||
* [Submit *Feeling Responsive* to jekyllthemes.org](http://jekyllthemes.org/)
|
||||
* More post-formats for blogging like special post formats for links, audio, tweets,...
|
||||
|
@ -22,6 +21,8 @@ github-pages/#comment-1870475246)
|
|||
|
||||
## Done
|
||||
|
||||
* [<s>Additional header with text</s>]({{ site.url }}/headers/)
|
||||
* <s>Added Google Analtics support</s>
|
||||
* [<s>Add redirection layout by KanishkKanishk</s>](http://codingtips.kanishkkunal.in/redirects-jekyll-github-pages/)
|
||||
* <s>Convert Foundation Sass to use native Jekyll Sass support</s>
|
||||
* <s>Optimize HTML and use Schema.org-Attributes › http://schema.org/Article</s>
|
||||
|
|
Reference in a new issue