关于主题

引言

这篇文章介绍如何安装主题,有哪些主题是比较不错的,我们尝试一下。

正文

下载主题的模板

git submodule add --depth=1 https://github.com/adityatelange/<主题名>.git themes/<主题名>

例如:https://github.com/CaiJimmy/hugo-theme-stack.git

git submodule add --depth=1 https://github.com/CaiJimmy/hugo-theme-stack.git themes/hugo-theme-stack

另外需要修改 hugo.toml

theme = "hugo-theme-stack"

主题

hugo-theme-stack

https://github.com/CaiJimmy/hugo-theme-stack

hugo-theme-cactus

https://github.com/HTACCESS/hugo-theme-cactus

hugo-theme-DoIt

https://github.com/HEIGE-ARC/DoIt

hugo-theme-hello-friend

https://github.com/panr/hugo-theme-hello-friend

hugo-theme-tokiwa

这个主题有问题

https://github.com/heyeshuang/hugo-theme-tokiwa

git submodule add --depth=1 https://github.com/heyeshuang/hugo-theme-tokiwa.git themes/hugo-theme-tokiwa

hugo-theme-gruvbox

https://github.com/schnerring/hugo-theme-gruvbox.git

git submodule add --depth=1 https://github.com/schnerring/hugo-theme-gruvbox.git themes/hugo-theme-gruvbox

总结


参考链接