Hugo stack 主题安装与部署2023年5月31日 · 阅读需 2 分钟ahKevinXy作者创建github 账户 如何创建github 并创建 github pages git 基础知识 简单的git 使用技巧 # 初始git 项目git init # 添加项目git add . # .表示所有 也可以指定文件添加# 添加提交说明git commit -m'' # '' 加入说明介绍# 提交 代码git push # 如果第一次 可能会提示 git push --set-upstream origin master 使用 主题工具 打开主题脚手架 点击 use this template 选择 Create a new repository 创建属于自己的 github pages 打开自己创建的项目 点击 code 选择 code spaces 下载 hugo