Skip to content

Commit

Permalink
Add jekyll-sitemap plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Sep 19, 2020
1 parent 3cf4187 commit 979c321
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ source 'https://rubygems.org'

gem 'jekyll', '~> 4.1.1'
gem 'jekyll-seo-tag', '~> 2.6.1'
gem 'jekyll-sitemap', '~> 1.4.0'
gem 'wdm', '~> 0.1.1', :install_if => Gem.win_platform?
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ GEM
sassc (> 2.0.1, < 3.0)
jekyll-seo-tag (2.6.1)
jekyll (>= 3.3, < 5.0)
jekyll-sitemap (1.4.0)
jekyll (>= 3.7, < 5.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (2.3.0)
Expand Down Expand Up @@ -71,6 +73,7 @@ PLATFORMS
DEPENDENCIES
jekyll (~> 4.1.1)
jekyll-seo-tag (~> 2.6.1)
jekyll-sitemap (~> 1.4.0)
wdm (~> 0.1.1)

BUNDLED WITH
Expand Down
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ source: docs

plugins:
- jekyll-seo-tag
- jekyll-sitemap
5 changes: 5 additions & 0 deletions docs/robots.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
---
layout: null
---

# www.robotstxt.org/

# Allow crawling of all content
User-agent: *
Disallow:
Sitemap: {{ site.url }}/sitemap.xml

0 comments on commit 979c321

Please sign in to comment.