summaryrefslogtreecommitdiff
path: root/frontend/hugo.toml
blob: 65aa77aa090c9f48ddfe93c5a68669c798b5dacb (plain)
1
2
3
4
5
6
7
8
baseURL = 'http://localhost:8000/'
locale = 'en-gb'
title = 'finserv'
disableKinds = ["taxonomy", "sitemap", "rss"]

[[module.mounts]]
source = "simple.css/simple.css"
target = "static/simple.css"