Rachel030219 / Rachel-s-Blog

https://blog.rachelt.one
3 stars 2 forks source link

手把手教你搭建 Hexo 到 VPS #10

Open Rachel030219 opened 6 years ago

Rachel030219 commented 6 years ago

https://blog.stfw.info/2017/04/29/hexo-completely-tutorial/

ylbeethoven commented 6 years ago

Rachel您好,

感谢您的教程。

不知道有没有可能用Git把Hexo的本地文件也同步到VPS的一个文件夹里面,如果需要在另外的电脑上面写blog,在第二台电脑上安装好Hexo的环境后直接把这个directory保存在本地就可以开始写了。每次开始之前先查询网络上的版本,写完再commit上去,这个repository只对特定的用户开放。

git commit就是把本地文件上传到文件夹。

hexo D就生成静态页面放到直接到/var/www/html/example.com

ylbeethoven commented 6 years ago

哎呀,突然意识到这个什么git-hook好像就是做我刚才说的这些事的?

可惜comment好像不能删除。。。 尴尬