Closed paskal closed 6 years ago
@paskal did you follow the instructions to install? Save a backup of your config.toml
, and use the one inside exampleSite
and run hugo serve
to see what you get.
I did not follow any instructions, what I'm trying to do is to just render my site with different themes and pick one, without customizing it 204 times. I suggest setting some default values in places there is an error now, so people like me could see their site rendered without playing around with configuration (but with only basic functionality, for example). The linked issue I've mentioned have a pretty good conversation on that matter.
@paskal sadly, that is not the way Hugo themes work. That is especially evident for themes that go out of the way to provide extra functionality. Yet, I agree with you, there has to be a way to provide the bare basic standard settings to get a quasi-functional theme working out of the box.
Pushed 774028d79d8c70f4d99eb5cd9c38464a92ee14fe & 42a7b44e448f2b735feb0329d2ee7747b4e86b5a
Does that improve your situation? @paskal
@paskal sadly, that is not the way Hugo themes work. That is especially evident for themes that go out of the way to provide extra functionality.
@Fastidious, it works the way we want it to work. I've created one hundred issues, with little effort there and there baseline will be set for everyone. @MunifTanjim, it works fine now, not a single error, thank you very much! Resolving, if you don't mind.
Hello!
$subj, when trying to run this theme against my blog source I get following (and site won't render at all):
The reason is likely some absent
.Site.
parameter but you can't tell it from error message, I guess input parameters handling could be improved. https://github.com/cboettig/hugo-now-ui/issues/9 might be used as reference point.