My personal blog powered by Hexo. Visit at afunTW.github.io
- Static site generation with Hexo
- Clean and responsive design
- Automated deployment with GitHub Actions
- Markdown support for content creation
- Code syntax highlighting
- Categories and Tags support
- Archive pages
- Hexo - Static site generator
- Node.js - JavaScript runtime
- GitHub Actions - CI/CD pipeline
- GitHub Pages - Hosting platform
- Node.js (v18 or higher)
- npm or yarn
- Git
- Clone the repository
git clone https://github.com/afunTW/blog.git
- Install dependencies
npm install
- Start the development server
hexo server
hexo new post "My New Post"
The blog is automatically deployed to GitHub Pages when changes are pushed to the main branch.
This project is licensed under the MIT License - see the LICENSE file for details