sitemap gem ⬆️ 📦

This commit is contained in:
Viren Mohindra 2017-02-03 13:55:15 -05:00
commit 275a95cac4
No known key found for this signature in database
GPG key ID: 6148352D8545AEF9
5 changed files with 9 additions and 0 deletions

View file

@ -14,6 +14,9 @@ gem "jekyll", "3.3.0"
# This is the default theme for new Jekyll sites. You may change this to anything you like.
gem "minima", "~> 2.0"
# sitemap
gem 'jekyll-sitemap'
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
# uncomment the line below. To upgrade, run `bundle update github-pages`.
# gem "github-pages", group: :jekyll_plugins

View file

@ -21,6 +21,8 @@ GEM
jekyll (~> 3.3)
jekyll-sass-converter (1.5.0)
sass (~> 3.4)
jekyll-sitemap (1.0.0)
jekyll (~> 3.3)
jekyll-watch (1.5.0)
listen (~> 3.0, < 3.1)
kramdown (1.13.0)
@ -47,6 +49,7 @@ PLATFORMS
DEPENDENCIES
jekyll (= 3.3.0)
jekyll-feed (~> 0.6)
jekyll-sitemap
minima (~> 2.0)
RUBY VERSION

View file

@ -27,6 +27,7 @@ markdown: kramdown
theme: minima
gems:
- jekyll-feed
- jekyll-sitemap
sass:
sass_dir: css/partials

View file

@ -1,6 +1,7 @@
---
layout: page
comments: false
sitemap: false
---
<div class="container">

View file

@ -3,6 +3,7 @@ layout: page
comments: true
title: TestPolicy
permalink: /:path/:basename/
sitemap: false
---
<div class="container-fluid">