GolangShow / golangshow.com

A web site of the GolangShow podcast.
http://golangshow.com
52 stars 13 forks source link

Can't build with Hugo 0.34 #57

Open AlekSi opened 6 years ago

AlekSi commented 6 years ago
-> make
rm -fr public
hugo version
Hugo Static Site Generator v0.34 darwin/amd64 BuildDate:
hugo --theme=golangshow
Building sites … ERROR 2018/01/23 15:55:39 Error while rendering "page" in "episode/2017/": template: episode/single.html:1:3: executing "episode/single.html" at <partial "head.html" ...>: error calling partial: Partial "head.html" not found
make: *** [build] Error 255
rumyantseva commented 6 years ago

It works with my current hugo installation (an old one):

-> make
rm -fr public
hugo version
Hugo Static Site Generator v0.31.1 darwin/amd64 BuildDate: 2017-11-30T11:44:41+01:00
hugo --theme=golangshow
Started building sites ...

Built site for language en:
0 draft content
0 future content
0 expired content
116 regular pages created
18 other pages created
0 non-page files copied
12 paginator pages created
5 categories created
total in 168 ms
go run tools/strip-whitespace/main.go

shall we check any incompatibilities somehow?

AlekSi commented 6 years ago

Yeah. https://gohugo.io/news/.