Преглед на файлове

Add sitemap to robots.txt

Riccardo Balbo преди 4 години
родител
ревизия
b0d3af2fc3
променени са 2 файла, в които са добавени 4 реда и са изтрити 3 реда
  1. 1 3
      config.toml
  2. 3 0
      layouts/robots.txt

+ 1 - 3
config.toml

@@ -13,9 +13,7 @@ pygmentsCodeFences=false
   filename = "sitemap.xml"
 
 [params]
-  favicon = "favicon.ico"
-  custom_css = ["/css/style.css"]
-  custom_js=["/js/script.js"]
+  hostname="jmonkeyengine.org"
 
 [taxonomies]
   tag = "tags"

+ 3 - 0
layouts/robots.txt

@@ -0,0 +1,3 @@
+User-agent: *
+Allow: /
+Sitemap: https://{{.Site.Params.hostname}}/sitemap.xml