[config.toml] Enable robots.txt file generation

This commit is contained in:
Lorenzo Cogotti 2021-07-22 17:14:58 +02:00
parent 4d2a2569a5
commit dba4dd9c5b
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
baseURL = "https://doublefourteen.io/"
languageCode = "en-us"
theme = "doublefourteen"
enableRobotsTXT = true
disableKinds = ["taxonomy", "term"]
timeout = 1000000