🎸日常笔记和总结
查看博客效果👉demo
git clone https://github.com/waydez/myBlog.git
要求:node.js
>= 12.13.0
## 安装依赖
npm install
# 安装应用主题,如果不安装应用主题,没办法正常使用和生成文章
# 也可以不加 -b <version number> 来获取最新版的主题版本
git clone https://github.com/ppoffice/hexo-theme-icarus.git themes/icarus [-b <version number>] --depth 1
npx hexo <command>
具体使用如下:
# 发布文章,浏览器目录path显示的就是后者,而我们文章标题为前者
npx hexo new post "我的中文标题" -s "my-url-title"
# 将md文件生成html文件资源
npx hexo g
# 开启本地服务
npx hexo s
# 部署到远程仓库,这里前提需要在 _config.yml 配置好相应的部署地址
npx hexo d