mirror of
https://github.com/aquasecurity/kube-hunter.git
synced 2026-02-14 18:09:56 +00:00
Create a sitemap (#258)
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
source 'https://rubygems.org'
|
||||
gem 'github-pages', group: :jekyll_plugins
|
||||
gem 'github-pages', group: :jekyll_plugins
|
||||
gem 'jekyll-sitemap'
|
||||
@@ -244,6 +244,7 @@ PLATFORMS
|
||||
|
||||
DEPENDENCIES
|
||||
github-pages
|
||||
jekyll-sitemap
|
||||
|
||||
BUNDLED WITH
|
||||
1.17.2
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user