diff options
Diffstat (limited to 'config/_default/hugo.toml')
| -rw-r--r-- | config/_default/hugo.toml | 27 |
1 files changed, 2 insertions, 25 deletions
diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index 0fa9581..14c7648 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -4,9 +4,9 @@ enableGitInfo = false # additional settings baseURL = "https://corruptlamar.com/" -canonifyURLs = false enableEmoji = true -enableRobotsTXT = true +# Set to false since we have generated our own. +enableRobotsTXT = false enableInlineShortcodes = true summaryLength = 20 @@ -50,29 +50,6 @@ home = ["HTML", "RSS", "REDIR"] disabled = false privacyEnhanced = true -# sections = [ "reasons", "fpnav", "docs", "evidence", "legal", "communication", "posts", "news" ] -[permalinks] - [permalinks.page] - news = "/news/:slug/" - posts = "/posts/:slug/" - evidence = "/evidence/:slug/" - legal = "/legal/:slug/" - communication = "/communication/:slug/" - docs = "/docs/:slug/" - reasons = "/reasons/:slug/" - fpnav = "/fpnav/:slug/" - persons = "/persons/:slug/" - [permalinks.section] - news = "/news/" - posts = "/posts/" - evidence = "/evidence/" - legal = "/legal/" - communication = "/communication/" - docs = "/docs/" - reasons = "/reasons/" - fpnav = "/fpnav/" - persons = "/persons/" - [services] [services.instagram] disableInlineCSS = true |
