Skip to content

Commit c90934d

Browse files
committed
add feeling responsive
1 parent e26e677 commit c90934d

File tree

310 files changed

+48742
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

310 files changed

+48742
-0
lines changed

Gemfile

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
source 'https://rubygems.org'
2+
3+
gem 'jekyll'
4+
5+
group :jekyll_plugins do
6+
gem 'jekyll-gist'
7+
gem 'jekyll-paginate'
8+
gem "jekyll-asciidoc"
9+
end
10+
11+
gem 'asciidoctor', '~> 1.5.4'
12+
gem 'coderay', '1.1.1'
13+

Gemfile.lock

+84
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
addressable (2.5.2)
5+
public_suffix (>= 2.0.2, < 4.0)
6+
asciidoctor (1.5.8)
7+
coderay (1.1.1)
8+
colorator (1.1.0)
9+
concurrent-ruby (1.1.4)
10+
em-websocket (0.5.1)
11+
eventmachine (>= 0.12.9)
12+
http_parser.rb (~> 0.6.0)
13+
eventmachine (1.2.7)
14+
faraday (0.15.4)
15+
multipart-post (>= 1.2, < 3)
16+
ffi (1.10.0)
17+
forwardable-extended (2.6.0)
18+
http_parser.rb (0.6.0)
19+
i18n (0.9.5)
20+
concurrent-ruby (~> 1.0)
21+
jekyll (3.8.5)
22+
addressable (~> 2.4)
23+
colorator (~> 1.0)
24+
em-websocket (~> 0.5)
25+
i18n (~> 0.7)
26+
jekyll-sass-converter (~> 1.0)
27+
jekyll-watch (~> 2.0)
28+
kramdown (~> 1.14)
29+
liquid (~> 4.0)
30+
mercenary (~> 0.3.3)
31+
pathutil (~> 0.9)
32+
rouge (>= 1.7, < 4)
33+
safe_yaml (~> 1.0)
34+
jekyll-asciidoc (2.1.1)
35+
asciidoctor (>= 1.5.0)
36+
jekyll (>= 2.3.0)
37+
jekyll-gist (1.5.0)
38+
octokit (~> 4.2)
39+
jekyll-paginate (1.1.0)
40+
jekyll-sass-converter (1.5.2)
41+
sass (~> 3.4)
42+
jekyll-watch (2.1.2)
43+
listen (~> 3.0)
44+
kramdown (1.17.0)
45+
liquid (4.0.1)
46+
listen (3.1.5)
47+
rb-fsevent (~> 0.9, >= 0.9.4)
48+
rb-inotify (~> 0.9, >= 0.9.7)
49+
ruby_dep (~> 1.2)
50+
mercenary (0.3.6)
51+
multipart-post (2.0.0)
52+
octokit (4.13.0)
53+
sawyer (~> 0.8.0, >= 0.5.3)
54+
pathutil (0.16.2)
55+
forwardable-extended (~> 2.6)
56+
public_suffix (3.0.3)
57+
rb-fsevent (0.10.3)
58+
rb-inotify (0.10.0)
59+
ffi (~> 1.0)
60+
rouge (3.3.0)
61+
ruby_dep (1.5.0)
62+
safe_yaml (1.0.4)
63+
sass (3.7.3)
64+
sass-listen (~> 4.0.0)
65+
sass-listen (4.0.0)
66+
rb-fsevent (~> 0.9, >= 0.9.4)
67+
rb-inotify (~> 0.9, >= 0.9.7)
68+
sawyer (0.8.1)
69+
addressable (>= 2.3.5, < 2.6)
70+
faraday (~> 0.8, < 1.0)
71+
72+
PLATFORMS
73+
ruby
74+
75+
DEPENDENCIES
76+
asciidoctor (~> 1.5.4)
77+
coderay (= 1.1.1)
78+
jekyll
79+
jekyll-asciidoc
80+
jekyll-gist
81+
jekyll-paginate
82+
83+
BUNDLED WITH
84+
1.17.1

LICENSE

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2014 Moritz »mo.« Sauer // Phlow.de
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

+69
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
## You like and use this theme? Then support me. Just [paypal.me/PhlowMedia](https://www.paypal.me/PhlowMedia) :)
2+
3+
[![Flattr this git repo](http://api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/submit/auto?user_id=Phlow&url=https://github.com/Phlow/feeling-responsive&title=Support%20Feeling%20Responsive%20Jekyll%20Theme&language=en_GB&tags=github,jekyll,theme,webdesign&category=software)
4+
5+
6+
# Newsletter: Stay in Touch for Future Updates
7+
8+
If you are a webdesigner interested in Jekyll, the static website generator, this little newsletter is for you. I share tutorials, clever code snippets and information about my own Jekyll Themes called [*Feeling Responsive*][7] and [*Simplicity*][8]. Please don't expect weekly emails :)
9+
10+
[![Subscribe to Jekyll Newsletter](https://phlow.github.io/static/tinyletter_subscribe_button.png)](https://tinyletter.com/feeling-responsive)
11+
12+
13+
[![Start Video](https://github.com/Phlow/feeling-responsive/blob/gh-pages/images/video-feeling-responsive-1280x720.jpg)](https://www.youtube.com/embed/3b5zCFSmVvU)
14+
15+
## A Responsive Jekyll Theme: *Feeling Responsive*
16+
17+
Do you want to get to know *Feeling Responsive*? Than check it out first and have a look on its home at <http://phlow.github.io/feeling-responsive/>.
18+
19+
To get to know *Feeling Responsive* check out all the features explained in the [documentation][1].
20+
21+
And what license is *Feeling Responsive* released under? [This one][2].
22+
23+
24+
25+
## Why use this theme?
26+
27+
Feeling Responsive is heavily customizable.
28+
29+
1. Language-Support :)
30+
2. Optimized for speed and it's responsive.
31+
3. Built on Foundation Framework.
32+
4. Six different Headers.
33+
5. Customizable navigation, footer,...
34+
35+
**[More ›][3]**
36+
37+
38+
39+
## Changelog
40+
41+
*Feeling Responsive* is in active development. Thank you to everyone who contributed, especially [Róbert Papp][5], [Alexandra von Criegern](https://github.com/plutonik-a) and [Juan Jose Amor Iglesias](https://github.com/jjamor).
42+
43+
**[Read Changelog ›][6]**
44+
45+
46+
47+
## Video Tutorial
48+
49+
Click the image to [watch the YouTube-Video-Tutorial][4].
50+
51+
[![Start Video](https://github.com/Phlow/feeling-responsive/blob/gh-pages/images/video-feeling-responsive-tutorial-frontpage.jpg)](https://www.youtube.com/watch?v=rLS-BEvlEyY)
52+
53+
54+
55+
56+
57+
58+
59+
60+
[1]: http://phlow.github.io/feeling-responsive/documentation/
61+
[2]: https://github.com/Phlow/feeling-responsive/blob/gh-pages/LICENSE
62+
[3]: http://phlow.github.io/feeling-responsive/info/
63+
[4]: https://www.youtube.com/watch?v=rLS-BEvlEyY
64+
[5]: https://github.com/TWiStErRob
65+
[6]: https://phlow.github.io/feeling-responsive/changelog/
66+
[7]: http://phlow.github.io/feeling-responsive/
67+
[8]: http://phlow.github.io/simplicity/
68+
[9]: #
69+
[10]: #

0 commit comments

Comments
 (0)