Releases: Lednerb/bilberry-hugo-theme
Version 1.7.0 | Multi-Language-Support
🎉 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
andfeaturedImage
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
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
Version 1.5.0
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
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 thepage
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
This release
- adds support for MathJax, contributed by @rabarar
- adds support for a
target=""
attribute for thepage
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
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
The documentation now includes some further information for customization.
Implemented permanentTopNav feature
New audio integrations and better i18n
v1.0.1 - Minor improvements
This release includes minor improvements as simplified setup and typo fixes.