Skip to content

Commit

Permalink
Updating bootstrap
Browse files Browse the repository at this point in the history
And using it as a mount
  • Loading branch information
zetxek committed Jan 27, 2025
1 parent b6964b1 commit 707ea98
Show file tree
Hide file tree
Showing 3 changed files with 2,382 additions and 460 deletions.
12 changes: 12 additions & 0 deletions hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ title = "Adritian Demo"
path = "github.com/zetxek/adritian-free-hugo-theme"
branch = "172-enhancement-fix-bootstrap-import-in-the-theme"

[[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 = 'Adritian - a high performance hugo theme by Adrián Moreno'
description = 'This hugo theme (Adritian) is based on Bootstrap and has features that make it suitable for a personal site, a portfolio or other kind of Single Page Applications.'
Expand Down
Loading

0 comments on commit 707ea98

Please sign in to comment.