How this blog site is built?
This blog was created using Hexo, a fast and simple static site generator, and enhanced with the Butterfly theme. Here’s a step-by-step tutorial on how this site is built: Chapter 1: Building a Hexo Blog SiteThis chapter covers the process of setting up a blog using Hexo and the Butterfly theme. 1. Set up the environmentFirst, ensure you have Node.js installed on your system. Then, install Hexo globally via npm: 1npm install -g hexo-cli 2. Create a new Hexo projectCreate a new directory for...