Skip to content

Releases: razonyang/hugo-theme-bootstrap

v1.8.4

02 Nov 00:44
4129d9a
Compare
Choose a tag to compare

1.8.4 (2024-11-02)

Bug Fixes 🐞

  • broken previous doc link and next doc link (#1080) (bc4d8bb)

v1.8.3

12 Oct 12:18
e4fd3a2
Compare
Choose a tag to compare

1.8.3 (2024-10-12)

Styles 🎨

  • tweak active docs nav item border color (#1077) (a71e7c5)
  • tweak margin top for the headings of foldable blockquote alerts (ec46859)

v1.8.2

10 Oct 08:37
cd78ce1
Compare
Choose a tag to compare

1.8.2 (2024-10-10)

Bug Fixes 🐞

v1.8.1

09 Oct 02:28
a361f1b
Compare
Choose a tag to compare

1.8.1 (2024-10-09)

Documentation 📝

  • mention blockquote alerts on alert shortcode (bf23edb)

Bug Fixes 🐞

  • add default style for alert links (658a243)

v1.8.0

09 Oct 02:13
2c34ade
Compare
Choose a tag to compare

1.8.0 (2024-10-09)

This release introduces blockquote alerts. To create alerts in much simpler way than using shortcodes, please note that, you'll need to upgrade to Hugo v0.134.0 or later as well.

Features ✨

Bug Fixes 🐞

v1.7.2

04 Sep 03:15
2267b03
Compare
Choose a tag to compare

1.7.2 (2024-09-04)

Bug Fixes 🐞

  • adapt to Hugo v0.134.0 Summary changes (0272f5d)

v1.7.1

29 Aug 16:51
214b759
Compare
Choose a tag to compare

1.7.1 (2024-08-29)

Bug Fixes 🐞

  • correct taxonomy titles (ff31f29)

Styles 🎨

  • change scrollbar width and hover color for docs nav and sidebar (8aa8ded)

v1.7.0

23 Aug 02:26
f92b229
Compare
Choose a tag to compare

1.7.0 (2024-08-23)

Since libsass was deprecated a long time ago, we offer an option to use Dart Sass as the default transpiler, you'll need to install Dart Sass first, and then specify the sass_transpiler parameter.

// params.yaml
sass_transpiler: dartsass

But libsass still accept bug fixes, you can stay with it for a while, I recommend migrating to Dart Sass if you have time, we will set dartsass as the default transpiler in the future release (won't happen fast).

Features ✨

  • add the sass_transpiler parameter, default to libsass (#1066) (94c4b15)

Bug Fixes 🐞

  • correct sidebar, header and footer layouts when enabling sidebar.fixed (#1064) (cd9b2fa)

Styles 🎨

  • sidebar: change overflow as auto, width as thin and color when hovering (6b9029c)

v1.6.6

22 Aug 04:56
b3cb97f
Compare
Choose a tag to compare

1.6.6 (2024-08-22)

Bug Fixes 🐞

v1.6.5

20 Aug 06:41
296edcc
Compare
Choose a tag to compare

1.6.5 (2024-08-20)

You'll need to upgrade Hugo to 0.128.0 or later.

Bug Fixes 🐞

  • remove usage of deprecated functions and variables of upstream (#1057) (c8b52e6)