We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6367524 commit a727833Copy full SHA for a727833
_config.yml
@@ -26,4 +26,7 @@ defaults:
26
collections:
27
faq:
28
output: true
29
- permalink: /faq/:path/
+ permalink: /faq/:path/
30
+
31
+include:
32
+ - "robots.txt"
robots.txt
@@ -0,0 +1,14 @@
1
+---
2
+layout: null
3
4
+User-agent: *
5
+Allow: /
6
7
+Disallow: /assets/css/
8
+Disallow: /assets/js/
9
10
+Allow: /assets/images/
11
12
+Sitemap: {{ site.url }}/sitemap.xml
13
14
+Crawl-delay: 1
0 commit comments