sitemap gem ⬆️ 📦
This commit is contained in:
parent
2487fd5189
commit
275a95cac4
5 changed files with 9 additions and 0 deletions
3
Gemfile
3
Gemfile
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@ markdown: kramdown
|
|||
theme: minima
|
||||
gems:
|
||||
- jekyll-feed
|
||||
- jekyll-sitemap
|
||||
|
||||
sass:
|
||||
sass_dir: css/partials
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
layout: page
|
||||
comments: false
|
||||
sitemap: false
|
||||
---
|
||||
|
||||
<div class="container">
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ layout: page
|
|||
comments: true
|
||||
title: TestPolicy
|
||||
permalink: /:path/:basename/
|
||||
sitemap: false
|
||||
---
|
||||
|
||||
<div class="container-fluid">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue