mirror of
https://github.com/adulau/sillon-fictionnel.git
synced 2024-11-07 12:06:37 +00:00
21 lines
521 B
YAML
21 lines
521 B
YAML
module:
|
|
hugoVersion:
|
|
extended: true
|
|
mounts:
|
|
# Workaround for https://github.com/gohugoio/hugo/issues/6945
|
|
- source: "assets/bootstrap/scss/_vendor"
|
|
target: "assets/bootstrap/scss/vendor"
|
|
|
|
- source: "assets"
|
|
target: "assets"
|
|
|
|
imports:
|
|
- path: "github.com/twbs/bootstrap"
|
|
mounts:
|
|
- source: "scss"
|
|
target: "assets/bootstrap/scss"
|
|
|
|
- source: "js"
|
|
target: "assets/bootstrap/js"
|
|
|
|
- path: "github.com/gohugoio/hugo-mod-jslibs-dist/popperjs/v2"
|