0%

项目启发

之前是有进行过博客的搭建的,但是由于水平以及各种原因基本未进行过更新,最近偶然间刷到了关于VPS的推荐,于是就一狠心入手了一个,既然钱都交了,不拿来搭点东西总觉得对不起花出去的一百大洋,而刚巧自己也一直有随便写点什么的更更博客的想法,毕竟大学四年过去了总有点什么能拿的出手的东西可写的,于是就有了本篇项目

Read more »

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