Skip to content

Releases: razonyang/hugo-theme-bootstrap

v1.5.3

24 Jan 11:25
3fdd28c
Compare
Choose a tag to compare

1.5.3 (2024-01-24)

Documentation 📝

  • deploy on DigitalOcean App Platform (948b204)
  • update content-begin hook (7380444)

Bug Fixes 🐞

  • i18n: correct color_cyan translation in Russian (c340404)

v1.5.2

21 Jan 00:45
347bb02
Compare
Choose a tag to compare

1.5.2 (2024-01-21)

Bug Fixes 🐞

v1.5.1

03 Jan 05:39
7350fce
Compare
Choose a tag to compare

1.5.1 (2024-01-03)

Bug Fixes 🐞

v1.5.0

02 Dec 06:08
66e713d
Compare
Choose a tag to compare

1.5.0 (2023-12-02)

Features ✨

  • add the numberifyHeadings page parameter (#1011) (9947857)

Bug Fixes 🐞

v1.4.1

05 Nov 15:55
82b66b8
Compare
Choose a tag to compare

1.4.1 (2023-11-05)

Bug Fixes 🐞

  • correct archive month localization (a464d74)
  • correct the broken style of archive month (8c16acd)

v1.4.0

05 Nov 14:05
cc4e1de
Compare
Choose a tag to compare

1.4.0 (2023-11-05)

Features ✨

  • add archive.monthFormat parameter (f334678)

v1.3.2

05 Nov 13:30
f663634
Compare
Choose a tag to compare

1.3.2 (2023-11-05)

Documentation 📝

  • correct the type of archive.dateFormat (ba51a96)

Bug Fixes 🐞

  • correct the archive posts date format (cde8594)

v1.3.1

31 Oct 14:40
17afe0c
Compare
Choose a tag to compare

1.3.1 (2023-10-31)

Migrating to Hugo v0.120.0 or later

I suggest previewing it locally after upgrading theme and making the following changes, to make sure everything goes fine.

hugo server -p 1414 -e production -b http://localhost:1414 --disableFastRender --renderToDisk

Replace the googleAnalytics with services.googleAnalytics.ID

The googleAnalytics is deprecated.

[services]
  [services.googleAnalytics]
    ID = 'G-MEASUREMENT_ID'

Replace social with params.social

The social in site configuration is deprecated too, you'll need to move the social.toml content to params.toml, e.g.

[social]
twitter = "foobar"

Documentation 📝

  • replace the GoogleAnalytics parameter with services.googleAnalytics.ID (7dd8dfe)

Bug Fixes 🐞

  • archives: correct the dateFormat parameter (#999) (065ba24)
  • social: replace site.Social with site.Params.social (#1002) (5b2e093)

Internationalization 🌐

  • improve translations in Russian (c0e8aab)

v1.3.0

30 Oct 04:14
6067920
Compare
Choose a tag to compare

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)

v1.2.6

29 Oct 12:32
32f30de
Compare
Choose a tag to compare

1.2.6 (2023-10-29)

Bug Fixes 🐞

  • google-analytics: drop the deprecated template (#991) (1f4caaf)