Hello World

  welcome to My blog! This is My first post. Click this for more info.

  If you get any problems when watch this post, you can find the answer in My blog or you can ask me on GitHub.


Quick Start

  md文件保存到本地:

  •  copy文件 —> E:\blog\source\_posts
  •  Git Bash Here进入Git命令行

Create a new post

  新建博客帖

1
$ hexo new "My New Post"

Clean

  清理文件

1
$ hexo clean

Generate static files

  生成静态页面

1
$ hexo generate

Run server

  打开localhost:4000观看效果

1
$ hexo server

Deploy to remote sites

  部署到自己的Github博客

1
$ hexo deploy

Clone project

1
$ git clone http://

Upload to the staging area

1
$ git add.

Commit changes

1
$ git commit -m "XXXXX"

Push to the Git repository

1
$ git push

Pull the project to the local

1
$ git pull

发布于

2020-05-11

更新于

2023-11-20

许可协议

评论

:D 一言句子获取中...