小破站终于建好了~
采用了 Hexo + Butterfly来搭建小破站安装过程就离谱第一难,安装 Hexo我找寻了一篇教程,他告诉我要在GitHub上创建项目后pull下来,再 hexo init,但是 12FATAL E:\blog not empty, please run `hexo init` on an empty folder and then copy your files into itFATAL Something's wrong. Maybe you can find the solution here: https://hexo.io/docs/troubleshooting.html hexo init脚本只能在一个空目录中执行,但是GitHub pull 下来的项目,自带一个.git,此方法被pass 尝试删除文件夹后,重新创建,对于空目录init,一切正常! 123rd blog /smkdir bloghexo init blog 123INFO Cloning hexo-starter...
