From 8a89c40d957c9d69376fea013e7377c300d98077 Mon Sep 17 00:00:00 2001 From: xengineering Date: Sat, 23 May 2026 21:50:11 +0200 Subject: frontend: Add hugo.toml This is the starting point of a Hugo[1] based web frontend. [1]: https://gohugo.io/ --- frontend/hugo.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 frontend/hugo.toml (limited to 'frontend') 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' -- cgit v1.3