summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hugo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/hugo.toml b/hugo.toml
index da61d46..844f344 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -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"