Wowchemy Hugo Modules Versions Save

😍 EASILY BUILD THE WEBSITE YOU WANT - NO CODE, JUST MARKDOWN BLOCKS! δ½Ώη”¨ε—θ½»ζΎεˆ›ε»Ίδ»»δ½•η±»εž‹ηš„η½‘η«™ - ζ— ιœ€δ»£η γ€‚ δΈ€δΈͺεΊ”η”¨η¨‹εΊοΌŒζ²‘ζœ‰δΎθ΅–ι‘ΉοΌŒζ²‘ζœ‰ JS

v5.4.0

2 years ago

A BIG shoutout to all the sponsors and contributors who supported this release πŸ™ŒπŸ»

What's Changed

  • a simpler variation of the About widget (widget: about.avatar)
    • even add your status/mood as an emoji on your avatar β˜•οΈ
    • example in the Blog template
  • new shortcode to display a CSV file as a table (docs)
    • now you can render CSV files (e.g. MS Excel, Pandas) as tables in your pages in addition to rendering tables from Markdown or Google Sheets
  • (finally!) localized dates (e.g. Chinese sites now also display dates in Chinese), facilitated by Hugo 0.87+
  • video backgrounds in widgets (example in the Fitness Coach template)
    • simply upload an (optimized) video, such as intro.mp4, to your assets/media/ folder and then add it as a background in a content/home/ widget:
      design:
        background:
          video:
            path: intro.mp4
            flip: false
      
  • support for rCAPTCHA in Formspree forms (#2377)
  • don't index private pages (where front matter private: true)
  • migrate from CDNJS to JSDelivr due to CDNJS issues in China
  • a Booking widget to enable visitors to book appointments with you (for sponsors)
    • great for coaching or appointment based services, such as a professor enabling students to easily schedule appointments with them, for example πŸ‘©πŸ»β€πŸŽ“

Help us improve. Take the feedback survey if you haven't already: https://forms.gle/bVyDCjSpYDPPqYJH9

Hugo Compatibility

  • Hugo Extended 0.87.0 - 0.89.4 Required
  • Tested with Hugo Extended 0.89.4 (recommended)

Community contributions

New Contributors

Full Changelog: https://github.com/wowchemy/wowchemy-hugo-themes/compare/v5.3.0...v5.4.0

v5.3.0

2 years ago

A BIG shoutout to all the sponsors and contributors who supported this release πŸ™ŒπŸ»

Features

  • portable figures - display your figures in Markdown editors like VSCode and Obsidian
    • Figures can now be created by using the standard, portable Markdown syntax: ![screen reader text](image.jpg "caption") where the image is in the page folder, the media library, or is a remote URI.
  • you can now personalize the content listing view on archive pages (_index.md) for courses, projects, taxonomies, and custom sections in the same way that you can already specify a view on the archives of other content types
  • support animated GIF in figures (3ea78d2c6662730c3905f2a3fc75d079ca86f565)
  • add show_date: false page option to hide date from a page
  • load all galleries from the assets/media/albums/ folder & add gallery display options
    • Add gallery order with options "asc" or "desc"
    • Add gallery resize_options which supports Hugo image processing options.
    • Fixes gallery zoom opening image in new tab (#2245)
  • Support custom footer in site folder at layouts/partials/hooks/footer.html (#2335)
    • For example, can be used to add columns of nav links to the footer.

Fixes

fix: editorial_workflow mode for Wowchemy CMS (#2319)

Other

feat: remove deprecated Docs layout - was replaced with Book in v5.0b0

Update

As requested by a large number of users over the years, you can now update Wowchemy directly from Github. See the TLDR section at https://wowchemy.com/docs/guide/update/

BREAKING CHANGES:

  1. The Hugo module names have been renamed as required by Hugo's module versioning system. Learn about the new module names in the TLDR section at https://wowchemy.com/docs/guide/update/
  2. Move gallery album folders to assets/media/albums/. Continue to choose the album name in the Gallery shortcode using the album option. Album names should be lowercase due to a Hugo bug: https://github.com/gohugoio/hugo/issues/7686

Hugo Compatibility:

Tested with Hugo Extended v0.84.1

v5.2.0

2 years ago

A BIG shoutout to all the sponsors and contributors who supported this release πŸ™ŒπŸ»

What's new? Check out the blog post: https://wowchemy.com/blog/v5.2.0/

Features

  • Add brand logos to Experience widget
  • Add brand logos to Accomplishments widget
  • feat: allow SVG as Hero image
  • feat: support custom experience order (#1761)
  • feat: only show User Group headings in People widget when multiple
  • feat: add new gradient_angle option to page builder
  • feat: support Bing site verification (#2287) via params.yaml > marketing > bing_site_verification

Fixes

  • fix: Language name doesn't appear for sub-codes such as zh-Hant

Other

  • remove deprecated netlify-cms-academic module that was replaced with wowchemy-cms

Upgrade your site

Run the Hugo commands:

hugo mod get github.com/wowchemy/wowchemy-hugo-modules/wowchemy@89d079b
hugo mod get github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms@89d079b

Update the Hugo Extended version in netlify.toml with HUGO_VERSION = "0.83.1"

Breaking Changes

  • rename assets/media/icon-pack to assets/media/icons (if the folder exists in your site)

v5.1.0

3 years ago

v5.0.0

3 years ago

v5.0.0-beta.3

3 years ago

v5.0.0-beta.2

3 years ago

v5.0.0-beta.1

3 years ago

v5.0.0-beta.0

3 years ago

v4.8.0

4 years ago