【发布时间】:2021-03-05 04:45:48
【问题描述】:
我将Hugo Whiteplain theme 用于通过 Netlify 托管的个人网站。我正在关注教程。当我在 GitHub Desktop 上推送/发布时,我被告知我的 git 子模块很脏。结果,我无法更改主题的背景颜色。
[submodule "themes/whiteplain"]
path = themes/whiteplain
url = https://github.com/taikii/whiteplain.git
我该怎么做才能重新控制我的主题?我可以在不依赖这个脏子模块的情况下改变颜色吗?
【问题讨论】:
-
请添加您收到的错误
标签: themes git-submodules hugo