tohojo / bufferbloat-net

The source repository for the bufferbloat.net web site
https://www.bufferbloat.net
Other
52 stars 32 forks source link

Hundreds of errors when running hugo locally #5

Closed richb-hanover closed 8 years ago

richb-hanover commented 8 years ago

When I use hugo serve on the master branch, I get hundreds of these errors:

ERROR: 2016/06/14 error processing shortcode shortcodes/issue_journal.html
 ERR: template: shortcodes/issue_journal.html:5:14: executing "shortcodes/issue_journal.html" at <markdownify>: wrong type for value; expected string; got template.HTML

I don't know enough about hugo to know how to fix them. Thoughts? Thanks!

tohojo commented 8 years ago

Hmm, what version of Hugo are you running?

On 15 June 2016 04:08:47 CEST, Rich Brown notifications@github.com wrote:

When I use hugo serve on the master branch, I get hundreds of these errors:

ERROR: 2016/06/14 error processing shortcode
shortcodes/issue_journal.html
ERR: template: shortcodes/issue_journal.html:5:14: executing
"shortcodes/issue_journal.html" at <markdownify>: wrong type for value;
expected string; got template.HTML

I don't know enough about hugo to know how to fix them. Thoughts? Thanks!


You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/tohojo/bufferbloat-net/issues/5

richb-hanover commented 8 years ago

I had been running 0.15, but OSX brew now supports 0.16. No more errors!

tohojo commented 8 years ago

Awesome!