Hello Hexo

第一篇文章不都是hello world吗,不删了,算个开头。
之前不太习惯写博客,比较喜欢做笔记,毕竟为知笔记太好用(* ̄3 ̄)╭。以后常写博客,常分享~

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.

Hexo快速入门

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

end.