Contents

Install theme gohugo

Contents

Install theme gohugo:

1
2
# cd themes; git clone git@github.com:dillonzq/LoveIt.git; cd -
git submodule add git@github.com:dillonzq/LoveIt.git themes/LoveIt

Try new theme:

1
hugo server -t LoveIt

Set theme LoveIt:

1
2
echo "theme = 'LoveIt'" >> hugo.toml
hugo server