Build Your Own Blog with Hexo
This guide walks you through the process of creating a personal blog using Hexo. It includes environment setup, Hexo installation, theme configuration, and running the site locally.
1. Install Development Environment (Node.js)
Download and install the LTS version of Node.js from the official website:
2. Install Hexo and Initialize Blog
Run the following commands in your terminal:
1 | npm install -g hexo-cli # Install Hexo CLI globally |
📘 Visit the official documentation: https://hexo.io/zh-cn/
3. Install Butterfly Theme
Butterfly is a powerful and beautiful theme for Hexo.
butterfly
Theme configuration
Just follow the guidelines to set up almost all the basic configurations.