使用hexo搭建博客
Less than 1 minute
这是最近开创的新博客, 重新记录我的生活还有技术积累。
一开始的一段时间,我会把之前博客中的内容整理一下。
之后会发表最新的文章,以及创建博客的过程。
如果你发现有文章版式错误,可以给我留言哦~
以下为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
$ hexo new "My New Post"
More info: Writing
Run server
$ hexo server
More info: Server
Generate static files
$ hexo generate
More info: Generating
Deploy to remote sites
$ hexo deploy
More info: Deployment