diff --git a/config.toml b/config.toml index e3b28c7..e7ce23c 100644 --- a/config.toml +++ b/config.toml @@ -1,6 +1,7 @@ theme = "apollo" taxonomies = [{ name = "tags" }] title = "nrdxp" +description = "nrdxp's personal site & blog" generate_feeds = true minify_html = true diff --git a/static/robots.txt b/static/robots.txt new file mode 100644 index 0000000..2ac5721 --- /dev/null +++ b/static/robots.txt @@ -0,0 +1,3 @@ +User-agent: * +Disallow: +Sitemap: /sitemap.xml \ No newline at end of file