这是一篇用于验证 Hexo 生成和部署流程的测试文章。
如果你能在网站首页看到这篇文章,说明本地文章创建、静态页面生成和部署流程已经成功打通。
测试内容
- 检查文章是否能正常渲染。
- 检查中文标题、标签和分类是否正常显示。
- 检查部署到 GitHub Pages 后是否能访问。
后续可以把这篇文章替换成正式内容,或者在确认部署成功后删除。
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.
1 | $ hexo new "My New Post" |
More info: Writing
1 | $ hexo server |
More info: Server
1 | $ hexo generate |
More info: Generating
1 | $ hexo deploy |
More info: Deployment