2023-01-08
博客运行的第450天,加油!

2022-07-01
这篇文章代表着这个博客的开始。也代表着我真正的开始坚持写博客。
这不是我的第一个博客,但却是我坚持最久的一个博客(建站259天后更新)。
我之前弄过很多博客,例如zblog、emlog、typecho,但是都没有坚持很长久,而我选择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

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