Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jan 2021 14:49:47 GMT
From:      Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 0c15c3ec33 - main - Restore robots.txt
Message-ID:  <202101261449.10QEnlMe078577@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by carlavilla:

URL: https://cgit.FreeBSD.org/doc/commit/?id=0c15c3ec33e4b4fd0ccc1c642fb9aa229bf65aa9

commit 0c15c3ec33e4b4fd0ccc1c642fb9aa229bf65aa9
Author:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
AuthorDate: 2021-01-26 14:46:07 +0000
Commit:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
CommitDate: 2021-01-26 14:49:36 +0000

    Restore robots.txt
    
    Restore the robots.txt file using Hugo configuration
---
 website/config/_default/config.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/website/config/_default/config.toml b/website/config/_default/config.toml
index 4625186e0b..656b88787c 100644
--- a/website/config/_default/config.toml
+++ b/website/config/_default/config.toml
@@ -11,6 +11,7 @@ disableLanguages = ["tr", "el"]
 disablePathToLower = true
 authors = [ "carlavilla@FreeBSD.org" ]
 ignoreFiles = [ "report-sample.md$" ]
+enableRobotsTXT = true
 
 preserveTOC = true
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101261449.10QEnlMe078577>