We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63e70d4 commit 1b23070Copy full SHA for 1b23070
_config.yml
@@ -27,8 +27,8 @@ permalink: /:year/:month/:day/:title:output_ext
27
markdown: kramdown
28
theme: minima
29
30
-# plugins:
31
-# - jekyll-feed
+plugins:
+ - jekyll-sitemap
32
33
# Exclude from processing.
34
# The following items will not be processed, by default. Create a custom list
robots.txt
@@ -0,0 +1,5 @@
1
+---
2
+layout: none
3
4
+User-agent: *
5
+Sitemap: {{ site.url }}/sitemap.xml
0 commit comments