Releases: Lednerb/bilberry-hugo-theme
Releases · Lednerb/bilberry-hugo-theme
v2.7.0
New Features
- Support for giscus comments, thanks to @aoudiamoncef
- Support for audio files in the
Ogg
,MP3
, orWAV
formats, either stored externally or within the site's static folder, thanks to @igor-baiborodine
Changes
- Complete revision of documentation (README.md), thanks to @igor-baiborodine
This theme has now:
- 228+ stars
- 110+ forks
- 36+ contributors
- 20+ translations
v2.6.0
Changes
- Starting with this release, all version numbers of Git tags will be prefixed with
v
.
Fixes
- Update theme description in the Hugo theme catalog(#294), thanks to @igor-baiborodine
This theme has now:
- 222+ stars
- 109+ forks
- 36+ contributors
- 20+ translations
Version 2.5.0
New Features
- Support for utterances comments, thanks to @aoudiamoncef
Fixes
- Use permalink if no original_url parameter defined, thanks to @Sp-cy
- Typos in the example site, thanks to @deining
- Issue #251 - YouTube frame not responsive, thanks to @igor-baiborodine
This theme has now:
- 221+ stars
- 109+ forks
- 33+ contributors
- 20+ translations
Version 2.4.0
New Features
- Table of Contents is now implemented and working, thanks to @igor-baiborodine
- Series taxonomy to group articles into series and link them via shortcode, thanks to @igor-baiborodine again!
Changes
- Updated documentation on page ordering in the top nav bar (@igor-baiborodine)
Fixes
- Authors pages (@igor-baiborodine)
- status posts should not be included in search index (@igor-baiborodine)
This theme has now:
- 191+ stars
- 97+ forks
- 32+ contributors
- 20+ translations
Version 2.3.0
New Features
- MagnificPopup implementation for in-content images that have a greater size than the content-area
- AsciiDoc Support for MagnificPopup provided by @nidomiro
- Gravatar replaced with Libravatar as part of the roadmap to a even more privacy-friendly theme
This theme has now:
- 187+ stars
- 95+ forks
- 32+ contributors
- 20+ translations
Version 2.2.0
Changes
- The icon bubble is now correctly aligned with the headline / first line of a post
New Features
- Support for footnotes
- Flexible and powerful
status
post type
Fixes
- Algolia search index with missing custom icon
- Logical error while rendering the latest posts section leading to missing entries
- Missing momentjs integration was re-added to this theme
This theme has now:
- 187+ stars
- 94+ forks
- 32+ contributors
- 20+ translations
Version 2.1.0
New Features
- Support for disabled JavaScript (#239)\
- Copy-Button for code-blocks
- Magnific-Popup for images that are larger then the content area 🚀
- Improved font handling by adding
font-swap
declaration (1ef361e) thanks to @nidomiro
Fixes
- Algolia Search Icon disappearing (#232)
- Missing Reading Time key in translation files (#233)
- Overflowing lines in long code blocks (#236 and #240)
This theme has now:
- 187+ stars
- 32+ contributors
- 20+ translations
Version 2.0.0
This is a big release with a lot of awesome features and enhancements, but also some breaking changes. If you want to update from an earlier version, please make sure to check this release notes.
Breaking Changes
- Dependency management is now handled by nodejs instead of a custom script to download third-party dependencies from a CDN and using hugo to build the final scripts and stylesheets.
- Therefore, for customizing the width of your site, the
siteWidth
variable in theconfig.toml
file does not work anymore and you need to adjust the corresponding line in theassets/sass/_variables.scss
file. After adjusting your settings you have to build the final style files by following the Custom colors and fonts section in theREADME.md
Changes
- Updated documentation
- Updated translations files
- Upgrade of fontawesome from version 4 to 5
- Usage of the extended hugo version is not required any longer
- The latest version of the theme is now build automatically and published on the Demo site on each push to the
master
branch - Enhanced handling of social media links (#177 and #181)
- Usage of commento.io instance instead of disqus as default in the demo page (#201)
- Refactored partials to always include the
.html
suffix
New Features
- Easy handling of favicons
- Option for having a sticky top navigation (#29)
- Image resizing option
- Support for canonical link tags (#154)
- Support for commento.io (#200); thanks to @nidomiro
- Support for prezi videos (#207); thanks to @szjani
- Support for (local) mp4 videos in the video content type (#218); thanks to @frigi83
- Option to overwrite calculated reading time (#124)
Fixes
- Typos and spelling issues
- Removed unused code
- Fixed unstyled headlines (#142)
- Fixed code block styling
- Fixed language chooser alignment
- Fixed trailing slashes (#139)
- Fixed that posts are not included in the
index.json
file for usage with algolia (#188); thanks to @TeknikalDomain - Fixed icon for the algolia search
- Fixed problems with umlauts in taxonomies (#199); thanks to @nidomiro
- Fixed algoliasearch index handling and upload processing (#191); thanks to @igor-baiborodine
- Fix for absolute url in open graph meta tags (#216); thanks to @frigi83
- Fixed title / subtitle handling (#222); thanks to @igor-baiborodine
- Fixes for asciidoc, rss and drafts (#223); thanks to @nidomiro
- Fixed unexpected rendering behavior regarding the
.Scatch
variable and partial-in-partial usage (#208) - Fixed preview image for open graph data (#168)
This theme has now:
- 184+ stars
- 32+ contributors
- 20+ translations
Version 1.14.0
This is the last update for Version 1
After a long time Version 1.14.0 is released.
It contains all the changes that were merged into the master
branch until now.
Version 2 of this theme is in the pipeline and will simplify many things but will also break some features that are included in the Version 1 branch.
Added
- Config option for link opening in a new tab, #156 thanks to @chengxuncc
- Docs for cookie consent, #161 thanks to @anoff
- RSS Template, #162 thanks to @anoff
- Indonesian language, #179 thanks to @mariosaputra
Fixed
- Image and Video resizing, thanks to @marian42
- Compatibility with Hugo's theme site, #148 and #152
- CSS Breakpoint Issue, #156
- Tag casing, #158 tahnks to @anoff
draft: true
pages being rendered in RSS and Index site, #164, thanks to @anoff again!- Algolia
index.json
without main language, #166 thanks to @chengxuncc - Updated deprecations, #171, #176 thanks to @nonumeros and @mandarvaze
- Language updates