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

github.com/gohugoio/hugo-mod-bootstrap-scss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-01-11 14:39:08 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-01-11 14:41:47 +0300
commita343c11948a7b2a8fac44f05377e58864edcc47a (patch)
tree372385880b6e26962031b4fce17df14781baf3c4 /config.toml
Copy source from https://github.com/gohugoio/hugo-mod-bootstrap-scss-v4
Having a separate repo for each major version of Bootstrap created too much work. This is is the first commit aiming to: * Use Go Module paths for the major version bumps * Use https://github.com/bep/semverpair as the versioning strategy
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..8968abb
--- /dev/null
+++ b/config.toml
@@ -0,0 +1,10 @@
+[module]
+[[module.mounts]]
+# Workaround for https://github.com/gohugoio/hugo/issues/6945
+source = "assets/scss/bootstrap/_vendor"
+target = "assets/scss/bootstrap/vendor"
+[[module.imports]]
+path="github.com/twbs/bootstrap"
+[[module.imports.mounts]]
+source = "scss"
+target = "assets/scss/bootstrap" \ No newline at end of file