Skip to content

Releases: razonyang/hugo-theme-bootstrap

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)

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