Skip to content

All versions since 0.22.0

0.22.0

Minor Changes

  • #144 93a5d70 Thanks @HiDeoo! - Adds support for defining excerpts using excerpt delimiters in blog posts. Any content above an excerpt delimiter will be used as the excerpt of a blog post.

    To learn more about excerpts, check the new “Excerpts” guide.

0.23.0

Minor Changes

  • #147 23f3f67 Thanks @HiDeoo! - Uses Starlight’s built-in support for internationalization powered by i18next to render blog post creation and update dates.

    This change allows for more flexibility in formatting and translating these dates, including the ability to use different formats for different locales.

    The starlightBlog.post.date string has been added to the list of UI strings provided by the plugin and the existing starlightBlog.post.lastUpdate string has been updated.

0.23.1

Patch Changes

0.23.2

Patch Changes

0.24.0 Latest

Minor Changes

  • #162 bc995dc Thanks @HiDeoo! - Exposes a list of all the authors in the blog data object accessible on Starlight pages using Astro.locals.starlightBlog.authors. This can be useful for example to create a widget that lists all the authors of your blog on your homepage.

    See the “Blog Data” guide for more information.

  • #160 f91a48c Thanks @HiDeoo! - Adds support for remote cover images in blog posts.

  • #155 e5746c1 Thanks @HiDeoo! - Adds support for metrics that can be displayed alongside blog posts, such as an estimated reading time or a word count.

    To learn more about metrics, check the new “Metrics” guide.