# 博客源码 **Repository Path**: sunliusen/blog_source_code ## Basic Information - **Project Name**: 博客源码 - **Description**: 博客 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-10-23 - **Last Updated**: 2024-12-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: 博客 ## README # 博客源码 ## 运行 ``` 1. npm install 2. hexo clean 3. hexo g 4. hexo d 5. yarn start || npm start 浏览器打开: http://localhost:8080 ``` ## 上传 ``` 1. hexo deploy 会上传到码云地址:https://gitee.com/sunliusen/blog ```