Hello World

First Post:

Last Update:

Word Count:
197

Read Time:
1 min

感谢

首先,我要感谢在我搭建Blog过程中一直给予我帮助的BG2EEO,对于我这样一个没有接触过网站开发等等一些列专业知识的小白来说,这个过程很复杂,很漫长,当然,也出现了很多问题。这其中大部分都是他指导我解决的,几乎可以说是保姆级别的帮助了,所以我将对他的感谢放在第一篇的第一部分。


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

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