node.js - 在使用Github Pages和Hexo搭建网站遇到的困惑
PHPz
PHPz 2017-04-17 16:03:01
0
1
606

不知道为什么步骤配置完hexo文件后,hexo文件夹下面的内容是这样的

而上传文件过后在github上面是这样的

为什么两个地方文件的内容不一样,还是自己哪里搞错了?

我记得好像中加了这末一行内容
npm install hexo-deployer-git --save

后来我又看了一下hexo文件夹下面的.deploy_git文件下面的内容,好像就是我上传到github上面的文件。

PHPz
PHPz

学习是最好的投资!

reply all(1)
Ty80

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.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template