Hello World
2023-01-26 18:57:20 # Welcome,欢迎

Welcome to my Blog! This is my very first post.

my blog is based on Hexo

Check: Deployment for more info.

If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask the author on GitHub.

Quick Start

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server at localhost

1
$ hexo server

More info: Server

Clear the cache file and the generated static file

When the website shows an exception, you can try this command

1
$ hexo clean

Generate static files

1
$ hexo generate

More info: Generating

Deploy to remote sites

1
$ hexo deploy

ENDฅฅ