More missing bits for the theme
This commit is contained in:
		
					parent
					
						
							
								0693a85c3f
							
						
					
				
			
			
				commit
				
					
						f615dcc711
					
				
			
		
					 14 changed files with 496 additions and 0 deletions
				
			
		
							
								
								
									
										209
									
								
								_config.yml
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										209
									
								
								_config.yml
									
										
									
									
									
										Normal file
									
								
							|  | @ -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 <title> 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  | ||||
| # | ||||
| 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 | ||||
| 
 | ||||
							
								
								
									
										9
									
								
								_config_dev.yml
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								_config_dev.yml
									
										
									
									
									
										Normal file
									
								
							|  | @ -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/" | ||||
							
								
								
									
										23
									
								
								_drafts/gallery.md
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										23
									
								
								_drafts/gallery.md
									
										
									
									
									
										Normal file
									
								
							|  | @ -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> | ||||
							
								
								
									
										39
									
								
								_drafts/page_all_frontmatter.md
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										39
									
								
								_drafts/page_all_frontmatter.md
									
										
									
									
									
										Normal file
									
								
							|  | @ -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 | ||||
| --- | ||||
| 
 | ||||
							
								
								
									
										8
									
								
								_drafts/page_simple.md
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								_drafts/page_simple.md
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,8 @@ | |||
| --- | ||||
| layout: page | ||||
| title:  | ||||
| teaser:  | ||||
| permalink: | ||||
| header: no | ||||
| --- | ||||
| 
 | ||||
							
								
								
									
										32
									
								
								_drafts/page_with_image.md
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										32
									
								
								_drafts/page_with_image.md
									
										
									
									
									
										Normal file
									
								
							|  | @ -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]: # | ||||
							
								
								
									
										31
									
								
								_drafts/page_with_table_of_contents.md
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										31
									
								
								_drafts/page_with_table_of_contents.md
									
										
									
									
									
										Normal file
									
								
							|  | @ -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 --> | ||||
| 
 | ||||
							
								
								
									
										12
									
								
								_drafts/page_without_image.md
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								_drafts/page_without_image.md
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,12 @@ | |||
| --- | ||||
| layout: page | ||||
| title: | ||||
| subheadline: | ||||
| teaser: | ||||
| meta_description: | ||||
| permalink: | ||||
| categories: | ||||
|     -  | ||||
| tags: | ||||
|     -  | ||||
| --- | ||||
							
								
								
									
										31
									
								
								_drafts/post_with_image.md
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										31
									
								
								_drafts/post_with_image.md
									
										
									
									
									
										Normal file
									
								
							|  | @ -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]: # | ||||
							
								
								
									
										26
									
								
								_drafts/post_without_image.md
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										26
									
								
								_drafts/post_without_image.md
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,26 @@ | |||
| --- | ||||
| layout: post | ||||
| title: | ||||
| subheadline: | ||||
| meta_description: | ||||
| description: | ||||
| categories: | ||||
|     -  | ||||
| tags: | ||||
|     -  | ||||
| --- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  [1]: # | ||||
|  [2]: # | ||||
|  [3]: # | ||||
|  [4]: # | ||||
|  [5]: # | ||||
|  [6]: # | ||||
|  [7]: # | ||||
|  [8]: # | ||||
|  [9]: # | ||||
|  [10]: # | ||||
							
								
								
									
										18
									
								
								_drafts/video.md
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								_drafts/video.md
									
										
									
									
									
										Normal file
									
								
							|  | @ -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: "" | ||||
| --- | ||||
							
								
								
									
										29
									
								
								archive.html
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										29
									
								
								archive.html
									
										
									
									
									
										Normal file
									
								
							|  | @ -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 --> | ||||
							
								
								
									
										20
									
								
								feed.xml
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								feed.xml
									
										
									
									
									
										Normal file
									
								
							|  | @ -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 }}</title> | ||||
|     <description>{{ site.description | xml_escape }}</description> | ||||
|     <link>{{ site.url }}{{ site.baseurl }}/</link> | ||||
|     <atom:link href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}" rel="self" type="application/rss+xml" /> | ||||
|     {% for post in site.posts limit:10 %} | ||||
|       <item> | ||||
|         <title>{{ post.title | xml_escape }}</title> | ||||
|         <description>{{ post.content | xml_escape }}</description> | ||||
|         <pubDate>{{ post.date | date: "%a, %d %b %Y %H:%M:%S %z" }}</pubDate> | ||||
|         <link>{{ post.url | prepend: site.baseurl | prepend: site.url }}</link> | ||||
|         <guid isPermaLink="true">{{ post.url | prepend: site.baseurl | prepend: site.url }}</guid> | ||||
|       </item> | ||||
|     {% endfor %} | ||||
|   </channel> | ||||
| </rss> | ||||
							
								
								
									
										9
									
								
								index.html
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								index.html
									
										
									
									
									
										Normal file
									
								
							|  | @ -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" | ||||
| --- | ||||
| 
 | ||||
		Reference in a new issue