diff options
| author | xengineering <me@xengineering.eu> | 2026-05-23 21:50:11 +0200 |
|---|---|---|
| committer | xengineering <me@xengineering.eu> | 2026-05-23 21:50:11 +0200 |
| commit | 8a89c40d957c9d69376fea013e7377c300d98077 (patch) | |
| tree | b2feb6471145e63944cce72d1ef963e709d78905 /frontend/hugo.toml | |
| parent | 8adf98994a873e8a04a8d469fd694e9fcd4fa841 (diff) | |
| download | finserv-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/
Diffstat (limited to 'frontend/hugo.toml')
| -rw-r--r-- | frontend/hugo.toml | 3 |
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' |
