hello hexo & github page

Welcome to My Blog! This is my blog. Click documentation for more info.

Now Let Start Setup Our Github Page!

参考:
更多的Hexo Next设定可以参考
Next Document
如何设定Github Page
Next中使用的图标

Create a new page

1
$ hexo new page "page"

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