Releases: lxndrblz/anatole
Releases · lxndrblz/anatole
v0.7.0
v0.6.0
v0.5.0
New features:
- Ability to disable the light/dark mode switch
- Ability to set a custom date format
- Ability to configure the copyright
- Added Portuguese Brazilian language support
- Utterances support
- SimpleAnalytics support
Thanks to all the fabulous contributors, who helped improving the Anatole theme! 🚀
v0.4.0
New features:
- Formspree contact form
- Static home page (finally!)
- Default syntax highlighting (dark/light mode)
- Ability to disable animations altogether
- Added Danish language support
- Added Traditional Chinese language support
- Added French language support
Thanks to all the fabulous contributors, who improving the Anatole theme! 🚀
v0.3.1
Updates:
- Updated FontAwesome to Version 5 to provide even more awesome icons
Notes:
Beginning with Version 5 it's mandatory to use 'fab' when brand icons, and 'fas' when standard solid icons are used. If you were using one of the social icons in the sidebar, it's now mandatory to prefix them correctly.
For GitHub for example, the revised config.toml
entry would look the following (note the fab prefix):
[[params.socialIcons]]
icon = "fab fa-github"
title = "GitHub"
url = "https://github.com/lxndrblz/anatole/"
For E-Mail it now would look like this (note the fas prefix):
[[params.socialIcons]]
icon = "fas fa-envelope"
title = "e-mail"
url = "mailto:[email protected]"
v0.3.0
v0.2.0
New features:
- RSS support
- Added styling for block quotes
- Added ability to include custom JavaScript
- Added ability to included remote JavaScript
- Added support for twitter cards
- Medium zoom for images
Fixes:
- Improved dark mode
- Improved mobile friendly menu
- Improved readability
- Improved colour choices
- Wrong links in footnotes