Releases: g1eny0ung/hugo-theme-dream
Releases · g1eny0ung/hugo-theme-dream
v3.5.0
🍃 Hugo Theme Dream 3.5 introduces Zen mode. View Zen Mode for more details.
Here is a demo of the Zen mode: https://g1en-site-zen-mode-preview.netlify.app/.
Added
- Zen mode: a simple layout that allows you to concentrate on reading and writing #299
Changed
- Now taxonomy pages follow the same layout as the home page
Deprecated
- If you still use
disqusShortname
, please replace it withservices.disqus.shortname
Fixed
- Fix height of
.flip-container
class - Fix tabindex issue in nav menu
PRs
- feat: Zen mode by @g1eny0ung in #299
Full Changelog: v3.4.1...v3.5.0
v3.4.1
Added
- Allow text-based custom nav items
Changed
- Refactor the implementation of localized time #298
PRs
- refactor: localized time by @g1eny0ung in #298
Full Changelog: v3.4.0...v3.4.1
v3.4.0
Added
- Add
reorderNavItems
andcollapseNavItems
params to reorder and collapse navigation items - Add
[params.navItems]
to append custom items to the navbar
Changed
- Minimalize the theme css
Fixed
- Add missing descriptive attributes in some elements
PRs
- feat: flexible nav items by @g1eny0ung in #296
Full Changelog: v3.3.0...v3.4.0
v3.3.0
Added
- Support arbitrary taxonomies #292
Fixed
- Fix the overflow problem of pre's content
- Fix an overflow problem when users enable always show scroll bars in the system settings
- Resources accessibility when deploying site to a subdomain #295
PRs
- feat: support arbitrary taxonomies by @g1eny0ung in #292
- fix: relative paths of resources by @g1eny0ung in #295
Full Changelog: v3.2.0...v3.3.0
v3.2.0
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
- feat: support TOC in v3 by @g1eny0ung in #290
Full Changelog: v3.1.1...v3.2.0
v3.1.1
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
andsingle.html
Full Changelog: v3.1.0...v3.1.1
v3.1.0
Added
- Support image optimization for summary images. See Image Optimization for more details.
Changed
- Upgrade
imagesloaded
to5.0.0
Fixed
- Fix the problem of misaligned images during initial loading
Full Changelog: v3.0.1...v3.1.0
v3.0.1
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
🎉 Hugo Theme Dream 3.0 is released.
See the migration guide for more details.
Release 2.0.0-beta.1
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