博客配置

TOC配置:
https://github.com/bubkoo/hexo-toc

1
npm install hexo-toc --save
1
2
3
4
5
6
7
8
9
toc:
maxdepth: 3
class: toc
slugify: transliteration
decodeEntities: false
anchor: false
# position: after
# symbol: ‘#’
# style: header-anchorhexo

部署配置

1
npm install hexo-deployer-git --save
1
2
3
4
5
6
# Deployment
## Docs: https://hexo.io/docs/one-command-deployment
deploy:
type: git
repo: https://github.com/MGintoki/MGintoki.github.io.git
branch: master