SetHexo
- Create github Repository
1 | Public |
- Install Hexo
1 | sudo npm install hexo-cli -g |
if deploy git error
1 | sudo npm install hexo-deployer-git --save |
- Create doc
1 | hexo init [folder] |
Create blog page1
hexo new "pagename"
- deploy
1 | hexo clean |
Modify navbar
sample landscape1
edit _config.yml
DISQUS
_config.yml (root)1
2# Disqus
disqus_shortname: 這裡填剛剛的 Shortname