# old_ZHOUcourier.github.io **Repository Path**: alphergzhou/old_ZHOUcourier.github.io ## Basic Information - **Project Name**: old_ZHOUcourier.github.io - **Description**: my pages old - **Primary Language**: HTML - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-01-20 - **Last Updated**: 2026-01-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Victor's Blog This is the source code for Victor's personal blog, built using Hexo and the Fluid theme. ## Overview This is a static blog site generated with [Hexo](https://hexo.io/), using the [Fluid](https://github.com/fluid-dev/hexo-theme-fluid) theme. It features a clean, responsive design optimized for both desktop and mobile viewing. ## Key Features - Responsive layout that adapts to different screen sizes - Dark mode support - Article search functionality - Comment system integration (LeanCloud) - Web analytics (LeanCloud) - Code syntax highlighting - LaTeX math equation support - Mermaid diagram support ## Setup ### Prerequisites - Node.js (v12 or higher) - Git ### Installation 1. Clone this repository: ``` git clone https://github.com/yourusername/your-blog-repo.git cd your-blog-repo ``` 2. Install dependencies: ``` npm install ``` 3. Configure your site settings in `_config.yml` 4. Configure theme settings in `_config.fluid.yml` ## Usage ### Creating a New Post ``` hexo new "My New Post" ``` This will create a new Markdown file in the `source/_posts` directory. ### Generating Static Files ``` hexo generate ``` ### Running the Server Locally ``` hexo server ``` Then visit `http://localhost:4000` in your browser. ### Deploying Configure your deployment settings in `_config.yml`, then run: ``` hexo deploy ``` ## Customization - Modify `_config.yml` for site-wide settings - Modify `_config.fluid.yml` for theme-specific settings - Custom CSS can be added in `source/css/` - Custom JavaScript can be added in `source/js/` ## License This project is open source and available under the [GNU General Public License v3.0](LICENSE). ## Contact Victor - Alpherg_zhou@foxmail.com Project Link: [https://zhoucourier.github.io/](https://zhoucourier.github.io/)