Install theme gohugo Sergey Chulanov included in linux 2023-08-26 41 words One minute Contents Install theme gohugo: Official instructions 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