* Fixed installation commands

Removed extra line

* added robots.txt template with sitemap entry for crawler and disabled RSS generation as it's not useful for this template
This commit is contained in:
Michel Racic 2017-03-11 08:15:27 +01:00 committed by sethmacleod
parent 7265820ab5
commit b0cc5bfcad
2 changed files with 3 additions and 0 deletions

View file

@ -3,6 +3,8 @@ title = "Dimension"
theme = "dimension" theme = "dimension"
languageCode = "en-us" languageCode = "en-us"
defaultContentLanguage = "en" defaultContentLanguage = "en"
enableRobotsTXT = true
disableRSS = true
[params] [params]
title = "Dimension" title = "Dimension"

1
layouts/robots.txt Normal file
View file

@ -0,0 +1 @@
Sitemap: {{ .Site.BaseURL }}sitemap.xml