Releases: frjo/hugo-theme-zen
Releases · frjo/hugo-theme-zen
2.3.3
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
- @httpsecure made their first contribution in #66
Full Changelog: v2.3.2...v2.3.3
2.3.2
- 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
- Trying to fix go mod version.
Full Changelog: v2.3.0...v2.3.1
2.3.0
- Updated logo plus favicons and added logoWidth param.
Full Changelog: v2.2.0...v2.3.0
2.2.0
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
- @tomaja-linuxo made their first contribution in #58
- @deining made their first contribution in #59
Full Changelog: v2.1.0...v2.2.0
2.1.0
2.0.0
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
Full Changelog: v1.7.2...v2.0.0beta1