diff --git a/Gemfile b/Gemfile index 82f3b68..76a457d 100644 --- a/Gemfile +++ b/Gemfile @@ -2,3 +2,4 @@ source "https://rubygems.org" gemspec gem "kramdown-parser-gfm" gem "webrick" +gem "jekyll-sitemap" diff --git a/Gemfile.lock b/Gemfile.lock index 97aed4c..a388ad7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -49,6 +49,8 @@ GEM jekyll-paginate (1.1.0) jekyll-sass-converter (1.5.2) sass (~> 3.4) + jekyll-sitemap (1.4.0) + jekyll (>= 3.7, < 5.0) jekyll-watch (2.2.1) listen (~> 3.0) kramdown (2.4.0) @@ -88,6 +90,7 @@ PLATFORMS DEPENDENCIES bundler (~> 2.2.33) + jekyll-sitemap jekyll-theme-blackdoc! kramdown-parser-gfm webrick diff --git a/README.md b/README.md index 011f27d..c8cbb25 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # TheRomanXpl0it - Website | | | | ------- | --------------------------------- | -| Website | https://theromanxpl0it.github.io/ | +| Website | https://theromanxpl0.it | | CTFtime | https://ctftime.org/team/46516 | | Twitter | https://twitter.com/TheRomanXpl0it | | Mail | theromanxpl0it@gmail.com |