github|github hexo 博客搭建
环境准备:
安装node.js
npm 加载 hexo
hexo
hexo init blog
hexo s 启动服务, 浏览器访问 http://localhost:4000 就可以查看到结果了。
next 主题:
https://theme-next.iissnan.com/getting-started.html
【github|github hexo 博客搭建】github 配置ssh key
npm安装插件 hexo-deployer-git
npm install hexo-deployer-git --save
_config.yml 配置修改
deploy:
type: git
repository: git地址
branch: master
推荐阅读
- Python(pathlib模块)
- Hexo代码块前后空白行问题
- 一切顺利、一路平安
- 圆形菜单
- 03_ARMv8指令集介绍加载与存储指令
- 叮咚~您有一份GitHub2020年度报告待查收
- Git上传至GitHub
- eclipse上传项目到github操作步骤
- 做好博客推广有哪些方法()
- 发现一个不错的机器学习博客