Skip to content

Commit

Permalink
Merge pull request #45 from ChristianMurphy/seo-optimization
Browse files Browse the repository at this point in the history
SEO Optmization
  • Loading branch information
ChristianMurphy committed Sep 8, 2019
2 parents 4635719 + 441f1b6 commit af560aa
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Expand Up @@ -19,7 +19,8 @@ gem "github-pages", group: :jekyll_plugins

# If you have any plugins, put them here!
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.6"
gem "jekyll-seo-tag", "~> 2.5.0"
gem "jekyll-sitemap", "~> 1.2.0"
end

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
Expand Down
5 changes: 3 additions & 2 deletions Gemfile.lock
Expand Up @@ -243,8 +243,9 @@ PLATFORMS

DEPENDENCIES
github-pages
jekyll-feed (~> 0.6)
jekyll-seo-tag (~> 2.5.0)
jekyll-sitemap (~> 1.2.0)
tzinfo-data

BUNDLED WITH
1.17.1
1.17.3
8 changes: 8 additions & 0 deletions _config.yml
@@ -1,3 +1,11 @@
theme: jekyll-theme-slate
title: openEQUELLA
description: A digital repository providing a single platform to house your teaching and learning, research, media, and library content.

plugins:
- jekyll-sitemap
- jekyll-seo-tag

twitter:
username: equella
card: summary

0 comments on commit af560aa

Please sign in to comment.