Skip to content

Commit

Permalink
Add sitemap plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
r10s committed Jun 2, 2017
1 parent bba1f10 commit 9b04f45
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ source "https://rubygems.org"
# gem "rails"
# see https://www.netlify.com/blog/2015/10/28/a-step-by-step-guide-jekyll-3.0-on-netlify/
gem "jekyll"
gem "jekyll-sitemap"
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ GEM
safe_yaml (~> 1.0)
jekyll-sass-converter (1.5.0)
sass (~> 3.4)
jekyll-sitemap (1.1.1)
jekyll (~> 3.3)
jekyll-watch (1.5.0)
listen (~> 3.0, < 3.1)
kramdown (1.13.2)
Expand All @@ -42,6 +44,7 @@ PLATFORMS

DEPENDENCIES
jekyll
jekyll-sitemap

BUNDLED WITH
1.11.2
4 changes: 4 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ defaults:
name: Delta Chat
description: Instant messanging based on email
url: https://delta.chat

# add plugins
gems:
- jekyll-sitemap

0 comments on commit 9b04f45

Please sign in to comment.