Releases: cncf/dot-org-hugo-theme
v0.1.6
What's Changed
- Enhancement: Adding front-page to theme (#34) by @thetwopct
- Enhancement: Adds an external link icon to external links (#53) @cjyabraham
- Enhancement: Make menu start point dynamic (#57) by @thetwopct
- Enhancement: Stores search string in querystring to create a permalink to the search (#55) by @cjyabraham
- Enhancement: Update CSS to use existing CSS Variables
- Bugfix: Fixes escaping of img tag in nested shortcodes (#51) by @cjyabraham
Full Changelog: v0.1.5...v0.1.6
v0.1.5
This release moves the minimum Hugo version to v0.121.0.
If upgrading, you need to update your config file languages.yaml and move the description in to the params section.
Includes fixes and changes related to:
#22 Chore: Updated packages; Moved minimum Hugo version to v0.121.0
#44 Enhancement: Making twitter card more easily removable
#43 Enhancement: Improve breadcrumbs
#40 Bugfix: Moving description in to language params
#45 Bugfix: Escape alt and title tags properly
#47 Bugfix: Adds spacing to FAQ accordion when sticky header is true
#47 Bugfix: Adds spacing to anchor links when sticky header is true
#46 Bufgix: Fix entity escaping in rss.xml
v0.1.4
What's Changed
- Feature: Implemented Noindex - Use
noindex: true
in your frontmatter to prevent pages from being indexed by search engines. [#2] - Feature: Introduced Intro Shortcode - Formats a paragraph with larger text, ideal for use as an introduction paragraph on a page. [#36]
- Feature: Sticky Header Implementation - Added an option in the configuration to enable a sticky header on larger screens for enhanced navigation [#4].
- Feature: PageFind Search Integration - Introduced a new search functionality using PageFind, which can be enabled in the configuration settings [#35].
- Bugfix: Updated Menu Items - Adjusted menu items with children on desktop to not appear clickable, improving user interface clarity.
- Enhancement: Increased Breadcrumb and Byline Font Size - Enhanced readability by increasing the font size of breadcrumb trails and bylines.
- Enhancement: Adjusted Headings - Some headings have revised font sizes and spacing for better visual hierarchy and readability.
- Enhancement: Moved Submenus Upwards - Submenus are now closer to the top navigation bar for easier access and improved user experience.
- Chore: Renamed iframe.scss - File renamed to _iframe.scss for consistency with naming conventions [#33].
Full Changelog: v0.1.3...v0.1.4
v0.1.3
- iFrame shortcode is now responsive, updating readme, demo page to reflect
- Removing prettier config and prettier-plugin-go-template, #31
- Adding hugo_stats.json to gitignore, #31
- Upgrading packages, #22
- Fix orphan closing div in img shortcode
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- Various UI tweaks by @cjyabraham in #24
- Fix describing ShowHeader frontmatter, #30
- Right aligning text in footer on desktop
- Fix word-wrap in mobile footer git/accessibility section
- Added a bunch of dummy posts to the example theme data to demonstrate pagination
- Adds pagination to the blog (#5)
- Added Pinterest social share (#23)
- Updated site variables don't need to be nested in "params" #20
- Using site predefined .Copyright config option correctly (#21)
- Added an intermediate color for hover of secondary and teriary buttons (#16)
- Removes extra right margin in mobile menu (#17)
- Increases size of footer text (#9)
Full Changelog: v0.1.1...v0.1.2