Explorar o código

Add sitemap to robots.txt

Riccardo Balbo %!s(int64=4) %!d(string=hai) anos
pai
achega
b0d3af2fc3
Modificáronse 2 ficheiros con 4 adicións e 3 borrados
  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