We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fe464d commit 60fc64bCopy full SHA for 60fc64b
Gemfile
@@ -7,6 +7,7 @@ group :jekyll_plugins do
7
gem 'jekyll-paginate-v2'
8
gem 'jekyll-scholar'
9
gem 'jekyll-twitter-plugin'
10
+ gem 'jekyll-sitemap'
11
gem 'jemoji'
12
gem 'unicode_utils'
13
gem 'webrick'
_config.yml
@@ -140,6 +140,7 @@ plugins:
140
- jekyll-paginate-v2
141
- jekyll/scholar
142
- jekyll-twitter-plugin
143
+ - jekyll-sitemap
144
- jemoji
145
146
# Extras
robots.txt
@@ -0,0 +1,7 @@
1
+---
2
+permalink: /robots.txt
3
4
+User-agent: *
5
+Disallow:
6
+
+Sitemap: {{ site.baseurl | prepend: site.url }}/sitemap.xml
0 commit comments