Skip to content

Releases: lxndrblz/anatole

v1.2.0

04 Jul 20:05

Choose a tag to compare

New Features

  • Added the ability to include an imprint in the footer, which might be useful for all German users
  • Added NPM prettier code formatting
  • Added gitalk comments
  • Added the ability to show a simple TOC

Fixes

  • Sidebar URL is now dependent on the base URL configured for the site
  • Fixed various CSS related issues

v1.1.0

20 Jun 19:38
a9c9615

Choose a tag to compare

New Features

  • Added an option for displaying page content in full, if accessed by an RSS reader
  • Added the ability for external URL redirects, through specifying a redirect URL on a page or post
  • Added an option for displaying a section header on the main page

Fixes

  • Fixed a rare issue where the profile image would appear distorted
  • Improved the handling of the copyright string to allow markdown and date ranges
  • Improved the documentation, especially about the handling of favicons

v1.0.0

08 May 17:21
e6bd017

Choose a tag to compare

New Features

  • Added Japanese Translation
  • Allow an option for adjusting sidebar-content ratio

Fixes

  • Fixed styling of ordered and unordered lists
  • Fixed a spacing issue for apostrophes and quotation marks on Windows systems
  • Fixed a circumstance where the minification of assets would fail, when the theme is deployed through Cloudflare
  • Improved documentation

v0.9.0

18 Apr 13:43
88dbed3

Choose a tag to compare

New Features

  • Added Korean and Arabic Translation
  • Added RTL Support
  • User defined Post section names
  • Allow multiline slogans in the sidebar

Fixes

  • Improved the overall appearance to closer resemble the original theme by CaiCai
  • Resolved an issue where log links would overflow the page width
  • Darkened the dark mode
  • Changed URLs to relative URLs
  • Allow "." and "#" signs in tags and categories

v0.8.0

14 Mar 16:22

Choose a tag to compare

New features:

  • Show full content on front page
  • Ability to disable medium-zoom for images
  • Ability to disable comments per page
  • Google Analytics 4 support
  • Page-dependent meta descriptions
  • Added a short-code for floating images within content (big, left or right)
  • Added Commento comments support

Fixes:

  • Removed jQuery
  • Made OpenGraph support conditional to avoid a bug, if no taxonomy is defined
  • Updated Katex to the latest version

v0.7.0

03 Mar 17:56
8c5e1ee

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

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

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

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

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]"