Skip to content

afunTW/blog

Repository files navigation

Personal Blog

Deploy Hexo site

My personal blog powered by Hexo. Visit at afunTW.github.io

🚀 Features

  • 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

🛠️ Tech Stack

🏗️ Development Setup

Prerequisites

  • Node.js (v18 or higher)
  • npm or yarn
  • Git

Local Development

  1. Clone the repository
git clone https://github.com/afunTW/blog.git
  1. Install dependencies
npm install
  1. Start the development server
hexo server

Creating New Posts

hexo new post "My New Post"

🚀 Deployment

The blog is automatically deployed to GitHub Pages when changes are pushed to the main branch.

📝 License

This project is licensed under the MIT License - see the LICENSE file for details

Packages

No packages published