diff --git a/Gemfile b/Gemfile index 177e09b..0f8945b 100644 --- a/Gemfile +++ b/Gemfile @@ -6,4 +6,5 @@ gem "jekyll-feed" gem "jekyll-seo-tag" gem "bundler" gem "kramdown-parser-gfm" +gem "jekyll-sitemap" gem "webrick" \ No newline at end of file diff --git a/_config.yml b/_config.yml index 51d96a0..1b9e4ed 100644 --- a/_config.yml +++ b/_config.yml @@ -2,6 +2,10 @@ repository: anonymousland/anonymousland theme: jekyll-theme-potato-hacker theme_base: "dark" theme_switch: off +title: Anonymousland +email: admin@anonymousland.org +url: https://anonymousland.org +github_username: "anonyland" blog: on highlighter_theme: monokai toolbar_priority: @@ -24,6 +28,7 @@ exclude: plugins: - jekyll-feed - jekyll-seo-tag + - jekyll-sitemap feed: collections: - changelog diff --git a/robots.txt b/robots.txt index 77470cb..80baa82 100644 --- a/robots.txt +++ b/robots.txt @@ -1,2 +1,4 @@ +Sitemap: https://anonymousland.org/sitemap.xml + User-agent: * -Disallow: / \ No newline at end of file +Allow: / \ No newline at end of file