include robots.txt and sitemap generation

This commit is contained in:
Aminda Suomalainen ⚧ 2024-05-30 11:36:31 +03:00
parent 8c1def3a28
commit 98a19995a6
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
3 changed files with 8 additions and 0 deletions

View File

@ -9,4 +9,5 @@ gem 'minima'
group :jekyll_plugins do
gem 'jekyll-feed'
gem 'jekyll-seo-tag'
gem 'jekyll-sitemap'
end

View File

@ -14,3 +14,7 @@ defaults:
theme: minima
# theme: jekyll-theme-leap-day
# theme: jekyll-theme-minimal
plugins:
- jekyll-sitemap
sitemap:
file: "/sitemap.xml"

3
robots.txt Normal file
View File

@ -0,0 +1,3 @@
User-agent: *
Allow: /
Sitemap: https://piraattipuolue.github.com/sitemap.xml