# blog **Repository Path**: gitee-frontend/blog ## Basic Information - **Project Name**: blog - **Description**: Gitee 前端技术博客 - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: https://gitee-frontend.gitee.io/blog - **GVP Project**: No ## Statistics - **Stars**: 8 - **Forks**: 6 - **Created**: 2019-10-22 - **Last Updated**: 2023-02-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Gitee 前端技术博客 记录一些技术问题和解决方法。 ## 用法 ```bash # 安装依赖 npm install # 新建一篇文章 hexo new post 文章标题 # 在本地运行服务,查看网站 hexo server # 部署网站到 Gitee Pages hexo deploy ```