Style.min is 404?

hello everyone!
i want to try this theme with hugo


i follow the instruction, git clone and then “hugo server --watch”
Building and serving is working but i have problem with css

My browser try to get css from : http://localhost:1313/css/dist/style.min-d7571980.css but there is 404.
How can i debug this with hugo ?

My hugo version : Hugo Static Site Generator v0.30.2 linux/amd64 BuildDate: 2017-10-21T12:44:04+02:00

In the vamp-theme/static in that repo, I do not see a css/dist folder. That location’s being driven by the header partial so you need to get that set up right. Either change the template or change the css location.

1 Like