[1.5.x] hugo modules (bootstrap included) #167
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Note PS: the version was meant to be 2.0.0 but due to complications with go modules, the version has become 1.5.0.
See #171 for more information.
As mentioned in #158 (reply in thread), I'm leaning more to keeping bootstrap in the theme - to make it easier to use.
This PR is a "else" for #166, another version of how the theme can support hugo modules without removing bootstrap - therefore keeping compatibility with
git submodules
, as well as "download, copy and play".I made sure that the theme files are used by overriding/playing with the color:
![2025-01-23 19 30 29](https://private-user-images.githubusercontent.com/240085/406027928-d22753d3-e0da-448d-af92-4a80b529eb75.gif?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2NDY3MDEsIm5iZiI6MTczOTY0NjQwMSwicGF0aCI6Ii8yNDAwODUvNDA2MDI3OTI4LWQyMjc1M2QzLWUwZGEtNDQ4ZC1hZjkyLTRhODBiNTI5ZWI3NS5naWY_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE1JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNVQxOTA2NDFaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1mMDA5YzkzZDIyZTI4NzFmZTQyNmYzZmViNDAxZjNlZjU5NWRhZDBmMDQyZWQzZWQ3Njc3MTRjZDQ0ZWViMTVmJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.z2nkTlYy9EzFohqOxrgRTxbaKxd6TkDoABx3w4gyOA8)
Aside of that, respect #166 , the other change is a bit of update on the README.