Skip to content

Releases: chringel21/chringel-hugo-theme

v1.3.1

26 Aug 07:14
Compare
Choose a tag to compare

Features

  • Add responsive image rendering
  • Add structured metadata JSON-LD
  • Add favicon support
  • Add 'tag cloud'
  • Publishing via brid.gy
  • New content type notes for your micropub needs
  • Post now can contain a lastmod date for updates
  • Configurable Previous post/Next post links
  • Add possibility for custom taxonomy series
  • Add webmention endpoints

Fixes

  • Remove unused SEO related keywords
  • RSS feed item includes whole post, instead of summary
  • Fix incorrect newline after link
  • Minor layout fixes
  • A couple of updated icons
  • Update parsing webmentions
  • Fix default number of post per pagination and taking it actually into account
  • Fix overlapping headings and navbar
  • Remove double main tag
  • Restructure single post and post lists to remove double code
  • Fix timezone problem
  • Fix missing author photo in h-entry
  • Improve webmention layout
  • Fix uncovered case of missing SVG icon

What's Changed

  • some updated versions by @Awan in #4

New Contributors 🚀

  • @Awan made their first contribution in #4

Full Changelog: v1.3...v1.3.1

v1.3

24 Jun 14:37
Compare
Choose a tag to compare

Fixes

  • Update prettier 2d13189
  • Update post archetype to reflect updated front matter params for post cover images 06779a4 52edaa4
  • Fix hyperlink rendering additional whitespace 34217a9 77a1699
  • Fix featured post image overflowing on md screens acf4f18
  • Use fallback caption for images 8739f10

Features

Full Changelog: v1.2.1...v1.3

v1.2.1

19 Apr 07:40
Compare
Choose a tag to compare

v1.2.1

Features

  • Allow Markdown for image captions d5bea2f
  • Use page bundle image resources over assets 093d6cc
  • Add a page bundle archetype for creating new content 8db453d, see documentation

Fixes

  • Include JS also on blog type pages 9c33a48
  • Improve readability on code blocks d2aa310

Accessibility improvements

  • Set explicit width and height for images on start page 3e04221
  • Change header order on start page a4cfedd
  • Improve contrast for better readability 350572b

Full Changelog: v1.2...v1.2.1

v1.2

04 Apr 15:16
Compare
Choose a tag to compare

Features

  • Resume - Create styled and printable resume pages from JSON data based on JsonResume schema
  • Add lazy loading for images

Full Changelog: v1.1.4...v1.2

v1.1.4

23 Mar 16:31
Compare
Choose a tag to compare

v1.1.2

22 Mar 14:08
Compare
Choose a tag to compare

Fix

  • Reworked Tailwind config
  • Remove PurgeCSS

Full Changelog: v1.1.1...v1.1.2

v1.1.1

22 Mar 07:56
Compare
Choose a tag to compare

Fix

  • Fix missing CSS classes not being built for production

Full Changelog: v1.1.0...v1.1.1

v1.1.0

21 Mar 12:31
Compare
Choose a tag to compare

Features

  • Deeplinks: hover over a heading in a post to copy a link to that heading

Fixes

Full Changelog: v1.0.0...v1.1.0

v1.0.0

02 Mar 19:00
Compare
Choose a tag to compare

Initial release

What's Changed