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

参考:
https://tyxiaoming.xin/2025/01/21/搭建免费个人博博客/
https://www.oneyangcrown.top/posts/cloudflare-pages-deploy-hexo-blog-guide/
https://hexo.io/docs/configuration#Using-an-Alternate-Config

my first post

我的第一个帖子 目前只实现了:

1.hexo博客使用hexo-admin插件本地管理文章
2.自动化部署到git pages 并同步到 cloud flare

现有问题:

本地可以hexo-admin管理后台,但是无法远程访问hexo-admin。
变更:
1.默认英文en 变更为zh-CN;

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