Skip to content

Releases: Lednerb/bilberry-hugo-theme

Hotfix - 1.11.1

15 Sep 07:52
3296861
Compare
Choose a tag to compare

Fixed

  • Broken font path since Version 1.10.0 (#114, #115)

Version 1.11.0

14 Sep 17:43
2d75998
Compare
Choose a tag to compare

Added

  • Language Brazilian Portuguese, thanks to @marcelocg (#112)
  • Updated Korean language

Version 1.10.0

10 Sep 11:14
3ef3097
Compare
Choose a tag to compare

Fixed

  • Incorrect rendering of task lists (#108)
  • Displaying the RSS line in the footer

Added

  • Support for hugo pipes, no longer need for npm dependencies (#102)
  • Option to configure the overlayIcon (#56)
  • Option to configure the date format (#53)
  • Option to display the Reading Time (#51)

Version 1.9.1

30 Aug 17:54
14a03a3
Compare
Choose a tag to compare

Fixed

  • Issues with the GoHugo Theme's requirements for the themes.gohugo.io site

Version 1.9.0

30 Aug 11:24
5029a36
Compare
Choose a tag to compare

Added

  • All-Contributors list to README.md
  • Chinese language, thanks to @AgennyBrof
  • Korean language, thanks to @hithat (user at poeditor.com)

Version 1.8.1

16 Aug 15:59
494a446
Compare
Choose a tag to compare

Added

  • Africans language

Changed

  • Removed Patreon example content and introduced the new Discord server:
    Discord
  • Language files from .yaml to .toml and switched to POEditor for translations.

Version 1.8.0

09 Aug 14:01
3f6ae69
Compare
Choose a tag to compare

Added

  • Vietnamese language, thanks to @anhchungite
  • Danish language, thanks to @GMpet
  • Open Graph meta data, thanks to @anhchungite again!
  • RSS support, contributed by @NickBusey

Fixed

Version 1.7.1 | Link-Hotfix

17 Jun 20:44
0dedc9e
Compare
Choose a tag to compare

Fixed

  • Broken links in favicon, algolia-logo and theme.css

Version 1.7.0 | Multi-Language-Support

17 Jun 19:27
2cf3c8c
Compare
Choose a tag to compare

🎉 Multi-Language Support 🎉

Added

  • Multi-Language Support
    You can now have your blog and blog posts in many languages.
    The algolia search does also support a multi-language site.
  • Support for Page Resources
  • Increased privacy by removing dependencies from CDNs and Google Fonts
  • Japanese language file, contributed by @chibikun
  • Easier gallery and featuredImage handling. See announcement in 1.6.0
  • Instructions to customize 404.html site (#46)
  • Default values to prevent rendering issues when config.toml variables are not set (#65)

Fixed

  • URLs for posts, categories, tags, and authors, thanks to @anhchungite
  • CSS import with different baseURL (#68)
  • Space for top-nav (#80)
  • Pages for the taxonomy overviews (categories, tags and authors) (#59)

Version 1.6.0

11 Jun 19:26
57ac199
Compare
Choose a tag to compare

Deprecated

  • featuredImage: "/absolute/url/to/image" parameter

    The next version will support Page Resources so you should have a better folder structure and you change:

    # OLD Structure / deprecated
    content/article/support-me-and-this-theme.md
    static/images/patreon.png
    
    # NEW structure
    content/article/support-me-and-this-theme/index.md
    content/article/support-me-and-this-theme/featuredImage.png
    
  • gallery: [] parameter

    The next version will support Page Resources so you should have a better folder structure and you change:

    # OLD Structure / deprecated
    content/gallery/my-trip-to-scotland.md
    static/images/scotland1.jpg
    static/images/scotland2.jpg
    ...
    
    # NEW structure
    content/gallery/my-trip-to-scotland/index.md
    content/article/my-trip-to-scotland/scotland1.jpg
    content/article/my-trip-to-scotland/scotland2.jpg
    ...
    

    You don't have to add the images manually to an array, instead all images in the content folder will be used automatically.

Fixed

  • Relative URLs fo taxonomy author, categories, tags - contributed by @anhchungite

Added

  • Customizable copyright and credits footer - big thanks to @nnja!
  • LinkedIn social media support, contributed by @pdoro
  • Support for Twitter meta data specification, contributed by @nisargap