yoshiharuyamashita / blackburn

A Hugo theme built using Yahoo's Pure CSS
MIT License
317 stars 170 forks source link

Error on serving the site #63

Open palash25 opened 6 years ago

palash25 commented 6 years ago
 palash25@Lenovo-G50  ~/Dev/Projects/palash25.gtihub.io   master ●✚  hugo server -D                                               
ERROR: 2018/02/04 18:28:39 template.go:350: template: theme/partials/sidemenu.html:25: function "safeHTMLAttr" not defined
ERROR: 2018/02/04 18:28:39 template.go:119: html/template: "theme/partials/sidemenu.html" is an incomplete template in theme/partials/sidemenu.html
ERROR: 2018/02/04 18:28:39 template.go:119: html/template: "theme/partials/sidemenu.html" is an incomplete template in theme/partials/sidemenu.html
ERROR: 2018/02/04 18:28:39 template.go:119: html/template: "theme/partials/sidemenu.html" is an incomplete template in theme/partials/sidemenu.html
ERROR: 2018/02/04 18:28:39 template.go:119: html/template: "theme/partials/sidemenu.html" is an incomplete template in theme/partials/sidemenu.html
ERROR: 2018/02/04 18:28:39 template.go:119: html/template: "theme/partials/sidemenu.html" is an incomplete template in theme/partials/sidemenu.html
ERROR: 2018/02/04 18:28:39 template.go:119: html/template: "theme/partials/sidemenu.html" is an incomplete template in theme/partials/sidemenu.html
ERROR: 2018/02/04 18:28:39 template.go:119: html/template: "theme/partials/sidemenu.html" is an incomplete template in theme/partials/sidemenu.html
ERROR: 2018/02/04 18:28:39 template.go:119: html/template: "theme/partials/sidemenu.html" is an incomplete template in theme/partials/sidemenu.html
ERROR: 2018/02/04 18:28:39 template.go:119: html/template: "theme/partials/sidemenu.html" is an incomplete template in theme/partials/sidemenu.html
ERROR: 2018/02/04 18:28:39 template.go:119: html/template: "theme/partials/sidemenu.html" is an incomplete template in theme/partials/sidemenu.html
ERROR: 2018/02/04 18:28:39 template.go:119: html/template: "theme/partials/sidemenu.html" is an incomplete template in theme/partials/sidemenu.html
ERROR: 2018/02/04 18:28:39 template.go:119: html/template: "theme/partials/sidemenu.html" is an incomplete template in theme/partials/sidemenu.html
ERROR: 2018/02/04 18:28:39 template.go:119: html/template: "theme/partials/sidemenu.html" is an incomplete template in theme/partials/sidemenu.html
ERROR: 2018/02/04 18:28:39 template.go:119: html/template: "theme/partials/sidemenu.html" is an incomplete template in theme/partials/sidemenu.html
ERROR: 2018/02/04 18:28:39 template.go:119: html/template: "theme/partials/sidemenu.html" is an incomplete template in theme/partials/sidemenu.html
ERROR: 2018/02/04 18:28:39 template.go:119: html/template: "theme/partials/sidemenu.html" is an incomplete template in theme/partials/sidemenu.html
0 draft content
0 future content
6 pages created
0 non-page files copied
1 paginator pages created
6 tags created
0 topics created
in 72 ms
Watching for changes in /home/palash25/Dev/Projects/palash25.gtihub.io/{data,content,layouts,static,themes}
Serving pages from memory
Web Server is available at http://localhost:1313/ (bind address 127.0.0.1)
Press Ctrl+C to stop
HorribleGeek commented 6 years ago

Something is missing.. Can you please give your repo url?

palash25 commented 6 years ago

I was testing it locally I haven't pushed it to github yet

HorribleGeek commented 6 years ago

The issue is with sidemenu.html file, try replacing it with the one from this repo.

Also share your sidemenu.html file and I'll look into it. Upload it on Firefox Send

christopher-kleine commented 6 years ago

I had the same error. I tried a different theme and it's error messages were a bit more usefull. The error was the hugo version. It was way too old. After I upgraded it to the newest version both themes compiled perfectly. And now I'm using blackburn again.

Hope this helps a bit.