hello!
i keep getting the following issue after executing the below code:
hugo new site website
cd website
hugo mod init github.com/myusername/myrepo
hugo mod tidy
curl --ssl-no-revoke https://raw.githubusercontent.com/kdevo/osprey-delight/master/exampleSite/config.yaml -O
add [module]
[[module.imports]]
path = 'github.com/kdevo/osprey-delight'
to hugo.toml
hugo server:
hugo: collected modules in 501 msError: html/template:_partials/head.html:109:16: no such template "_internal/google_analytics_async.html"
have tried redoing multiple times. please help.
hello!
i keep getting the following issue after executing the below code:
hugo new site website
cd website
hugo mod init github.com/myusername/myrepo
hugo mod tidy
curl --ssl-no-revoke https://raw.githubusercontent.com/kdevo/osprey-delight/master/exampleSite/config.yaml -O
add [module]
[[module.imports]]
path = 'github.com/kdevo/osprey-delight'
to hugo.toml
hugo server:
hugo: collected modules in 501 msError: html/template:_partials/head.html:109:16: no such template "_internal/google_analytics_async.html"
have tried redoing multiple times. please help.