我的博客,使用 hugo+github pages, twikoo 作为评论系统.
20241027 更新到最新版本,主题采用自己仓库的 hugo-theme-diary
主题链接:https://github.com/AmazingRise/hugo-theme-diary
hugo 需要下载扩展版
# 初始化本地配置文件
git submodule init
# 拉数据
git submodule update
# 拉取最新数据
git submodule update --remote --merge
# 启动服务器
hugo server --disableFastRender