Skip to content

Releases: chrismwilliams/astro-theme-cactus

v2.7.0

17 Aug 14:24
Compare
Choose a tag to compare

What's Changed

  • feature: add an updated date field to blog post's, and a time to read. #99
  • remove theme colours from site config. It now sets the meta theme-color by the current css var --theme-bg. #102
  • Add Sitemap in head section. Thanks to @vedxp in #101

Full Changelog: v2.6.0...v2.7.0

v2.6.0

11 Jul 08:35
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.5.1...v2.6.0

v2.5.1

07 Jul 10:17
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.5.0...v2.5.1

v2.5.0

04 Jul 11:14
Compare
Choose a tag to compare

What's Changed

  • Feature: the ability to add a cover image to posts

Full Changelog: v2.4.1...v2.5.0

v2.4.1

04 Jul 08:24
Compare
Choose a tag to compare

What's Changed

  • Refactor to theme switching. Also fixes the svg flashing on page load

Full Changelog: v2.4.0...v2.4.1

v2.4.0

03 Jul 10:39
Compare
Choose a tag to compare

What's Changed

  • Feature: add astro assets support.
    • Images in markdown now auto transformed. Astro docs
    • This change removes the plugin @astrojs/image.

Full Changelog: v2.3.1...v2.4.0

v2.3.1

29 Jun 12:18
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.0...v2.3.1

v2.3.0

05 Jun 09:39
Compare
Choose a tag to compare

Changes

  • fix typos by @valcosmos in #78
  • Updates Astro (2.5.7) and dependencies to the latest version
  • Rename posts/[post].astro to posts/[slug].astro
  • Enable compress HTML in Astro config
  • Refactor types for Content Collections, fixes: #79

v2.2.3

26 May 09:50
Compare
Choose a tag to compare

Fixes

  • Consistent trailing links

v2.2.2

26 May 09:38
Compare
Choose a tag to compare

Fixes

  • Fixes build issue with Satori og images. Many thanks to @hacktivateit