Skip to main content

Blog

From time to time, I would like to document my journey. I also enjoy helping others and sharing what's useful.

Docusaurus blogging features are powered by the blog plugin.

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:

  • 2022-12-24-merry-christmas/index.md
  • 2023-01-01-first-blog-post.md

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

Example: Merry Christmas 2022

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.

MDX Blog Post

Blog posts support Docusaurus Markdown features, such as MDX.

tip

Use the power of React to create interactive blog posts.

<button onClick={() => alert('button clicked!')}>Click me!</button>