hugo-theme-bootstrap

A fast, responsive, multipurpose and feature-rich Hugo theme.

MIT License

Stars
462
Committers
50

Bot releases are visible (Hide)

hugo-theme-bootstrap - v1.3.0

Published by github-actions[bot] 12 months ago

1.3.0 (2023-10-30)

Documentation πŸ“

  • document the carouselPostCount parameter (b505bcd)

Features ✨

  • add the carouselPostCount parameter which indicates the number of posts on homepage carousel (c8ac437)
hugo-theme-bootstrap - v1.2.6

Published by github-actions[bot] 12 months ago

1.2.6 (2023-10-29)

Bug Fixes 🐞

  • google-analytics: drop the deprecated template (#991) (1f4caaf)
hugo-theme-bootstrap - v1.2.5

Published by github-actions[bot] 12 months ago

1.2.5 (2023-10-29)

Documentation πŸ“

Bug Fixes 🐞

Styles 🎨

hugo-theme-bootstrap - v1.2.4

Published by github-actions[bot] about 1 year ago

1.2.4 (2023-10-03)

Continuous Integration

Documentation πŸ“

  • added another line encouraging people to add their own translation file to the GitHub repository. (41ffa9a)
  • added clarification on defaultContentLanguage parameter (41ffa9a)
  • added small description to defaultContentLanguage (41ffa9a)
  • added Spanish to the language list (41ffa9a)
  • reworded one line to avoid possible confusions (41ffa9a)
  • update documentations (#977) (41ffa9a)
hugo-theme-bootstrap - v1.2.3

Published by github-actions[bot] about 1 year ago

1.2.3 (2023-09-17)

Bug Fixes 🐞

hugo-theme-bootstrap - v1.2.2

Published by github-actions[bot] about 1 year ago

1.2.2 (2023-07-28)

Bug Fixes 🐞

Styles 🎨

  • align the search bar to middle of the header (#969) (d58856a)
hugo-theme-bootstrap - v1.2.1

Published by github-actions[bot] about 1 year ago

1.2.1 (2023-07-28)

⚠ BREAKING CHANGES

  • remove the post.excerpt parameter

Miscellaneous Chores

Styles 🎨

  • show the description if set (#964) (2e5396d)
  • smoothly scroll on slide component, such as the related posts (#962) (7af2b5e)
hugo-theme-bootstrap - v1.2.0

Published by github-actions[bot] over 1 year ago

1.2.0 (2023-06-27)

Features

hugo-theme-bootstrap - v1.1.0

Published by github-actions[bot] over 1 year ago

1.1.0 (2023-06-16)

Features

  • funding: add support for Buy Me a Coffee (decf0fe)
hugo-theme-bootstrap - v1.0.2

Published by razonyang over 1 year ago

Bug fixes release for Hugo v0.112.0

  • For >= Hugo v0.112.0, you'll need to upgrade your theme to this version.
  • For < Hugo v0.112.0, you may need to append the PWD into security.funcs.getenv after upgrading the theme.
# config.toml
[security.funcs]
  getenv = ['^HUGO_', '^CI$', 'PWD']

What's Changed

Full Changelog: https://github.com/razonyang/hugo-theme-bootstrap/compare/v1.0.1...v1.0.2

hugo-theme-bootstrap -

Published by razonyang over 1 year ago

What's Changed

Full Changelog: https://github.com/razonyang/hugo-theme-bootstrap/compare/v1.0.0-beta5.4...v1.0.0

hugo-theme-bootstrap - v1.0.0-beta5.4

Published by razonyang over 1 year ago

What's Changed

Full Changelog: https://github.com/razonyang/hugo-theme-bootstrap/compare/v1.0.0-beta5.1...v1.0.0-beta5.4

hugo-theme-bootstrap - v1.0.0-beta5.1

Published by razonyang over 1 year ago

Fix build for Bootstrap v5.3.0-alpha2.

What's Changed

Full Changelog: https://github.com/razonyang/hugo-theme-bootstrap/compare/v1.0.0-beta5...v1.0.0-beta5.1

hugo-theme-bootstrap - v1.0.0-beta5

Published by razonyang over 1 year ago

What's Changed

Full Changelog: https://github.com/razonyang/hugo-theme-bootstrap/compare/v1.0.0-beta4...v1.0.0-beta5

hugo-theme-bootstrap - v1.0.0-beta4

Published by razonyang over 1 year ago

What's Changed

Full Changelog: https://github.com/razonyang/hugo-theme-bootstrap/compare/v1.0.0-beta3...v1.0.0-beta4

hugo-theme-bootstrap - v1.0.0-beta3

Published by razonyang over 1 year ago

What's Changed

Full Changelog: https://github.com/razonyang/hugo-theme-bootstrap/compare/v1.0.0-beta2...v1.0.0-beta3

hugo-theme-bootstrap - v1.0.0-beta2

Published by razonyang over 1 year ago

What's Changed

Full Changelog: https://github.com/razonyang/hugo-theme-bootstrap/compare/v1.0.0-beta1...v1.0.0-beta2

hugo-theme-bootstrap - v1.0.0-beta1

Published by razonyang almost 2 years ago

Upgrade NOTE

You'll need to execute the hugo mod npm pack and npm update commands to update the dependencies after upgrading the theme.

The below steps for Hugo Module installation method, See https://hbs.razonyang.com/v1/en/docs/getting-started/upgradation/ if you're using Git Module.

$ hugo mod get github.com/razonyang/hugo-theme-bootstrap 
hugo: downloading modules …
hugo: collected modules in 8021 ms
go: downloading github.com/razonyang/hugo-theme-bootstrap v1.0.0-beta1
go: upgraded github.com/razonyang/hugo-theme-bootstrap v1.0.0-alpha.15.0.20221205042156-ad3b22d99f95 => v1.0.0-beta1

$ hugo mod npm pack

$ cat package.json | grep '"bootstrap"'
"bootstrap": "^5.3.0-alpha1",

$ npm update

$ git add go.mod go.sum package.json package-lock.json

$ git commit -m 'Bump theme to v1.0.0-beta1'
  • You can also specify the version at the end of the repo if the command not working: hugo mod get github.com/razonyang/[email protected].
  • cat package.json | grep '"bootstrap"' to check whether the Bootstrap version is correct, it should be ^5.3.0-alpha1.

What's Changed

Full Changelog: https://github.com/razonyang/hugo-theme-bootstrap/compare/v1.0.0-alpha.15...v1.0.0-beta1

hugo-theme-bootstrap - v1.0.0-alpha.15

Published by razonyang almost 2 years ago

What's Changed

Full Changelog: https://github.com/razonyang/hugo-theme-bootstrap/compare/v1.0.0-alpha.14...v1.0.0-alpha.15

hugo-theme-bootstrap - v1.0.0-alpha.14

Published by razonyang almost 2 years ago

What's Changed

Full Changelog: https://github.com/razonyang/hugo-theme-bootstrap/compare/v1.0.0-alpha.13...v1.0.0-alpha.14

Package Rankings
Top 3.95% on Proxy.golang.org
Badges
Extracted from project README
Used By PageSpeed insights Releases License GitHub contributors Digital Ocean Netlify DocSearch