Past Issues Searched
Issue is a Bug Report
Describe the bug
Thanks for this great theme and docs!
I was following the Quickstart guide at https://lotusdocs.dev/docs/quickstart/ and ran into an issue.
After running hugo new docs/example-page.md, Hugo throws an error:
Error: failed to load modules: module “github.com/gohugoio/hugo-mod-bootstrap-scss/v5” not found…
This is solved by running:
hugo mod tidy
### Expected behavior
I believe the Quickstart guide should include this step, in case of error.
### Screenshots
_No response_
### Environment
```markdown
- OS: OSX sonoma 14.7
- Browser: -
- Browser Version: -
Past Issues Searched
Issue is a Bug Report
Describe the bug
Thanks for this great theme and docs!
I was following the Quickstart guide at https://lotusdocs.dev/docs/quickstart/ and ran into an issue.
After running
hugo new docs/example-page.md, Hugo throws an error:This is solved by running: