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.

![屏幕截图 2026-05-10 091132-1](https://raw.githubusercontent.com/Kgorterm/cdn/main/boke_images/屏幕截图 2026-05-10 091132-1.png)

Quick Start(快速开始)

Clean your public(清理生成的文件-在部署之前删除下public文件中的内容,清理缓存)

1
$ hexo clean

Create a new post(创建一条新的博客)

1
$ hexo new "No.1博客"

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