Set up Hugo new site then git cloned into the ‘themes’ section, the example ‘https://github.com/themefisher/meghna-hugo.git’. The config.toml in the root/parent folder has a line 'theme = “meghna-hugo” ’
When I try to serve on localhost, no custom css or images are found? New to hugo but I thought the whole idea was being able reference custom themes in their own folders?
I see some instructions to do that and other instructions to copy everything to root. Very confusing. Thanks in advance.
Addendum: I see some authors using git clone and others using git submodule. Any clarification would be appreciated.