From 6fd0628f81526769d886b576031d3a1552310b80 Mon Sep 17 00:00:00 2001 From: "C. Lente" <7017340+clente@users.noreply.github.com> Date: Fri, 10 Feb 2023 17:40:02 -0300 Subject: [PATCH] robots.txt is back --- exampleSite/config.toml | 3 +++ 1 file changed, 3 insertions(+) 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]