Hexo
博客需要修改两个配置文件:
- 站点的配置文件:
/_config.yml
- 模板的配置文件:
/themes/next/_config.yml
以下内容将主要围绕这两个文件展开。
安装 NexT
- 下载
hexo-theme-next
: NexT - 修改站点配置文件:
language: zh-Hans
url: http://yumuzi.github.io/
theme: next
# Deployment
## Docs: https://hexo.io/docs/deployment.html
deploy:
type: git
repo: git@github.com:yumuzi/yumuzi.github.io.git
branch: master