Abstract
我来了,博客君! 2015年12月06号,这是本博客的开端。
虽然有些难以想象,我居然会开始写点什么。希望能坚持下去,Good Luck!!
今天折腾了两件事,一件是用jekyll写静态网页,还有一件就是在阿里云centos7上装了个VNP,想用来代理上网。结果终于折腾完成了,想要记下其中的问题作为借鉴,却基本上忘得八九不离十了,这记性~~~
所以做了个决定,本来在思路不清的情况下不想写这种可能坑人坑自己的文章,但是防止忘得一干二净,还是把查到的东西东拼西凑一下吧!
换了mac后发现jekyll环境真不合适,转向了hexo.把之前内容migrate到hexo继续前行!
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick Start
Create a new post
1 | $ hexo new "My New Post" |
More info: Writing
Run server
1 | $ hexo server |
More info: Server
Generate static files
1 | $ hexo generate |
More info: Generating
Deploy to remote sites
1 | $ hexo deploy |
More info: Deployment