Skip to content

Releases: chrismwilliams/astro-theme-cactus

v2.2.1

12 May 12:13
Compare
Choose a tag to compare

Fixes

  • Fixes the site url property to the correct domain. Many thanks to @Betmaster.

v2.2.0

19 Apr 14:19
Compare
Choose a tag to compare

Changes

v2.1.4

18 Apr 12:35
Compare
Choose a tag to compare

Updates to latest versions

v2.1.3

21 Mar 09:23
Compare
Choose a tag to compare

Fixes

  • Code blocks overflowing on mobile screens, #62 . Many thanks to @stevedsimkins.

v2.1.2

09 Mar 14:14
Compare
Choose a tag to compare

Changes

  • Date format options in src/utils/date.ts, are now set in the global config src/site.config.ts.
  • Removed stylelint due to only having a single css file

v2.1.1

28 Feb 09:20
Compare
Choose a tag to compare

Bugs

v2.1.0

23 Feb 11:24
Compare
Choose a tag to compare

Features

  • Social links now set in src/data/constants.ts
  • Table of contents will be omitted from a blog page without headings. Thanks to @thuanowa

Bugs

  • Update the netlify build settings - removes unnecessary pnpm setup

Styling

  • Add title spacing on blog pages. Thanks to @Elwafi-Elmehdi
  • Position and alignment change to the table of content, inc hierarchy for heading. Thanks to @gotofritz & @thuanowa

v2.0.3

14 Feb 10:15
Compare
Choose a tag to compare

Feature

  • Main site links set in /data/constants.ts. Thanks again to @await-ovo

v2.0.2

02 Feb 13:56
Compare
Choose a tag to compare

Feature

Add a scroll to top button on blog pages

Bugs

  • Remove whitespace on tags
  • Remove underline added by tailwindcss/typography

v2.0.1

01 Feb 15:47
Compare
Choose a tag to compare

Bugfix

  • Fixes mobile view of long titles in blog posts. Thanks to @Elwafi-Elmehdi for picking this up
  • Remove 0 being printed when frontmatter tags are omitted