mirror of
https://git.anonymousland.org/anonymousland/anonymousland.git
synced 2024-12-18 02:54:18 -05:00
Improve SEO (#62)
Reviewed-on: https://git.anonymousland.org/anonymousland/anonymousland/pulls/62
This commit is contained in:
parent
cd17871dd9
commit
1cb3cd17d1
1
Gemfile
1
Gemfile
@ -6,4 +6,5 @@ gem "jekyll-feed"
|
|||||||
gem "jekyll-seo-tag"
|
gem "jekyll-seo-tag"
|
||||||
gem "bundler"
|
gem "bundler"
|
||||||
gem "kramdown-parser-gfm"
|
gem "kramdown-parser-gfm"
|
||||||
|
gem "jekyll-sitemap"
|
||||||
gem "webrick"
|
gem "webrick"
|
@ -2,6 +2,10 @@ repository: anonymousland/anonymousland
|
|||||||
theme: jekyll-theme-potato-hacker
|
theme: jekyll-theme-potato-hacker
|
||||||
theme_base: "dark"
|
theme_base: "dark"
|
||||||
theme_switch: off
|
theme_switch: off
|
||||||
|
title: Anonymousland
|
||||||
|
email: admin@anonymousland.org
|
||||||
|
url: https://anonymousland.org
|
||||||
|
github_username: "anonyland"
|
||||||
blog: on
|
blog: on
|
||||||
highlighter_theme: monokai
|
highlighter_theme: monokai
|
||||||
toolbar_priority:
|
toolbar_priority:
|
||||||
@ -24,6 +28,7 @@ exclude:
|
|||||||
plugins:
|
plugins:
|
||||||
- jekyll-feed
|
- jekyll-feed
|
||||||
- jekyll-seo-tag
|
- jekyll-seo-tag
|
||||||
|
- jekyll-sitemap
|
||||||
feed:
|
feed:
|
||||||
collections:
|
collections:
|
||||||
- changelog
|
- changelog
|
||||||
|
@ -1,2 +1,4 @@
|
|||||||
|
Sitemap: https://anonymousland.org/sitemap.xml
|
||||||
|
|
||||||
User-agent: *
|
User-agent: *
|
||||||
Disallow: /
|
Allow: /
|
Loading…
Reference in New Issue
Block a user