summaryrefslogtreecommitdiffstats
path: root/config/_default/hugo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config/_default/hugo.toml')
-rw-r--r--config/_default/hugo.toml24
1 files changed, 23 insertions, 1 deletions
diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml
index 742cd54..7d5d1b1 100644
--- a/config/_default/hugo.toml
+++ b/config/_default/hugo.toml
@@ -50,6 +50,29 @@ 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
@@ -121,4 +144,3 @@ home = ["HTML", "RSS", "REDIR"]
path = "github.com/anoduck/mod-popup"
[[module.imports]]
path = "github.com/anoduck/mod-juxtapose"
-