Skip to content

Releases: razonyang/hugo-theme-bootstrap

v1.2.5

29 Oct 12:14
fb3da36
Compare
Choose a tag to compare

1.2.5 (2023-10-29)

Documentation 📝

Bug Fixes 🐞

Styles 🎨

v1.2.4

03 Oct 17:58
01ced42
Compare
Choose a tag to compare

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)

v1.2.3

17 Sep 12:24
9ae2590
Compare
Choose a tag to compare

1.2.3 (2023-09-17)

Bug Fixes 🐞

v1.2.2

28 Jul 11:32
38321ed
Compare
Choose a tag to compare

1.2.2 (2023-07-28)

Bug Fixes 🐞

Styles 🎨

  • align the search bar to middle of the header (#969) (d58856a)

v1.2.1

28 Jul 05:40
2aacdc2
Compare
Choose a tag to compare

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)

v1.2.0

27 Jun 19:02
b0b6675
Compare
Choose a tag to compare

1.2.0 (2023-06-27)

Features

v1.1.0

16 Jun 02:10
Compare
Choose a tag to compare

1.1.0 (2023-06-16)

Features

  • funding: add support for Buy Me a Coffee (decf0fe)

v1.0.2

23 May 09:31
Compare
Choose a tag to compare

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: v1.0.1...v1.0.2

v1.0.0

22 Apr 01:03
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0-beta5.4...v1.0.0

v1.0.0-beta5.4

06 Apr 13:28
Compare
Choose a tag to compare

What's Changed

  • style: make the dropdown menu width fit the content by @razonyang in #918
  • style: change the search shortcut style by @razonyang in #919
  • fix(toggle): escape name and item name, and correct the order of items by @razonyang in #920
  • fix: replace fixed position with sticky for header by @razonyang in #921
  • feat: add the body-begin hook by @razonyang in #922

Full Changelog: v1.0.0-beta5.1...v1.0.0-beta5.4