taikii / whiteplain

Simple and Functional Hugo theme.
https://themes.gohugo.io/whiteplain/
MIT License
135 stars 43 forks source link

Issue with link to static assets #20

Closed cbluth closed 5 years ago

cbluth commented 5 years ago

Please see the attached screenshot.

I would like to serve the site from a sub-directory, but the css and js assets are getting a 404 because the links arent relative. How do i fix that?

image

taikii commented 5 years ago

@cbluth Are you writing sub-directory in the baseURL of config.toml?

e.g.

baseURL = "http://localhost:9998/public/"
cbluth commented 5 years ago

@taikii i will check it out, thanks