
My personal blog Microdust
Microdust 微尘, created by Azeril, is an engaging blog dedicated to sharing insights and experiences on coding and blog development. It emphasizes the utilization of multiple tools and services to enhance the blogging process and offers readers a comprehensive understanding of the essentials of setting up a successful Jekyll blog.

Jekyll is a static site generator written in Ruby that allows you to create simple, fast, and secure websites without the need for a database.
Blog websites feature posts written by one or more authors, organized by categories and tags, with a section for comments and archives sorted by date or topic. Additional features may include search bar, social media sharing, subscription or RSS feed, about and contact pages, and visual content.
Gridsome is a Vue.js-based static site generator that makes it easy to build fast and flexible websites and applications by leveraging modern web technologies like GraphQL, Webpack, and hot reloading
Grunt is a popular JavaScript task runner that automates repetitive tasks like minification, compilation, and testing, allowing developers to focus on writing code.