diff options
Diffstat (limited to 'hugo.toml')
| -rw-r--r-- | hugo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,5 +10,8 @@ disableKinds = ["taxonomy", "term", "RSS"] ordered = false startLevel = 4 [[module.mounts]] +source = "static" +target = "static" +[[module.mounts]] source = "simple.css/simple.css" target = "static/simple.css" |
