From 922574b6a5bd06d86ea123c20e32e9952f00493c Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Tue, 8 Jan 2019 13:57:53 -0500 Subject: [PATCH] generate sitemap (totally useless ATM) --- config.toml | 5 ++++- content/notes/asdf.md | 8 -------- static/robots.txt | 2 ++ 3 files changed, 6 insertions(+), 9 deletions(-) delete mode 100644 content/notes/asdf.md diff --git a/config.toml b/config.toml index 32e06bd4..3570f454 100644 --- a/config.toml +++ b/config.toml @@ -4,8 +4,11 @@ title = "Jake Jarvis" disableHugoGeneratorInject = true -disableKinds = ["taxonomy", "taxonomyTerm", "sitemap", "RSS"] +disableKinds = ["taxonomy", "taxonomyTerm", "RSS"] [taxonomies] tag = "" category = "" + +[sitemap] + filename = "sitemap.xml" \ No newline at end of file diff --git a/content/notes/asdf.md b/content/notes/asdf.md deleted file mode 100644 index ce2757bc..00000000 --- a/content/notes/asdf.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Asdf" -slug: "asdf-hello-world" -date: 2018-08-03T19:04:31-04:00 -draft: false ---- - -asdfasdfasdf \ No newline at end of file diff --git a/static/robots.txt b/static/robots.txt index 9f4fa67d..5beb0e1d 100644 --- a/static/robots.txt +++ b/static/robots.txt @@ -1,3 +1,5 @@ User-Agent: * Disallow: /y2k/ Disallow: /comp20/ + +Sitemap: https://jarv.is/sitemap.xml \ No newline at end of file