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

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


文章作者: Mercy
版权声明: 本博客所有文章除特別声明外,均采用 CC BY 4.0 许可协议。转载请注明来源 Mercy !
评论
 上一篇
python基础 python基础
列表[TOC] 列表是什么?列表由一系列特定顺序排列的元素组成的。在python中用 [] 来表示列表,并用 , 来分隔其中的元素。 bicycles = ['trek', 'cannondale', 'specialized'] prin
2020-05-24 Mercy
本篇 
Hello World Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hex
2020-05-24 Mercy
  目录