Hello World

Welcome to JacobYRJ’s Blog!

好久没有更新了,主要原因有两个,一个是电脑硬盘坏了,hexo文件没保存全部丢失T-T,所以我想更新就会覆盖掉Github的repo,其次要还原的过程非常艰辛,所以一直拖着。另外一个原因是忙着面试的事,在拼命赶Django的学习进度和刷面试题,所以也一直没有时间。

期间,我在公众号:Python中文社区发表了两篇文章,趁这段时间,也一并上传吧

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