diff options
| author | xengineering <me@xengineering.eu> | 2026-05-23 22:11:47 +0200 |
|---|---|---|
| committer | xengineering <me@xengineering.eu> | 2026-05-23 22:14:06 +0200 |
| commit | 2b2d7af6894db8c2f3dbbffc902a218212262de1 (patch) | |
| tree | 49c70e529228d2878ec9ef4d3a4b0c4ba8eaeaed | |
| parent | 8a89c40d957c9d69376fea013e7377c300d98077 (diff) | |
| download | finserv-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.
| -rw-r--r-- | frontend/hugo.toml | 1 |
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"] |
