使用Hexo

用了一段时间的wp,租的虚拟主机,感觉不是特别舒服,后来不知道怎么数据库就损坏了,遂放弃。想用 Github Pages 记点笔记,整合个博客,用了jekyll 本地配置了一次,第二天 jekyll 本地的配置各种 error,不知所措。最后发现了 Hexo,于是尝试了下,不是特别顺利,错误不断,但是相对建议易用,后面简单记录一下过程。
后续增添一些 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 trobuleshooting 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