Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
deining committed Jan 16, 2022
1 parent b103aad commit 061e237
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,21 @@ mediaType = "text/html"
path = "_print"
permalinkable = false


[module]
# imports should not apply for sites that are using git submodules
replacements = "github.com/FortAwesome/Font-Awesome -> ., github.com/twbs/bootstrap -> ."
# Dependencies are brought in as modules
# and mount points are declared
[[module.imports]]
path = "github.com/twbs/bootstrap"
disable = true
disable = false
[[module.imports.mounts]]
source = "scss"
target = "assets/vendor/bootstrap/scss"

[[module.imports]]
path = "github.com/FortAwesome/Font-Awesome"
disable = true
disable = false
[[module.imports.mounts]]
source = "scss"
target = "assets/vendor/Font-Awesome/scss"

0 comments on commit 061e237

Please sign in to comment.