Skip to content

Commit

Permalink
Merge pull request #1929 from fatso83/add-sitemap
Browse files Browse the repository at this point in the history
Add a sitemap for SEO
  • Loading branch information
fatso83 authored Oct 13, 2018
2 parents 3e9ad9c + 5f3eb35 commit b40ee1a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
source 'https://rubygems.org'
gem 'github-pages', group: :jekyll_plugins
gem "jekyll", "~> 3.7"
gem 'jekyll-sitemap'
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ PLATFORMS
DEPENDENCIES
github-pages
jekyll (~> 3.7)
jekyll-sitemap

BUNDLED WITH
1.16.4
1.16.6
1 change: 1 addition & 0 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ kramdown:
plugins:
- jekyll-feed
- jekyll-redirect-from
- jekyll-sitemap
keep_files:
- assets
- releases
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
"build": "run-p build-*",
"build-bundle": "node ./build.js",
"build-esm": "rollup -c",
"build-docs": "cd docs; bundle exec jekyll build",
"serve-docs": "cd docs; bundle exec jekyll serve --incremental --verbose",
"lint": "run-p lint-js lint-markdown",
"lint-js": "eslint '**/*.{js,mjs}'",
"lint-markdown": "find docs -type f -name '*.md' ! -name 'changelog.md' | xargs markdownlint",
Expand Down

0 comments on commit b40ee1a

Please sign in to comment.