Skip to content

Releases: frjo/hugo-theme-zen

2.3.3

10 Nov 13:38
Compare
Choose a tag to compare

What's Changed

  • New demo site https://zen-demo.xdeb.org/
  • Create render-link.html by @httpsecure in #66
  • Add class left/right/center support to img shortcode.
  • Add setting menuInHeader to allow the main menu to be moved to the header
  • Import extra scss to mobile and print.
  • Node package updates. (only used for linting)

New Contributors

Full Changelog: v2.3.2...v2.3.3

2.3.2

07 Aug 13:57
Compare
Choose a tag to compare
  • Simplify the mobile.js.
  • Add fill colour to language-icon.
  • Set tokenize forward for FlexSearch.js.
  • Fix mod install instruction to get v2 version of the theme.

Full Changelog: v2.3.1...v2.3.2

2.3.1

04 Aug 11:55
Compare
Choose a tag to compare
  • Trying to fix go mod version.

Full Changelog: v2.3.0...v2.3.1

2.3.0

04 Aug 11:12
Compare
Choose a tag to compare
  • Updated logo plus favicons and added logoWidth param.

Full Changelog: v2.2.0...v2.3.0

2.2.0

27 Jul 20:12
Compare
Choose a tag to compare

What's Changed

  • Updating lint packages and followup code style fixes.
  • Serbian translation (contribution by @tomaja-linuxo)
  • Turn zen theme into a hugo module (contribution by @deining)
  • Add a number of new shortcodes: button, detail/summary and svg.
  • Use gap instead of padding on menus.
  • Update umbrella.js, remove unused unminified version.
  • Add Alpine.js, will start expermimenting with this.
  • Add max-line-width 70ch for redability.
  • Implement variable zen-gutters with calc() based on vm.
  • Replace use of add with path.Join for buildig paths.
  • Replace ExecuteAsTemplate with js.Build for js files.

New Contributors

Full Changelog: v2.1.0...v2.2.0

2.1.0

03 May 05:32
Compare
Choose a tag to compare
  • Bug fix to contact.php.example. Missing space on end of line after wrap. Reported by @georgew509 in #57.
  • Add a new reflink shortcode.
  • Add aria-label in heading render hook example.

2.0.0

11 Mar 09:58
Compare
Choose a tag to compare

Version 2.0

  • Replaced "normalize" with slimmer and updated "reset". Removed everything for old IE versions.
  • Use of css4 variables. Colours are now used like this var(--color-brand).
  • The colours, fonts and variables sass files are now in the root sass directory.
  • Use site instead of .Site and $.Site.
  • Use a default line-height of unitless 1.5. For headers it is set to 1.3.
  • Added _extra.scss where variables can be overridden.

I use this myself since several month for all new sites I build so time to release it.

2.0.0 Beta 1

24 Jan 08:37
Compare
Choose a tag to compare
2.0.0 Beta 1 Pre-release
Pre-release

Full Changelog: v1.7.2...v2.0.0beta1

1.7.2

20 Oct 14:38
Compare
Choose a tag to compare
  • Update Flexsearch implementation.
  • Updates to README.

1.7.1

02 Aug 07:20
Compare
Choose a tag to compare
  • Add js libs lozad (lazy load images) and list (sort and filter any HTML).
  • Add srcset support to figure and img shortcodes.
  • Remove obsolete demo link from README.