Create a sitemap (#258)

This commit is contained in:
Anuj Singh
2019-11-06 01:18:05 +05:30
committed by Itay Shakury
parent efd23433ff
commit 67af48fa9a
3 changed files with 8 additions and 2 deletions

View File

@@ -1,2 +1,3 @@
source 'https://rubygems.org'
gem 'github-pages', group: :jekyll_plugins
gem 'github-pages', group: :jekyll_plugins
gem 'jekyll-sitemap'

View File

@@ -244,6 +244,7 @@ PLATFORMS
DEPENDENCIES
github-pages
jekyll-sitemap
BUNDLED WITH
1.17.2

View File

@@ -12,4 +12,8 @@ defaults:
scope:
path: "" # an empty string here means all files in the project
values:
layout: "default"
layout: "default"
url: "https://aquasecurity.github.io/kube-hunter"
plugins:
- jekyll-sitemap