Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo-mod-bootstrap-scss-v4.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/config.toml b/config.toml
new file mode 100644
index 0000000..599cef8
--- /dev/null
+++ b/config.toml
@@ -0,0 +1,10 @@
+[module]
+[[module.mounts]]
+# Workaround for https://github.com/gohugoio/hugo/issues/6945
+source = "assets"
+target = "assets"
+[[module.imports]]
+path="github.com/twbs/bootstrap"
+[[module.imports.mounts]]
+source = "scss"
+target = "assets/scss" \ No newline at end of file