Welcome to Fanfer’s Blog(https://fanfer.top)! This is your very first post.

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

basic usage

图床更新

1
2
3
4
5
$ # 将更改提交
$ git add .
$ git commit -m "更新图片"
$ # 推送至github仓库
$ git push

部署更新

1
$ hexo clean; hexo generate; hexo deploy