欢迎使用 Hexo。这是第一篇文章。
本地预览:
1 | npm run server |
生成静态文件:
1 | npm run build |
部署到 GitHub Pages:
1 | npm run deploy |
- 本文链接: https://blog.hansong.icu/2026/06/20/hello-world/
- 版权声明: 本博客所有文章除特别声明外,均默认采用 CC BY-NC-SA 4.0 许可协议。
欢迎使用 Hexo。这是第一篇文章。
本地预览:
1 | npm run server |
生成静态文件:
1 | npm run build |
部署到 GitHub Pages:
1 | npm run deploy |