search

Home  >  Q&A  >  body text

node.js - 在使用Github Pages和Hexo搭建网站遇到的困惑

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

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

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

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

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

PHPzPHPz2781 days ago601

reply all(1)I'll reply

  • PHP中文网

    PHP中文网2017-04-17 16:05:01

    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.

    reply
    0
  • Cancelreply