Hi! I’m getting started with Hugo (v0.12), and looking for a theme I can live with. I’ve installed all of the themes from the hugoThemes
repo as per the QuickStart, and tried them all out.
Unfortunately most of the themes don’t work — they cause the server to spew some errors on startup, and the output HTML is mangled or missing.
I’m guessing the problem is that the APIs used by themes have changed and a lot of the themes haven’t been updated to match yet. Is there a plan to fix them? Or is there an alternate source of working themes?
For example, here are the errors I get trying to use the “journal” theme:
$ hugo server --theme=journal --buildDrafts --watch
ERROR: 2015/01/08 Unable to render [post/theme/post/post-title.html _default/theme/post/post-title.html theme/post/theme/post/post-title.html theme/_default/theme/post/post-title.html]
ERROR: 2015/01/08 Expecting to find a template in either the theme/layouts or /layouts in one of the following relative locations [post/theme/post/post-title.html _default/theme/post/post-title.html theme/post/theme/post/post-title.html theme/_default/theme/post/post-title.html]
ERROR: 2015/01/08 Unable to render [page/theme/post/post-title.html _default/theme/post/post-title.html theme/page/theme/post/post-title.html theme/_default/theme/post/post-title.html]
ERROR: 2015/01/08 Expecting to find a template in either the theme/layouts or /layouts in one of the following relative locations [page/theme/post/post-title.html _default/theme/post/post-title.html theme/page/theme/post/post-title.html theme/_default/theme/post/post-title.html]
ERROR: 2015/01/08 Unable to render [post/theme/post/frontpage-post.html _default/theme/post/frontpage-post.html theme/post/theme/post/frontpage-post.html theme/_default/theme/post/frontpage-post.html]
ERROR: 2015/01/08 Expecting to find a template in either the theme/layouts or /layouts in one of the following relative locations [post/theme/post/frontpage-post.html _default/theme/post/frontpage-post.html theme/post/theme/post/frontpage-post.html theme/_default/theme/post/frontpage-post.html]
ERROR: 2015/01/08 Unable to render [page/theme/post/frontpage-post.html _default/theme/post/frontpage-post.html theme/page/theme/post/frontpage-post.html theme/_default/theme/post/frontpage-post.html]
ERROR: 2015/01/08 Expecting to find a template in either the theme/layouts or /layouts in one of the following relative locations [page/theme/post/frontpage-post.html _default/theme/post/frontpage-post.html theme/page/theme/post/frontpage-post.html theme/_default/theme/post/frontpage-post.html]