Skip to main content

· One min read
X.L

Simply add Markdown files (or folders) to the blog directory.

Regular blog authors can be added to authors.yml.

The blog post date can be extracted from filenames, such as:

  • 2019-05-30-welcome.md
  • 2019-05-30-welcome/index.md

A blog post folder can be convenient to co-locate blog post images:

Docusaurus Plushie

The blog supports tags as well!

And if you don't want a blog: just delete this directory, and use blog: false in your Docusaurus config.

· One min read

history

Tom and Repraance

SWC replacing Babel by default

shuvi now uses Rust-based compiler SWC to compile JavaScript/TypeScript. This new compiler is more faster than Babel and promoted better development experience.

Parcel/css replacing Post-css by experimental

shuvi now uses Rust-based compiler @parcel/css to compile and minifier css content.

This new compiler is more faster than Post-css and excellent compression performance.

Enable experimental features to modify config