Featured image of post Hugo Theme Stack Starter踩坑记录

Hugo Theme Stack Starter踩坑记录

Hugo Theme Stack Starter教程及常见问题

一、Hugo Theme Stack Starter自动部署Github Pages教程

  1. 打开Hugo Theme Stack Starter的Github链接

  2. 点击右上角的 Use this template,创建自己的存储库(需要为Github Pages才可以使用自动部署) Step 2

  3. 建好存储库之后,从右上角新建Github Codespaces. Create codespace

  4. 打开CodeSpaces,在终端中运行 hugo server 即可预览网页

  5. 检查 config 文件夹中的配置文件。将config/_default/config.toml 中的 baseurl 属性的值改成你自己的Github Pages地址

  6. 打开存储库的设置界面,切换到 Actions 部分,将最后的 Workflow Permissions 改为 Read and write permissions 并保存,如果不修改,Github Actions自动部署时将会报错。 Actions Settings

  7. 现在你可以编辑Blog了,Github Actions会自动部署Github Pages,把你的修改体现在 网页上。

二、常见问题

  1. 文章的 date 属性如果晚于当前时间则此文章不会显示。

Photo by Pawel Czerwinski on Unsplash

Licensed under CC BY-NC-SA 4.0
comments powered by Disqus