Skip to content
Souloss
Go back
astro-minimax 0.8.3

astro-minimax 0.8.3

astro-minimax 0.8.3: Cover image support, settings panel, floating series navigation, preferences system, and more.

astro-minimax 0.8.3 is a feature release with significant user experience improvements and new functionality.

New Features

Cover Image Support

New cover field for blog post cover images, distinguished from ogImage (social sharing):

FieldPurposeUse Case
coverCover imageDisplayed on post cards, article lists, and article banners
ogImageSocial sharing imageDisplayed when sharing links on social media

Fallback behavior:

  1. If cover is not set but ogImage is set → ogImage will be used as the cover
  2. If neither is set → Dynamic OG image is auto-generated for both scenarios
---
title: Post Title
cover: ../../../assets/images/cover.png # Cover for blog display
ogImage: https://example.com/og.png # OG image for social sharing (optional)
---
yaml

Settings Panel

Brand new settings panel with rich customization options:

Click the settings icon in the bottom-right corner to open the panel.

Floating Series Navigation

On article detail pages, if the post belongs to a series, a floating navigation appears on the right:

Unified PostMeta Component

New PostMeta component for consistent metadata display:

Preferences System

Centralized preferences management system:

Statistics Overview

Added statistics overview sections to archives, categories, series, tags, and friends pages showing total counts.

Improvements

Upgrade Guide

If you’re using 0.8.1, simply update dependencies:

pnpm update @astro-minimax/core @astro-minimax/ai @astro-minimax/cli @astro-minimax/notify
bash

Acknowledgments

Thanks to all contributors and users who provided feedback!



Next Post
Settings Panel & Preferences

评论区

文明评论,共建和谐社区