now with custom icon font (and some tweaks)
This commit is contained in:
parent
5cbd281bfa
commit
ed4dd73333
96 changed files with 2990 additions and 7563 deletions
|
@ -2,11 +2,14 @@
|
|||
layout: page
|
||||
title: "Change is good!"
|
||||
subheadline: "Feeling Responsive Theme Changelog"
|
||||
description: "History and changelog of Feeling Responsive Theme by Phlow Media."
|
||||
description: "History and changelog of Feeling Responsive Theme"
|
||||
header:
|
||||
image_fullwidth: "header_unsplash_9.jpg"
|
||||
permalink: "/changelog/"
|
||||
---
|
||||
2015-02-09 // Version 0.95
|
||||
: Now with custom icon font using only entypo icons necessary. Eliminated one one request and reduced the font-file to 9kb. You can easily customize the font yourself using [Font Custom][7] and the included `fontcustom.yml` in `assets/fonts/`.
|
||||
|
||||
2015-01-12 // Version 0.94
|
||||
: Added Windows 8-Tile in `config.yml` and `header.html`. Added `_config_dev.yml` for easier local development. Use `jekyll serve --config _config.yml,_config_dev.yml` to overwrite `url`-settings of the main configuration. Added `_data/network.yml` to customize links in the footer-area. Now with 404-page and a google-powered search.
|
||||
|
||||
|
@ -59,7 +62,7 @@ permalink: "/changelog/"
|
|||
[4]: {{ site.url }}/design/gallery/
|
||||
[5]: {{ site.url }}/design/video/
|
||||
[6]: https://www.google.de/maps/place/Strandpaviljoen+Joep+B.V./@51.9960733,5.830135,6z/data=!4m2!3m1!1s0x47cf5918df69093b:0x7c11ab31102c1c8a
|
||||
[7]: #
|
||||
[7]: fontcustom.com
|
||||
[8]: #
|
||||
[9]: #
|
||||
[10]: #
|
|
@ -3,7 +3,7 @@ layout: page
|
|||
title: "About"
|
||||
subheadline: "Why another Jekyll Theme?"
|
||||
description: "Since years I am programming and designing websites. I love to work with open source tools and learn via code from others. This time I want to try to give something back..."
|
||||
permalink: "/about/"
|
||||
permalink: "/info/"
|
||||
---
|
||||
...and learn at the same time.
|
||||
|
|
@ -10,17 +10,17 @@ permalink: "/roadmap/"
|
|||
|
||||
## ToDo
|
||||
|
||||
* Additional [header]({{ site.url }}/headers/) with text
|
||||
* Produce an introduction video to showcase *Feeling Responsive*
|
||||
* Rework `list-entries.html` › english translation and links
|
||||
* [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,...
|
||||
* Produce some small tutorials to show features and how to customize *Feeling Responsive*
|
||||
* Show how to use [Entypo-Icons](http://entypo.com)
|
||||
|
||||
## Done
|
||||
|
||||
* <s>Rework `list-entries.html` › now language ready</s>
|
||||
* [<s>Create custom 404.html-webpage</s>](https://help.github.com/articles/custom-404-pages/)
|
||||
* [<s>Add simple search box with Google</s>](http://truongtx.me/2012/12/28/jekyll-create-simple-search-box/)
|
||||
* <s>Alternative non-landscape header</s>
|
||||
|
|
Reference in a new issue