Skip to content

eEricZeng/hexo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hexo

hexo blog framework come frome hexo

Dependency

node.js

Commands

Create a new blog

hexo new "my blog"

Run server

hexo server
# or
hexo s

Generate static files

hexo generate
# or
hexo g

Deploy to remote sites

hexo deploy
# or
hexo d