How to update Hugo Theme Kmt in my website ?

· 50 words · 1 minute read

If you installed the KMT theme into your blog/website HUGO project via GIT, just use this command.

git submodule update --remote

This command will update all the submodules in your git project. But if you need to update kmt theme only, use this command instead.

git submodule update --remote themes/kmt
Share: