Skip to content

Releases: Lednerb/bilberry-hugo-theme

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

Version 1.5.0

13 May 19:44
7e686ea
Compare
Choose a tag to compare

Fixed

  • Broken links #72

Added

  • Support for Polish language, provided by @lkorzen

Changed

  • The site's subtitle will be used in the title on the homepage. Contributed by @marcelkraus

Version 1.4.0

05 May 20:33
6681ec9
Compare
Choose a tag to compare

Added

  • Support for Ukrain languge
  • Support for CSS / JS extensions, submitted by @cripplet
  • Support for Xing as a social media link in the footer, contributed by @marcelkraus
  • excludeFromTopNav option for the page content type, requested in #60 by @AshleyByeUK

Fixed

  • Broken links to the repo, thx to @meAmidos
  • Mobile view, thx to @cripplet
  • Issue with Algolia export (Record too long), thanks for submitting #62 @lebarde

Changed

  • Improved README.md

Removed

  • exampleSite/archetype directory so the theme's archetypes can be used

New Feature and target option

28 Nov 14:55
e4b23a5
Compare
Choose a tag to compare

This release

  • adds support for MathJax, contributed by @rabarar
  • adds support for a target="" attribute for the page post type as requested by @ajolo2ky
  • fixes typos, improved the README.md and implements a favicon. Thx for your input @chrisstayte!

Easy font and color configuration

16 Nov 14:02
9c9786a
Compare
Choose a tag to compare

With this release, you can easily configure your favorite fonts and colors if you can't or don't want to use the theme's default ones.

Just check the README.md for further information.

Updated the documentation

13 Nov 13:44
ffc7193
Compare
Choose a tag to compare

The documentation now includes some further information for customization.

Implemented permanentTopNav feature

08 Nov 21:00
5d739aa
Compare
Choose a tag to compare

As suggested by @razzok in #16, a possibility to always show the top navigation with the linked pages and the algolia search bar was implemented.

This new feature is now included with this release.

New audio integrations and better i18n

08 Nov 11:50
c6e206c
Compare
Choose a tag to compare

@aerohub integrated audio support for TuneIn and Mixcloud and improved the Russian language file.

THX for the first pull request in this project.

Contributions are very appreciated :)

v1.0.1 - Minor improvements

05 Nov 23:00
ef86e12
Compare
Choose a tag to compare

This release includes minor improvements as simplified setup and typo fixes.