diff options
Diffstat (limited to 'frontend/hugo.toml')
| -rw-r--r-- | frontend/hugo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/frontend/hugo.toml b/frontend/hugo.toml index 0fdee53..65aa77a 100644 --- a/frontend/hugo.toml +++ b/frontend/hugo.toml @@ -2,3 +2,7 @@ baseURL = 'http://localhost:8000/' locale = 'en-gb' title = 'finserv' disableKinds = ["taxonomy", "sitemap", "rss"] + +[[module.mounts]] +source = "simple.css/simple.css" +target = "static/simple.css" |
