Vasily's Blog

一个记录学习经历的站点

0%

Hello World

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

创建新页面

1
$ hexo new "My New Post"

More info: Writing

创建静态文件

1
$ hexo generate

More info: Generating

在本地生成服务

1
$ hexo server

More info: Server

提交到远程网站

1
$ hexo deploy

More info: Deployment