Hello World
大家好,我是Christopher,这是我第一次在我的网站上发表blog,以后我会在这个网站上记录我的学习经验以及项目成就,希望大家喜欢
Quick Start
Create a new post
1 | |
More info: Writing
Run server
1 | |
More info: Server
Generate static files
1 | |
More info: Generating
Deploy to remote sites
1 | |
More info: Deployment
| 命令 | 缩写 | 功能 |
|---|---|---|
hexo generate | hexo g | 生成静态文件(把你的 Markdown 转成 HTML) |
hexo server | hexo s | 本地预览(启动后在 Windows 浏览器访问 localhost:4000) |
hexo deploy | hexo d | 部署(推送到 GitHub Pages 等) |
hexo clean | 无 | 清理缓存(如果发现网页没更新,先执行这个) |
hexo new "标题" | hexo n | 新建文章(在 source/_posts 生成一个新的 .md 文件) |
Hello World
https://github.com/George-102/George-102.github.io/2026/03/06/hello-world/