v5.4.0
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 acontent/home/
widget:design: background: video: path: intro.mp4 flip: false
- simply upload an (optimized) video, such as intro.mp4, to your
- 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
- Update Hebrew translation by @paazca in #2375
- Add dutch address format by @mitchellolsthoorn in #2387
- adding en-ca and fr-ca format by @JOduMonT in #2389
- docs: Fix broken link in readme by @RoneoOrg in #2385
- feat: add support for rCAPTCHA in Formspree forms by @bevsxyz in #2377
- Improved Netlify Forms by @rodrigoalcarazdelaosa in #2394
- Make zh-Hant translation more accurate by @hk7math in #2404
- feat: add shortcode to render a CSV as a table by @bevsxyz in #2393
- Remove unwanted spaces in custom page links by @rodrigoalcarazdelaosa in #2412
- Add width and height to header/featured image by @jtatum in #2463
- Don't index private pages by @jtatum in #2464
- Update Academicons font library to v1.9.1 by @mitchellolsthoorn in #2505
- Refactor Classic Font Set Google Fonts Syntax by @gavinrozzi in #2516
- Eliminate
cdnjs.cloudflare.com
; Update all SRI by @IceCodeNew in #2512 - Update publication.html by @liyao001 in #2533
New Contributors
- @mitchellolsthoorn made their first contribution in #2387
- @JOduMonT made their first contribution in #2389
- @RoneoOrg made their first contribution in #2385
- @bevsxyz made their first contribution in #2377
- @hk7math made their first contribution in #2404
- @jtatum made their first contribution in #2463
- @gavinrozzi made their first contribution in #2516
- @IceCodeNew made their first contribution in #2512
- @liyao001 made their first contribution in #2533
Full Changelog: v5.3.0...v5.4.0