Skip to content

Commit

Permalink
Add missing mounts to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zetxek committed Jan 28, 2025
1 parent da3c70b commit 493b8d5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,22 @@ min = "0.92.0"
[[module.imports]]
path="github.com/zetxek/adritian-free-hugo-theme"
# The following mounts are required for the theme to be able to load bootstrap
# Remember also to copy the theme's `package.json` to your site, and run `npm install`
[[module.mounts]]
source = "node_modules/bootstrap/scss"
target = "assets/scss/bootstrap"
[[module.mounts]]
source = "node_modules/bootstrap/dist/js"
target = "assets/js/bootstrap"
[[module.mounts]]
source = "node_modules/bootstrap/dist/js/bootstrap.bundle.min.js"
target = "assets/js/vendor/bootstrap.bundle.min.js"
[params]
title = 'Your website title'
Expand Down

0 comments on commit 493b8d5

Please sign in to comment.