Skip to content

Releases: EmielH/tale-hugo

Version 2.2.0

10 Mar 20:18
39b140b
Compare
Choose a tag to compare

Changes

  • Added support for Hugo's internal Google Analytics template (#49, thanks to @elessar-ch)
  • Added support for Italian (#40, thanks to @gosub) and Polish (#47, thanks to @pawelmhm)

Supported Hugo versions

Hugo 0.50 and newer.

Version 2.1.0

28 Sep 09:31
c743559
Compare
Choose a tag to compare

Changes

  • Added line-wrapping long lines in code blocks (#31, thanks to @dagon666)
  • Added option to use Disqus (#39, thanks to @haohanyang)
  • Changed post info to use .site.Author.name
    The footer already used .Site.Author.name instead of .Site.Params.Author and now post info uses this variable as well. You can now safely delete .Site.Params.Author from your configuration.
  • Fixed font urls for sites that are not published at root

Supported Hugo versions

Hugo 0.50 and newer.

Version 2.0.0

09 Oct 08:53
Compare
Choose a tag to compare

Breaking changes

  • Tale now uses Hugo Menus (#29, thanks to @gavinr).
    The i18n strings posts and about have been removed from the theme. If you did not override header-menu.html or if you used these strings in your own header-menu.html, they will no longer work. You can either make your own i18n strings, or update your site to use the new Hugo Menus feature.

Changes

  • The fonts that Tale uses are now included with the theme, instead of fetched from Google's CDN (#30, thanks to @dadosch).
    This makes the theme more privacy friendly and makes it easier to comply with GDPR.

Supported Hugo versions

Hugo 0.50 and newer.

Version 1.1.3

30 Sep 20:25
Compare
Choose a tag to compare

Changes

  • Fixed list of posts on the home page. Behaviour for this list changed in Hugo 0.58 (#28, thanks to @deniskyashif)

Supported Hugo versions

Hugo 0.50 and newer.

Version 1.1.2

03 Aug 08:42
Compare
Choose a tag to compare

Changes

  • Added French translation
  • Parse Markdown in summary variable in page frontmatter
  • Delete superfluous spaces in title tag

Supported Hugo versions

  • 0.50
  • 0.51
  • 0.52
  • 0.53
  • 0.54.0
  • 0.55.6
  • 0.56.3

Version 1.1.1

14 Apr 17:58
Compare
Choose a tag to compare

Changes

  • Deprecated call to .Page.URL has been removed.
    Checking if a page is the homepage is now done using .IsHome instead.
  • Deprecated call to .Page.RSSLink has been removed.
    The RSS link is now constructed using with .OutputFormats.Get "RSS" and .RelPermalink instead.

Supported Hugo versions

  • 0.50
  • 0.51
  • 0.52
  • 0.53
  • 0.54.0
  • 0.55.1

Version 1.1.0

03 Mar 14:17
Compare
Choose a tag to compare

New features

  • Add option to include additional CSS files (#13)

Bugfixes

  • Add background color in SCSS (#14)

Supported Hugo versions

  • 0.50
  • 0.51
  • 0.52
  • 0.53
  • 0.54

Version 1.0.0

17 Feb 11:38
Compare
Choose a tag to compare

A port of the Tale theme for Hugo. Tale is a minimal theme curated for storytellers.

Making releases for Tale to have an overview of changes for people who use the theme in production.

Supported Hugo versions

  • 0.50
  • 0.51
  • 0.52
  • 0.53
  • 0.54