From f615dcc7111b8a8203b945a376c9ee04d49f5a7e Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Thu, 7 May 2015 07:32:59 +0200 Subject: [PATCH] More missing bits for the theme --- _config.yml | 209 +++++++++++++++++++++++++ _config_dev.yml | 9 ++ _drafts/gallery.md | 23 +++ _drafts/page_all_frontmatter.md | 39 +++++ _drafts/page_simple.md | 8 + _drafts/page_with_image.md | 32 ++++ _drafts/page_with_table_of_contents.md | 31 ++++ _drafts/page_without_image.md | 12 ++ _drafts/post_with_image.md | 31 ++++ _drafts/post_without_image.md | 26 +++ _drafts/video.md | 18 +++ archive.html | 29 ++++ feed.xml | 20 +++ index.html | 9 ++ 14 files changed, 496 insertions(+) create mode 100644 _config.yml create mode 100644 _config_dev.yml create mode 100644 _drafts/gallery.md create mode 100644 _drafts/page_all_frontmatter.md create mode 100644 _drafts/page_simple.md create mode 100644 _drafts/page_with_image.md create mode 100644 _drafts/page_with_table_of_contents.md create mode 100644 _drafts/page_without_image.md create mode 100644 _drafts/post_with_image.md create mode 100644 _drafts/post_without_image.md create mode 100644 _drafts/video.md create mode 100644 archive.html create mode 100644 feed.xml create mode 100644 index.html diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..cd44726 --- /dev/null +++ b/_config.yml @@ -0,0 +1,209 @@ +# ASCII-Font › http://patorjk.com/software/taag/#p=display&f=Slant&t=Phlow +# +# _____ _ __ _____ __ __ _ +# / ___/(_) /____ / ___/___ / /_/ /_(_)___ ____ ______ +# \__ \/ / __/ _ \ \__ \/ _ \/ __/ __/ / __ \/ __ `/ ___/ +# ___/ / / /_/ __/ ___/ / __/ /_/ /_/ / / / / /_/ (__ ) +# /____/_/\__/\___/ /____/\___/\__/\__/_/_/ /_/\__, /____/ +# /____/ +# +# Title of your website +title: "Feeling Responsive" + + +# The slogan describes your website and is used on homepage in and other important places +slogan: "A Flexible Theme for Jekyll" + + +# The description is used on homepage and in the footer to quickly describe your website. Use a maximum of 150 characters for SEO-purposes. +description: "»Feeling Responsive« is a responsive theme for Jekyll based on the fabulous foundation framework with beautiful typography and a bright color palette." + + +# This URL is the main adresse. Don't include a slash at the end. +# +url: "https://phlow.github.io/feeling-responsive" +baseurl: "" + +# This is for the editing function in _/includes/improve_content.html +# Leave it empty if your site is not on GitHub/GitHub Pages +improve_content: https://github.com/Phlow/feeling-responsive/edit/gh-pages + +# This URL points directly to the images directory making +# things easier to link to images in posts and templates. It needs a slash. +# +# Example: <img src="{{ site.urlimg }}/{{ post.image.title }}"> +# Markdown-Example for posts ![Image Text]({{ site.urlimg }}/image.jpg) +# +urlimg: "http://phlow.github.io/feeling-responsive/images/" + + +# Logo size is 600x80 pixels +logo: "logo.png" + + +# Paginates all X entries +paginate: 5 + + +# Pagination path › Important for blog page in /blog/ to work +paginate_path: "/page:num" +# Blog root: keep a slash here +blog_root: / + +# Theme works best with Kramdown (using the table of contents function) +markdown: kramdown +permalink: /:categories/:title/ +highlight: pygments +excerpt_separator: "\n\n" +exclude: [] +include: ['.htaccess'] + + +# The language setting is used in /includes/header.html for html-settings +language: "en" + +# Exclude these files from your production _site +exclude: + - Gemfile + - Gemfile.lock + - LICENSE + - README.md + + +# +# ____ ____ ____ +# / __ \___ / __/___ ___ __/ / /_ +# / / / / _ \/ /_/ __ `/ / / / / __/ +# / /_/ / __/ __/ /_/ / /_/ / / /_ +# /_____/\___/_/ \__,_/\__,_/_/\__/ +# +# Default Settings + +defaults: + - + scope: + path: "" # an empty string here means all files in the project + type: "pages" + values: + show_meta: true # Show metadata beneath all pages + # sidebar: # Possible values › left, right › by default there will be no sidebar + comments: false + author: "your_author_name" + - + scope: + path: "" + type: "posts" + values: + show_meta: true # Show metadata beneath all posts + # sidebar: # Possible values › left, right › by default there will be no sidebar + comments: false + author: "your_author_name" + + + +# _ __ _ __ _ +# / | / /___ __ __(_)___ _____ _/ /_(_)___ ____ +# / |/ / __ `/ | / / / __ `/ __ `/ __/ / __ \/ __ \ +# / /| / /_/ /| |/ / / /_/ / /_/ / /_/ / /_/ / / / / +# /_/ |_/\__,_/ |___/_/\__, /\__,_/\__/_/\____/_/ /_/ +# /____/ +# +# Open _data/navigation.yml to adjust the left and right topbar navigation +# + + + +# _____ __________ +# / ___// ____/ __ \ +# \__ \/ __/ / / / / +# ___/ / /___/ /_/ / +# /____/_____/\____/ Verify Website to Webmaster Tools + +google_author: "https://plus.google.com/u/0/118311555303973066167" +google_site_verification: "Vk0IOJ2jwG_qEoG7fuEXYqv0m2rLa8P778Fi_GrsgEQ" +bing_webmastertools_id: "0FB4C028ABCF07C908C54386ABD2D97F" +# alexa_verify_id: "" + + + +# ______ _ +# / ____/___ __ __(_)________ ____ _____ +# / /_ / __ `/ | / / / ___/ __ \/ __ \/ ___/ +# / __/ / /_/ /| |/ / / /__/ /_/ / / / (__ ) +# /_/ \__,_/ |___/_/\___/\____/_/ /_/____/ Favicon-Crap: Favicons, Chrome, Android & Apple Touch Buttons +# More information » https://mathiasbynens.be/notes/touch-icons + +favicon-32x32: "favicon-32x32.png" +touch-icon-192x192: "touch-icon-192x192.png" +apple-touch-icon-180x180-precomposed: "apple-touch-icon-180x180-precomposed.png" +apple-touch-icon-152x152-precomposed: "apple-touch-icon-152x152-precomposed.png" +apple-touch-icon-144x144-precomposed: "apple-touch-icon-144x144-precomposed.png" +apple-touch-icon-120x120-precomposed: "apple-touch-icon-120x120-precomposed.png" +apple-touch-icon-114x114-precomposed: "apple-touch-icon-114x114-precomposed.png" +apple-touch-icon-76x76-precomposed: "apple-touch-icon-76x76-precomposed.png" +apple-touch-icon-72x72-precomposed: "apple-touch-icon-72x72-precomposed.png" +apple-touch-icon-precomposed: "apple-touch-icon-precomposed.png" +msapplication_tileimage: "msapplication_tileimage.png" # Size 144x144 +msapplication_tilecolor: "#fabb00" + + +# ______ __ __ +# / ____/___ _________ / /_ ____ ____ / /__ +# / /_ / __ `/ ___/ _ \/ __ \/ __ \/ __ \/ //_/ +# / __/ / /_/ / /__/ __/ /_/ / /_/ / /_/ / ,< +# /_/ \__,_/\___/\___/_.___/\____/\____/_/|_| Facebook-Optimization › http://j.mp/fb_optimize + +og_image: "http://images.phlow.de/phlow/phlow_de-logo-512x.png" +og_locale: "en_EN" +og_type: "website" +og_title: "Feeling Responsive – A Responsive Theme for Jekyll" +og_description: "Feeling Responsive is built on the fabulous Foundation Framework and comes with lots of features to show your content right." +# og_url: "" +# og_site_name: "" + + +# _____ _ __ __ ___ ___ +# / ___/____ _____(_)___ _/ / / |/ /__ ____/ (_)___ _ +# \__ \/ __ \/ ___/ / __ `/ / / /|_/ / _ \/ __ / / __ `/ +# ___/ / /_/ / /__/ / /_/ / / / / / / __/ /_/ / / /_/ / +# /____/\____/\___/_/\__,_/_/ /_/ /_/\___/\__,_/_/\__,_/ +# +# Open _data/socialmedia.yml to adjust the left and right topbar navigation +# + + +# ____ _ +# / __ \(_)________ ___ _______ +# / / / / / ___/ __ `/ / / / ___/ +# / /_/ / (__ ) /_/ / /_/ (__ ) +# /_____/_/____/\__, /\__,_/____/ +# /_/ +# +# used in _includes/comments.html + +disqus_shortname: feelingresponsive + + +# _____ +# / ___/____ ___________ +# \__ \/ __ `/ ___/ ___/ +# ___/ / /_/ (__ |__ ) More › http://sass-lang.com/ +# /____/\__,_/____/____/ More › http://jekyllrb.com/docs/assets/#sassscss +# + +sass: + sass_dir: _sass + style: :compressed + + +# ___ __ __ _ +# / | ____ ____ _/ /_ __/ /_(_)_________ +# / /| | / __ \/ __ `/ / / / / __/ / ___/ ___/ +# / ___ |/ / / / /_/ / / /_/ / /_/ / /__(__ ) +# /_/ |_/_/ /_/\__,_/_/\__, /\__/_/\___/____/ https://www.google.com/analytics/ +# /____/ +# +# used in _includes/footer_scripts.html + +google_analytics_tracking_id: UA-60112281-1 + diff --git a/_config_dev.yml b/_config_dev.yml new file mode 100644 index 0000000..0855d45 --- /dev/null +++ b/_config_dev.yml @@ -0,0 +1,9 @@ +# +# This config-file is only needed for development. Instead of changing the url +# everytime you work locally on the project, you start both config-files, overwriting +# the first one with the development variables needed. +# +# Start development with › $ jekyll serve --config _config.yml,_config_dev.yml + +url: "http://localhost:4000" +urlimg: "http://localhost:4000/images/" diff --git a/_drafts/gallery.md b/_drafts/gallery.md new file mode 100644 index 0000000..06af569 --- /dev/null +++ b/_drafts/gallery.md @@ -0,0 +1,23 @@ +--- +layout: page +subheadline: +title: +teaser: +meta_description: +permalink: +categories: + - +tags: + - +image: + thumb: +--- + +<ul class="clearing-thumbs small-block-grid-3" data-clearing> + <li><a href="{{ site.urlimg }}_1.jpg"><img data-caption="" class="th" src="{{ site.urlimg }}thumb.jpg"></a></li> + <li><a href="{{ site.urlimg }}_2.jpg"><img data-caption="" class="th" src="{{ site.urlimg }}thumb.jpg"></a></li> + <li><a href="{{ site.urlimg }}_3.jpg"><img data-caption="" class="th" src="{{ site.urlimg }}thumb.jpg"></a></li> + <li><a href="{{ site.urlimg }}_4.jpg"><img data-caption="" class="th" src="{{ site.urlimg }}thumb.jpg"></a></li> + <li><a href="{{ site.urlimg }}_5.jpg"><img data-caption="" class="th" src="{{ site.urlimg }}thumb.jpg"></a></li> + <li><a href="{{ site.urlimg }}_6.jpg"><img data-caption="" class="th" src="{{ site.urlimg }}thumb.jpg"></a></li> +</ul> diff --git a/_drafts/page_all_frontmatter.md b/_drafts/page_all_frontmatter.md new file mode 100644 index 0000000..b88b581 --- /dev/null +++ b/_drafts/page_all_frontmatter.md @@ -0,0 +1,39 @@ +--- +layout: page +subheadline: +title: +teaser: +meta_title: # SEO: Overwrites title in <head> if needed +meta_description: +permalink: +categories: + - +tags: + - +header: no +header: + image_fullwidth: + image: + pattern: + color: + background-color: "#fabb00" + title: + caption: + caption_url: +image: + title: + homepage: + thumb: + caption: + caption_url: +iframe: "" +video: + embedURL: "" + contentURL: "" + thumbnailUrl: "" +show_meta: false +sidebar: left +comments: true +breadcrumb: true +--- + diff --git a/_drafts/page_simple.md b/_drafts/page_simple.md new file mode 100644 index 0000000..f694652 --- /dev/null +++ b/_drafts/page_simple.md @@ -0,0 +1,8 @@ +--- +layout: page +title: +teaser: +permalink: +header: no +--- + diff --git a/_drafts/page_with_image.md b/_drafts/page_with_image.md new file mode 100644 index 0000000..67cfc42 --- /dev/null +++ b/_drafts/page_with_image.md @@ -0,0 +1,32 @@ +--- +layout: page +subheadline: +title: +teaser: +meta_description: +permalink: +categories: + - +tags: + - +image: + title: + thumb: + homepage: + caption: + caption_url: +--- + + + + + [1]: # + [2]: # + [3]: # + [4]: # + [5]: # + [6]: # + [7]: # + [8]: # + [9]: # + [10]: # \ No newline at end of file diff --git a/_drafts/page_with_table_of_contents.md b/_drafts/page_with_table_of_contents.md new file mode 100644 index 0000000..7b2d232 --- /dev/null +++ b/_drafts/page_with_table_of_contents.md @@ -0,0 +1,31 @@ +--- +layout: page-fullwidth +subheadline: +title: +teaser: +meta_description: +permalink: +categories: + - +tags: + - +--- +<div class="row"> +<div class="medium-4 medium-push-8 columns" markdown="1"> +<div class="panel radius" markdown="1"> +**Inhalt** +{: #toc } +* TOC +{:toc} +</div> +</div><!-- /.medium-4.columns --> + + + +<div class="medium-8 medium-pull-4 columns" markdown="1"> + + + +</div><!-- /.medium-8.columns --> +</div><!-- /.row --> + diff --git a/_drafts/page_without_image.md b/_drafts/page_without_image.md new file mode 100644 index 0000000..2eb198d --- /dev/null +++ b/_drafts/page_without_image.md @@ -0,0 +1,12 @@ +--- +layout: page +title: +subheadline: +teaser: +meta_description: +permalink: +categories: + - +tags: + - +--- diff --git a/_drafts/post_with_image.md b/_drafts/post_with_image.md new file mode 100644 index 0000000..ede0fc4 --- /dev/null +++ b/_drafts/post_with_image.md @@ -0,0 +1,31 @@ +--- +layout: post +title: "" +subheadline: "" +meta_description: "" +teaser: "" +categories: + - +tags: + - +image: + header: "" + thumb: "" + homepage: "" + caption: "" + url: "" +--- + + + + + [1]: # + [2]: # + [3]: # + [4]: # + [5]: # + [6]: # + [7]: # + [8]: # + [9]: # + [10]: # \ No newline at end of file diff --git a/_drafts/post_without_image.md b/_drafts/post_without_image.md new file mode 100644 index 0000000..ee271b5 --- /dev/null +++ b/_drafts/post_without_image.md @@ -0,0 +1,26 @@ +--- +layout: post +title: +subheadline: +meta_description: +description: +categories: + - +tags: + - +--- + + + + + + [1]: # + [2]: # + [3]: # + [4]: # + [5]: # + [6]: # + [7]: # + [8]: # + [9]: # + [10]: # \ No newline at end of file diff --git a/_drafts/video.md b/_drafts/video.md new file mode 100644 index 0000000..8adcbf8 --- /dev/null +++ b/_drafts/video.md @@ -0,0 +1,18 @@ +--- +layout: video +subheadline: +title: +teaser: +meta_description: +permalink: +image: +categories: + - +tags: + - video +iframe: "<iframe width='970' height='546' src='//www.youtube.com/embed/WoHxoz_0ykI' frameborder='0' allowfullscreen></iframe>" +video: + embedURL: "" + contentURL: "" + thumbnailUrl: "" +--- diff --git a/archive.html b/archive.html new file mode 100644 index 0000000..db39eda --- /dev/null +++ b/archive.html @@ -0,0 +1,29 @@ +--- +layout: default +title: "Blog Archive" +teaser: "Check out all blog posts in my blog archive. Click on a headline to read the teaser." +breadcrumb: true +image: + header: header_unsplash_8.jpg +permalink: "archive/" +--- +<div id="blog-index" class="row"> + <div class="small-12 columns t30"> + <h1>{{ page.title }}</h1> + {% if page.teaser %}<p class="teaser">{{ page.teaser }}</p>{% endif %} + + <dl class="accordion" data-accordion> + {% assign counter = 1 %} + {% for post in site.posts limit:1000 %} + <dd class="accordion-navigation"> + <a href="#panel{{ counter }}"><span class="iconfont"></span> {% if post.subheadline %}{{ post.subheadline }} › {% endif %}<strong>{{ post.title }}</strong></a> + <div id="panel{{ counter }}" class="content"> + {% if post.meta_description %}{{ post.meta_description | strip_html | escape }}{% elsif post.teaser %}{{ post.teaser | strip_html | escape }}{% endif %} + <a href="{{ site.url }}{{ post.url }}" title="Read {{ post.title escape_once }}"><strong>{{ site.data.language.read_more }}</strong></a><br><br> + </div> + </dd> + {% assign counter=counter | plus:1 %} + {% endfor %} + </dl> + </div><!-- /.small-12.columns --> +</div><!-- /.row --> diff --git a/feed.xml b/feed.xml new file mode 100644 index 0000000..fcc9102 --- /dev/null +++ b/feed.xml @@ -0,0 +1,20 @@ +--- +--- +<?xml version="1.0" encoding="UTF-8"?> +<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> + <channel> + <title>{{ site.title | xml_escape }} + {{ site.description | xml_escape }} + {{ site.url }}{{ site.baseurl }}/ + + {% for post in site.posts limit:10 %} + + {{ post.title | xml_escape }} + {{ post.content | xml_escape }} + {{ post.date | date: "%a, %d %b %Y %H:%M:%S %z" }} + {{ post.url | prepend: site.baseurl | prepend: site.url }} + {{ post.url | prepend: site.baseurl | prepend: site.url }} + + {% endfor %} + + diff --git a/index.html b/index.html new file mode 100644 index 0000000..fd8f1f5 --- /dev/null +++ b/index.html @@ -0,0 +1,9 @@ +--- +layout: blog +title: "Blog" +teaser: "This is the Feeling Responsive Blog Template." +image: + header: "unsplash_6_bus_header.jpg" + thumb: "unsplash_6_bus_thumb.jpg" +--- +