Skip to content

WhiteCode2016/HexoBlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github+Hexo搭建个人博客

参考资料
  1. 20分钟教你使用hexo搭建github博客
  2. 如何在不同电脑上同时写hexo博客?
代码仓库
主题和第三方插件
  1. 主题:Next
  2. 评论:LiveRe(来必力)
  3. 分享:JiaThis
  4. 统计:LeanCloud
  5. 搜索:algolia
  6. 图片存储:七牛云
  7. RSS
操作
1、clone项目
  git clone git@github.com:WhiteCode2016/HexoBlog.git
  
2、本地部署
  npm install hexo
  npm install
  npm install hexo-deployer-git --save
3、新建博文
  git pull origin hexo
  hexo new "work PC test"
4、本地运行查看(localhost:4000)
  hexo server
5、推送到hexo分支
  git add .
  git commit -m "add work PC test"
  git push origin hexo
6、部署到master分支
  hexo g -d

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published