From 75501f10c97bee3cf5a3a0c1459a27885915eeaf Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sun, 15 Oct 2017 11:19:23 +0200 Subject: [PATCH] sitemap added --- _config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_config.yml b/_config.yml index 51e7b38..ef46bb7 100755 --- a/_config.yml +++ b/_config.yml @@ -2,6 +2,7 @@ name: MISP - a threat information sharing platform description: MISP - a threat information sharing platform paginate: 10 baseurl: '' +url: 'https://www.misp-project.org' sass: sass_dir: assets/sass @@ -21,3 +22,4 @@ gems: - jekyll-toc - jekyll-feed - jekyll-paginate + - jekyll-sitemap