Hugo常用命令 发表于: 2025-05-12 分类于: 技能 字数: 99 阅读:≈ 1分钟 浏览: 当前欠缺:无法渲染数学公式如 $a$, $x^2$代码没有显示所用语言基础命令 修改设置后重新构建网站:1 hugo server --cleanDestinationDir创建新内容1 hugo new posts/new_posts/index.md推送到GitHub Page1 2 3 4 5 6 7 8 9 hugo cd public git add . git commit -m "更新时间" git push