aboutsummaryrefslogtreecommitdiff
path: root/exampleSite
diff options
context:
space:
mode:
authorC. Lente <7017340+clente@users.noreply.github.com>2023-02-10 17:40:02 -0300
committerC. Lente <7017340+clente@users.noreply.github.com>2023-02-10 17:40:02 -0300
commit6fd0628f81526769d886b576031d3a1552310b80 (patch)
treea0ad9bb6277f359320db6f64c237d25ff059d5be /exampleSite
parent9d89e94f4883dedea71638c01b833fd777370858 (diff)
downloadhugo-bearcub-6fd0628f81526769d886b576031d3a1552310b80.tar.gz
hugo-bearcub-6fd0628f81526769d886b576031d3a1552310b80.tar.bz2
robots.txt is back
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 56497bc..6be1ba8 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -9,6 +9,9 @@ theme = "hugo-bearcub"
author = "John Doe"
copyright = "John Doe (CC BY 4.0)"
+# Generate a nice robots.txt for SEO
+enableRobotsTXT = true
+
# highlighting without inline styles
[markup]
[markup.highlight]