技术理想
speedoops
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
github上刚用hexo搭好博客,然后就发现GitHub.io被墙了,悲剧
前两天刚刚在github上用hexo搭好博客,还没开始写文章,就哗啦啦的遇到了GitHub.io被伟大的祖国墙了~~~ 我这运气也是够可以的 好吧,把最新的搭建过程贴在这里吧,权当备份了 %% 要点如下 curl -sL https://deb.nodesource.com/setup_8.x | sed "s/exec_cmd \('apt-get updat原创 2017-06-14 22:09:50 · 5997 阅读 · 1 评论 -
hexo博客源码备份与恢复
%% 先给出要点 # 备份 git init echo "node_modules/" > .gitignore echo "public/" >> .gitignore echo ".deploy_git" >> .gitignore git checkout -b hexo git add . git commit -m "ini原创 2017-06-14 22:12:01 · 1328 阅读 · 0 评论
分享