Skip to content

Releases: lxndrblz/anatole

v0.7.0

03 Mar 17:56
8c5e1ee
Compare
Choose a tag to compare

New features:

  • OpenGraph Support
  • Show categories on the frontpage

Fixes:

  • Site-wide Math support
  • Long titles intersecting with dates on the archive page

v0.6.0

08 Jan 13:31
b2adcbc
Compare
Choose a tag to compare

New features:

  • Post Thumbnails

You can now configure a thumbnail for each post, which will appear above the title on the index page and the post's page.

image

Please see the README.MD for instructions on how to do that.

v0.5.0

05 Jan 11:20
Compare
Choose a tag to compare

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

10 Dec 20:04
52da165
Compare
Choose a tag to compare

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

27 Oct 19:47
26f96be
Compare
Choose a tag to compare

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

25 Oct 11:26
Compare
Choose a tag to compare

New features:

  • CSS rules for ultrawide monitors
  • CSS rules for printing
  • Added Finnish language support
  • Added Persian language support
  • Added Italian language support

Fixes:

  • Cleaned up code to improve maintainability

v0.2.0

25 Aug 10:04
e50fc74
Compare
Choose a tag to compare

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

v0.1.0

18 May 19:41
e50fc74
Compare
Choose a tag to compare

Initial release anatole theme for Hugo