Skip to content

Commit

Permalink
Added Common Plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Mitchell committed May 31, 2016
1 parent eea52e2 commit c20150d
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 30 deletions.
5 changes: 5 additions & 0 deletions Gemfile
@@ -0,0 +1,5 @@
source 'https://rubygems.org'

gem 'jekyll'
gem 'jekyll-feed'
gem 'jekyll-sitemap'
43 changes: 43 additions & 0 deletions Gemfile.lock
@@ -0,0 +1,43 @@
GEM
remote: https://rubygems.org/
specs:
colorator (0.1)
ffi (1.9.10)
jekyll (3.1.6)
colorator (~> 0.1)
jekyll-sass-converter (~> 1.0)
jekyll-watch (~> 1.1)
kramdown (~> 1.3)
liquid (~> 3.0)
mercenary (~> 0.3.3)
rouge (~> 1.7)
safe_yaml (~> 1.0)
jekyll-feed (0.5.1)
jekyll-sass-converter (1.4.0)
sass (~> 3.4)
jekyll-sitemap (0.10.0)
jekyll-watch (1.4.0)
listen (~> 3.0, < 3.1)
kramdown (1.11.1)
liquid (3.0.6)
listen (3.0.8)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
mercenary (0.3.6)
rb-fsevent (0.9.7)
rb-inotify (0.9.7)
ffi (>= 0.5.0)
rouge (1.10.1)
safe_yaml (1.0.4)
sass (3.4.22)

PLATFORMS
ruby

DEPENDENCIES
jekyll
jekyll-feed
jekyll-sitemap

BUNDLED WITH
1.11.2
5 changes: 5 additions & 0 deletions _config.yml
Expand Up @@ -33,3 +33,8 @@ exclude:
- README.md
- CNAME
- node_modules

# Plugin settings
gems:
- jekyll-feed
- jekyll-sitemap
2 changes: 2 additions & 0 deletions _includes/head.html
Expand Up @@ -9,4 +9,6 @@
<link rel="stylesheet" href="{{ "/assets/css/main.css" | prepend: site.baseurl }}">
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}">

{% feed_meta %}
</head>
30 changes: 0 additions & 30 deletions feed.xml

This file was deleted.

0 comments on commit c20150d

Please sign in to comment.