Skip to content

Releases: g1eny0ung/hugo-theme-dream

v3.2.0

25 Jul 09:34
Compare
Choose a tag to compare

Added

  • Add showPrevNextPost param to control the display of previous and next post links in the single post page
  • Add showTableOfContents param to control the display of the table of contents in the single post page

PRs

Full Changelog: v3.1.1...v3.2.0

v3.1.1

23 Jul 08:04
Compare
Choose a tag to compare

Changed

  • Adjust shadow style of navbar
  • Now if a paginator has only one page, the previous and next buttons will be hidden

Fixed

  • Correct the usage of semantic elements in baseof.html and single.html

Full Changelog: v3.1.0...v3.1.1

v3.1.0

18 Jul 04:14
Compare
Choose a tag to compare

Added

Changed

  • Upgrade imagesloaded to 5.0.0

Fixed

  • Fix the problem of misaligned images during initial loading

Full Changelog: v3.0.1...v3.1.0

v3.0.1

12 Jul 06:35
Compare
Choose a tag to compare

Fixed

  • Add WAI-ARIA roles to some non-semantic elements
  • Fix mobile layout in term.html
  • Add mobile display for nav right section

Full Changelog: v3.0.0...v3.0.1

v3.0.0

09 Jul 07:49
Compare
Choose a tag to compare

🎉 Hugo Theme Dream 3.0 is released.

See the migration guide for more details.

Release 2.0.0-beta.1

06 May 10:58
Compare
Choose a tag to compare

The beta.1 version adds some new params and also with lots of bug fixes, mainly includes:

  • Hide themeSwitch when no dark params
  • Construct $termLink with relLangURL (#173)
  • Add param reversePostAndAside
  • Keep the original taxonomy name
  • Consider motto as safeHTML (#185)
  • Add single page param nolastmod
  • Add experimental.jsDate param
  • Add param maxTags
  • Add param shareInAside
  • Italian translation (#191)
  • Remove blogAlias in i18n

Release 2.0.0-beta

01 Feb 05:56
0fc1ce1
Compare
Choose a tag to compare

The new version brings some new design elements and bug fixes, includes:

  • New header component
  • At the same time, remove some clutter or repetitive elements
  • Deprecate categoriesLimitInHeader param
  • Replace headerBottomText param to footerBottomText
  • Improve semantic HTML tags
  • Add share buttons in post page

Release 1.6.0

30 Jan 14:33
Compare
Choose a tag to compare
  • Process term name with humanize | title
  • Support TOC
  • Add avatar post param
  • Add defaultDark param
  • Add advanced params
    • customCSS
    • customJS
  • Add portuguese translation (#167)
  • Add portuguese dates (#168)
  • Bugs fixes

Release 1.5.0

22 Oct 03:08
Compare
Choose a tag to compare
  • Support Netlify CMS
  • backgroundImage fallback to background when not defined
  • Rewrite showSummaryCoverInPost
  • Valine comments support (#144)
  • Add hasTwitterEmbed param
  • Add headerTitle param to replace legacy blogAlias
  • Add backgroundDark and backgroundImageDark params (#153)
  • Bugs fixes

Release 1.4.0

24 Aug 02:48
Compare
Choose a tag to compare
  • Add search
  • Change style of paginator
  • Add highlight.js support
  • Add headerBottomText param
  • Add authorlink param in post frontmatter
  • Add categoriesLimitInHeader param