include robots.txt and sitemap generation
This commit is contained in:
parent
8c1def3a28
commit
98a19995a6
1
Gemfile
1
Gemfile
|
@ -9,4 +9,5 @@ gem 'minima'
|
||||||
group :jekyll_plugins do
|
group :jekyll_plugins do
|
||||||
gem 'jekyll-feed'
|
gem 'jekyll-feed'
|
||||||
gem 'jekyll-seo-tag'
|
gem 'jekyll-seo-tag'
|
||||||
|
gem 'jekyll-sitemap'
|
||||||
end
|
end
|
||||||
|
|
|
@ -14,3 +14,7 @@ defaults:
|
||||||
theme: minima
|
theme: minima
|
||||||
# theme: jekyll-theme-leap-day
|
# theme: jekyll-theme-leap-day
|
||||||
# theme: jekyll-theme-minimal
|
# theme: jekyll-theme-minimal
|
||||||
|
plugins:
|
||||||
|
- jekyll-sitemap
|
||||||
|
sitemap:
|
||||||
|
file: "/sitemap.xml"
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
User-agent: *
|
||||||
|
Allow: /
|
||||||
|
Sitemap: https://piraattipuolue.github.com/sitemap.xml
|
Loading…
Reference in New Issue