git: 0c15c3ec33 - main - Restore robots.txt
Sergio Carlavilla Delgado <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by carlavilla: URL: https://cgit.FreeBSD.org/doc/commit/?id=0c15c3ec33e4b4fd0ccc1c642fb9aa229bf65aa9 commit 0c15c3ec33e4b4fd0ccc1c642fb9aa229bf65aa9 Author: Sergio Carlavilla Delgado <[email protected]> AuthorDate: 2021-01-26 14:46:07 +0000 Commit: Sergio Carlavilla Delgado <[email protected]> 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 = [ "[email protected]" ] ignoreFiles = [ "report-sample.md$" ] +enableRobotsTXT = true preserveTOC = true _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-doc-all To unsubscribe, send any mail to "[email protected]"