Skip to content

Commit

Permalink
Add RSS feeds with jekyll-feed #13
Browse files Browse the repository at this point in the history
  • Loading branch information
jberglinds authored and aronstrandberg committed Mar 8, 2017
1 parent 9cdcf44 commit be2b1d7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ end

group :jekyll_plugins do
gem "octopress-autoprefixer"
gem 'jekyll-feed'
end
5 changes: 4 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ GEM
pathutil (~> 0.9)
rouge (~> 1.7)
safe_yaml (~> 1.0)
jekyll-feed (0.9.1)
jekyll (~> 3.3)
jekyll-sass-converter (1.5.0)
sass (~> 3.4)
jekyll-watch (1.5.0)
Expand Down Expand Up @@ -99,6 +101,7 @@ DEPENDENCIES
guard
guard-livereload
jekyll (>= 3.1.2)
jekyll-feed
kramdown
octopress-autoprefixer
puma
Expand All @@ -107,4 +110,4 @@ DEPENDENCIES
thin

BUNDLED WITH
1.14.5
1.14.6
1 change: 1 addition & 0 deletions _includes/head.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
{% feed_meta | markdownify %}

<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
{% if page.secret %}
Expand Down

0 comments on commit be2b1d7

Please sign in to comment.