Skip to content

v4.6.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 20 Sep 02:08
· 6 commits to refs/heads/main since this release
0d4d8a8

I am very excited to announce Hugo theme Toha v4.6.0. This release incorporates some improvements and fixes. Please, read the release note and update your theme to enjoy the new changes.

Thanks to @BernatBC, @KhanbalaRashidov, @deining, @dependabot, @dependabot[bot], @hossainemruz, @joyao, @maiani and @steffenba for their valuable contribution in this release.

Highlights

Better Control over Theme

We have restructured how you set the theme for your site. You can now enable or disable dark/light mode and set a default theme. The theme section has been introduced, deprecating the darkMode section. Use the following configuration to control the theme settings for your site:

params:
  features:
    theme:
      light: true # enable light theme. default "true"
      dark: true # enable dark theme. default "true"
      defaultTheme: light # can be either light, dark or system. default "system"

Thanks to @joyao for contributing this.

Button to copy code

We are making your life little bit easier by adding a copy button to every codeblocks.

image

You can enable it in your site by adding copyCodeButton field under params.features section:

params:
  features:
    # Enables copy code button
    copyCodeButton:
      enable: true

Thanks to @BernatBC for contributing this.

Option to filter skills cards

You can now add a category filter in your skill cards. Please, check this sample to enable it.

image

Thanks to @joyao for contributing this.

Added Azerbaijan language

We are welcoming Azerbaijan to our growing set of languages. Now, the theme is available in 23 different languages. 🎉 Thanks to @KhanbalaRashidov for contributing this.

Changelog

New Features & Enhancements

Translations

Bug Fixes

Dependency Update

This release note has been generated automatically by Release Drafter.