Hello World

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

本文是 hexo 文档的一部分,记录了 hexo 的几个基本命令,通过它们,就可以清空之前的编译、编译新的文件、在本地服务器浏览网站,最终将其上传至 github。在此记录,便于查阅。

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

hexo 配置网站全面教程

这个教程十分有价值,涵盖了 hexo 的基本安装,以及各种复杂配置。分为好几部分,这里索引的是最关键的第三部分,前两部分在其网页内部有链接可以找到。

常见问题也列举了一些使用过程中常见问题的解决方案。