BookStack Rocks
The blog has finally migrated from VitePress to BookStack. During the migration process, many modifications were made,made most of which were completed usingby 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
Linux
Callout Container
::: info title
info
:::
title
info
Hero Page Index
Supports Hero Page homepage, Hero Link can be configured in the backend.
Comment Rate Limit
Supports global and user-level comment rate limiting.