diff options
author | C. Lente <7017340+clente@users.noreply.github.com> | 2023-02-10 17:40:02 -0300 |
---|---|---|
committer | C. Lente <7017340+clente@users.noreply.github.com> | 2023-02-10 17:40:02 -0300 |
commit | 6fd0628f81526769d886b576031d3a1552310b80 (patch) | |
tree | a0ad9bb6277f359320db6f64c237d25ff059d5be | |
parent | 9d89e94f4883dedea71638c01b833fd777370858 (diff) | |
download | hugo-bearcub-6fd0628f81526769d886b576031d3a1552310b80.tar.gz hugo-bearcub-6fd0628f81526769d886b576031d3a1552310b80.tar.bz2 |
robots.txt is back
-rw-r--r-- | exampleSite/config.toml | 3 |
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] |