一个独立的 Hugo 博客仓库,用来记录我的每日 AI 学习与实战。
- Hugo Extended
>= 0.127.0 - Theme:
ddnio/hugo-ashe
git submodule update --init --recursive
hugo serverhugo new content posts/day-xx-topic.md建议 front matter 保持这几个字段:
titledatecategoriestagssummary
仓库内置 GitHub Pages 工作流:.github/workflows/pages.yml。
推送到 main 分支后会自动构建并发布。