又有写blog的冲动了,希望可以坚持几年,这里立一些规范
- 使用markdown并生成静态博客,尽量少的放置图片,争取各浏览器自适应
- 第一年打算高产180-360篇左右,第二年90-180篇左右,一次递减,最后维持在24-50篇左右
- 内容尽量不和工作有太大的关系,尽量保持独立,所有转载内容注明并尽量进行一遍实验
- 打字速度太慢了,打算利用blog加快打字的速度
- 剩下的想到再说
计划将要写的内容:
- 使用let‘s encrypt证书
- 使用http/2
- 其他一些使用到的日志记录
- 最后吐槽下
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