InputUsername / zola-hook

A clean and simple personal site/blog theme for the Zola static site generator
https://inputusername.github.io/zola-hook/
33 stars 18 forks source link

Can't setup the theme #10

Open vovavasylyna opened 10 months ago

vovavasylyna commented 10 months ago

I've set up Zola for the first time following all the steps mentioned in the official guide, and it works fine with no theme applied. https://www.getzola.org/documentation/getting-started/overview/

But seems like the Setup instruction might be missing something because cloning the Hook theme into themes folder and then putting theme = "hook" into config file doesn't help. The theme isn't getting applied this way. Is there anything else that should be done? I'm afraid the template structure should be somehow rebuilt or reconfigured yet I don't know how.

Any chance you could help?

kranurag7 commented 9 months ago

@vovavasylyna please check the name of the directory you've cloned. The name of the directory and the theme in config.toml should match.

e.g.

$ ls themes/
zola-hook

In this case, the name of the theme is zola-hook instead of hook. I didn't find anything wrong with what's written in README, there you clone the repo in a directory with different name hook.