# blog **Repository Path**: talkart_devteam/blog ## Basic Information - **Project Name**: blog - **Description**: 貟王军技术博客 - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: https://talkart_admin.gitee.io/blog - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 6 - **Created**: 2020-08-20 - **Last Updated**: 2024-01-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 码云技术博客 记录一些技术问题和解决方法。 ## 用法 ```bash # 安装依赖 npm install # 下载主题 git submodule init git submodule update # 复制主题配置文件 cp _config.theme.icarus.yml themes/icarus/_config.yml # 新建一篇文章 hexo new post 文章标题 # 在本地运行服务,查看网站 hexo server # 部署网站到 Gitee Pages hexo deploy ```