Closed tobiasmcvey closed 4 years ago
Following your guide to copy exampleSite config.toml leads to this error
Error: module "manis" not found; either add it as a Hugo Module or store it in "/Users/tobiasmcvey/projects/blogmanis/themes".: module does not exist
Just need to fix the theme name in the exampleSite config.toml file
from
theme="manis"
to
theme = "manis-hugo-theme"
and Hugo builds :)
Great looking theme btw
Thank you, this is because I expect people to rename the theme folder to manis. Guess I'll merge this PR and change the README.
manis
Following your guide to copy exampleSite config.toml leads to this error
Just need to fix the theme name in the exampleSite config.toml file
from
to
and Hugo builds :)
Great looking theme btw