From 338863a586f8af8f42fcdacc9bdccca41f575e4d Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Wed, 19 Dec 2018 12:29:14 +0200 Subject: [PATCH] Enable sitemap.xml generation & reintroduce robots.txt --- _config.yml | 5 ++++- robots.txt | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 robots.txt diff --git a/_config.yml b/_config.yml index 5bcc16fe..ce7b8c2c 100644 --- a/_config.yml +++ b/_config.yml @@ -3,4 +3,7 @@ description: You are being watched! Knowledge, encryption and privacy tools to p url: "https://privacytools.io" sass: style: compressed - +plugins: + - jekyll-sitemap +sitemap: +file: "/sitemap.xml" diff --git a/robots.txt b/robots.txt new file mode 100644 index 00000000..bbc0e87c --- /dev/null +++ b/robots.txt @@ -0,0 +1,3 @@ +User-agent: * +Allow: / +Sitemap: https://privacytools.io/sitemap.xml