Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't build with Hugo 0.34 #57

Open
AlekSi opened this issue Jan 23, 2018 · 2 comments
Open

Can't build with Hugo 0.34 #57

AlekSi opened this issue Jan 23, 2018 · 2 comments

Comments

@AlekSi
Copy link
Member

AlekSi commented Jan 23, 2018

-> 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
Copy link
Member

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
Copy link
Member Author

AlekSi commented Jan 23, 2018

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

AlekSi added a commit that referenced this issue Jan 23, 2018
There were parameter name clash with other `theme`.

Closes #57.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants