Skip to content

Commit 8f88813

Browse files
committed
Add Sitemap Plugin
Enables faster search engine indexing
1 parent dbae4d1 commit 8f88813

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
source 'https://rubygems.org'
22

33
gem 'github-pages', group: :jekyll_plugins
4+
gem "jekyll-sitemap", "~> 1.4", group: :jekyll_plugins
45

56
gem "webrick", "~> 1.8"

Gemfile.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ PLATFORMS
276276

277277
DEPENDENCIES
278278
github-pages
279+
jekyll-sitemap (~> 1.4)
279280
webrick (~> 1.8)
280281

281282
BUNDLED WITH

docs/_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ description: Documentation, specifications and code from the Security Working Gr
33
remote_theme: erlef/[email protected]
44
plugins:
55
- jekyll-remote-theme
6+
- jekyll-sitemap
67
defaults:
78
- scope:
89
path: "aegis/roadmap"

0 commit comments

Comments
 (0)