Hugo Theme Zen Versions Save

A fast and clean Hugo base theme with css-grid and Hugo pipes support.

v3.9.0

2 months ago

Changes

  • Add loading=lazy to img tags.
  • Support more math tags as implemented in Hugo v0.122.0.
  • Improve the flex-group component.
  • Close mobile menu with esc key.
  • Implement LinkTitle in menus, making it easy to set in frontmatter.
  • Add demosite to theme.toml (#110) @leoheitmannruiz

Contributors to this release: @frjo and @leoheitmannruiz

Full changelog: https://github.com/frjo/hugo-theme-zen/compare/v3.8.1...v3.9.0

v3.8.1

4 months ago

Changes

  • Respect prefers-reduced-motion when adding motion.
  • Correcting ui-serif font stack, Chrome does not support ui-serif yet.

Contributors to this release: @frjo

Full changelog: https://github.com/frjo/hugo-theme-zen/compare/v3.8.0...v3.8.1

v3.8.0

5 months ago

Changes

  • Improve cookieconsent box styling.
  • Implement the font stacks from modernfontstacks.com.
  • Update Alpine and jQuery libs.

Contributors to this release: @frjo

Full changelog: https://github.com/frjo/hugo-theme-zen/compare/v3.7.1...v3.8.0

v3.7.1

5 months ago

Changes

  • Only add vertical rythm to image class, not to img element.
  • Stop content in main from streatching when as grid.
  • Remove extra margin block end to site header.

Contributors to this release: @frjo

Full changelog: https://github.com/frjo/hugo-theme-zen/compare/v3.7.0...v3.7.1

v3.7.0

5 months ago

Changes

  • Remove all content div wrappers. Use grid template columns for main to support stretch and breakout classes.
  • Move content closer up to related header.
  • Move image styles from _zen to base.
  • Only add margin att block end, not start on group elements.
  • Update search field reset to only effect Safari on none mobile.
  • Other minor adjustments.

Contributors to this release: @frjo

Full changelog: https://github.com/frjo/hugo-theme-zen/compare/v3.6.0...v3.7.0

v3.6.0

6 months ago

Changes

  • Updated to author params and GoogleAnalytics params with Hugo v0.120.0.
  • Bug in podcast rss template, it is with not width.
  • Lint js fix.
  • Correcting default hover colours for links and buttons.
  • If with or height is set in img and figure shortcodes, use that even when size is set.

Contributors to this release: @frjo

Full changelog: https://github.com/frjo/hugo-theme-zen/compare/v3.5.0...v3.6.0

v3.5.0

6 months ago

Changes

  • Better bullet for straight-left lists.
  • Updates to Cloudcannon example conf.

🐛 Bug Fixes

  • Make search work for all languages when contentDir is set. (#106) @frjo

Contributors to this release: @frjo

Full changelog: https://github.com/frjo/hugo-theme-zen/compare/v3.4.5...v3.5.0

v3.4.5

7 months ago

Changes

  • Support optional head and footer partials.
  • Add a fit-content variant to box component.
  • Add wrapper start and end shortcodes. Make editing in Cloudcannon easier since we can avoid nested shortcodes.
  • Fix bug in spacing mixin.

Contributors to this release: @frjo

Full changelog: https://github.com/frjo/hugo-theme-zen/compare/v3.4.4...v3.4.5

v3.4.4

7 months ago

Changes

  • Add the siteName param so site name can optionaly be set to visually-hidden.
  • Use brand colours as default for links and button colour for zen menu items.
  • Bump postcss from 8.4.26 to 8.4.31 (#105) @dependabot

Contributors to this release: @dependabot, @dependabot[bot] and @frjo

Full changelog: https://github.com/frjo/hugo-theme-zen/compare/v3.4.3...v3.4.4

v3.4.3

7 months ago

Changes

  • Fix cloudcannon conf for wrapper shortcode.
  • Set once: true for all addEventListener in contact.js so not to waste CPU cycels.
  • Use js.Build for minify in math partial.
  • Templates white space fixes.
  • flex-direction is already dir aware, no need to manually add it.

Contributors to this release: @frjo

Full changelog: https://github.com/frjo/hugo-theme-zen/compare/v3.4.2...v3.4.3