如何在远程仓库中将hexo博客安装到本地机器?

时间:2017-12-16 18:35:22

标签: github-pages hexo

我在github页面中使用了hexo。我错误地删除了本地机器中的本地文件。我尝试使用git clonehttps://github.com/aaayumi/aaayumi.github.io.git重新制作新的本地文件。然后我安装了npm install hexo-cli -g

我可以安装所有必需的文件,但是当我输入hexo deploy时, 它显示,

hexo deploy
Usage: hexo <command>

Commands:
  help     Get help on a command.
  init     Create a new Hexo folder.
  version  Display version information.

Global Options:
  --config  Specify config file instead of using _config.yml
  --cwd     Specify the CWD
  --debug   Display all verbose messages in the terminal
  --draft   Display draft posts
  --safe    Disable all plugins and scripts
  --silent  Hide output on console

For more help, you can use 'hexo help [command]' for the detailed information
or you can check the docs: http://hexo.io/docs/

有没有办法在本地使用hexo博客?

1 个答案:

答案 0 :(得分:1)

https://github.com/aaayumi/aaayumi.github.io中的代码不是博客的源代码,而只是生成的内容。您需要的是source文件夹中的原始markdown文件。

您必须使用hexo init重新创建博客并重写您的博客文章..很抱歉。

当然,您可以直接查看您的网站(http://ayumi-saito.com/)并重写帖子,从那里复制粘贴,不应该花那么长时间。

另外,为了确保不再发生这种情况,您可以将博客源文件发布到其他存储库中。所以总有一个副本。

PS:感谢您使用我的主题;)