Your local source code is hexo. Using the command hexo g以后,会生成静态网页文件。再用命令hexo d will push these static files to github. You can also push the hexo source code to a branch of github (such as the source branch), and then push the static files to master.
Your local source code is hexo. Using the command
hexo g
以后,会生成静态网页文件。再用命令hexo d
will push these static files to github.You can also push the hexo source code to a branch of github (such as the source branch), and then push the static files to master.