summaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2026-05-23 22:11:47 +0200
committerxengineering <me@xengineering.eu>2026-05-23 22:14:06 +0200
commit2b2d7af6894db8c2f3dbbffc902a218212262de1 (patch)
tree49c70e529228d2878ec9ef4d3a4b0c4ba8eaeaed /frontend
parent8a89c40d957c9d69376fea013e7377c300d98077 (diff)
downloadfinserv-2b2d7af6894db8c2f3dbbffc902a218212262de1.tar
finserv-2b2d7af6894db8c2f3dbbffc902a218212262de1.tar.zst
finserv-2b2d7af6894db8c2f3dbbffc902a218212262de1.zip
frontend: Reduce to explicitly wanted files
Hugo by default generates output files which are not yet needed.
Diffstat (limited to 'frontend')
-rw-r--r--frontend/hugo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/hugo.toml b/frontend/hugo.toml
index f9d02a2..0fdee53 100644
--- a/frontend/hugo.toml
+++ b/frontend/hugo.toml
@@ -1,3 +1,4 @@
baseURL = 'http://localhost:8000/'
locale = 'en-gb'
title = 'finserv'
+disableKinds = ["taxonomy", "sitemap", "rss"]