-
hexo n
to create a blog. -
hexo s -g
will generate and start a server locally. -
git push
to push source file. -
hexo d
to deploy the public folder to github.
-
Don't use
hexo init
command.If Hexo is installed, you can use above command line directly.
-
Don't forget to push the updated source file.