从GitHub下载主题并将其添加到网站目录: themes
进入你的网站目录并执行以下代码:
git clone https://github.com/miiiku/hugo-theme-watermelon.git ./themes/watermelon
或者你也可以将此存储库作为Git - 子模块,这样将更容易获取这个主题的更新
git submodule add https://github.com/miiiku/hugo-theme-watermelon.git ./themes/watermelon
如果你不是git
用户也可以从https://github.com/miiiku/hugo-theme-watermelon/archive/refs/heads/main.zip下载压缩包解压到你的网站目录下的theme
文件夹下并重命名hugo-theme-watermelon-main
为watermelon
。
echo theme = \"watermelon\" >> config.toml
或者手动编辑config.toml
文件找到theme并设置值为watermelon