craftsmandigital / hugo-minimo

0 stars 0 forks source link

Site is using Hugo modules

Build command

npm install

npm start

Update to newer version of Hugo module

There are 2 Hugo modules installed

Here are the commands

hugo mod get github.com/MunifTanjim/minimo

hugo mod get github.com/craftsmandigital/content/hugo-minimo

Another way to update to latest version of all modules, is to delete the files go.mod and go.sum. Then run this command:

hugo mod init

Head over to the documentation for more about the hugo mod commands