summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2026-05-23 21:50:11 +0200
committerxengineering <me@xengineering.eu>2026-05-23 21:50:11 +0200
commit8a89c40d957c9d69376fea013e7377c300d98077 (patch)
treeb2feb6471145e63944cce72d1ef963e709d78905
parent8adf98994a873e8a04a8d469fd694e9fcd4fa841 (diff)
downloadfinserv-8a89c40d957c9d69376fea013e7377c300d98077.tar
finserv-8a89c40d957c9d69376fea013e7377c300d98077.tar.zst
finserv-8a89c40d957c9d69376fea013e7377c300d98077.zip
frontend: Add hugo.toml
This is the starting point of a Hugo[1] based web frontend. [1]: https://gohugo.io/
-rw-r--r--frontend/hugo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/frontend/hugo.toml b/frontend/hugo.toml
new file mode 100644
index 0000000..f9d02a2
--- /dev/null
+++ b/frontend/hugo.toml
@@ -0,0 +1,3 @@
+baseURL = 'http://localhost:8000/'
+locale = 'en-gb'
+title = 'finserv'