博客正式上线
想了好久的博客现在终于用上了,准备记录一下自己研究生期间的所学和所思所想吧。也把个人博客作为展示自己的一个平台,为之后工作、科研做些积累。
A Good Programmer’s ability
A fool can write code that a computer can understand.Good programmers write code that humans can understand.
Hexo 指令
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