Releases: EmielH/tale-hugo
Releases · EmielH/tale-hugo
Version 2.2.0
Version 2.1.0
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
Breaking changes
- Tale now uses Hugo Menus (#29, thanks to @gavinr).
The i18n stringsposts
andabout
have been removed from the theme. If you did not overrideheader-menu.html
or if you used these strings in your ownheader-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
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
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
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 usingwith .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
Version 1.0.0
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