yursan9 / manis-hugo-theme

Sweet little Hugo's theme for personal website
https://themes.gohugo.io/manis-hugo-theme/
MIT License
117 stars 52 forks source link

fix theme name so hugo builds #17

Closed tobiasmcvey closed 4 years ago

tobiasmcvey commented 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

yursan9 commented 4 years ago

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.