Skip to main content

BookStack Rocks

The blog has finally migrated from VitePress to BookStack. During the migration, many modifications were made by Cursor, costing $0.08 per session 💰.


VitePress Style

The Markdown rendering style is basically consistent with the VitePress style.


New List View

Shelves and Books pages support List View without requiring images.


Markdown Extension

Supports VitePress Markdown extensions:

Code Block Title

```bash [title]
echo hello
```
title
echo hello

Code Group

::: code-group

```bash [macOS]
macOS
```

```bash [Linux]
Linux
```

:::
macOS

Callout Container

::: info title
info
:::

title

info


Hero Page Index

Supports Hero Page homepage, Hero Link can be configured in the backend.

hero-link.png


Comment Rate Limit

Supports global and user-level comment rate limiting.

comment-rate-limit


Bugfix