ChrisPenner / slick

Static site generator built on Shake configured in Haskell
BSD 3-Clause "New" or "Revised" License
204 stars 24 forks source link

relative links (css/images) not working #26

Closed CThuleHansen closed 2 years ago

CThuleHansen commented 2 years ago

Hi Chris,

I am trying to get this up and running, but the links are failing me, e.g. css and images. You can see it here: https://cthulehansen.github.io/blog/ I am serving it from the docs repository. I believe it might be due to the fact that I am hosting it from the blog repository, at not directly from cthulehansen.github.io

I have tried setting the baseUrl to https://cthulehansen.github.io/blog/ and https://cthulehansen.github.io/blog with the same result. The network console lists it as well, where the links probably should be https://cthulehansen.github.io/blog/* image

Any suggested way to address it?

Cheers

CThuleHansen commented 2 years ago

Wrong repo, created in https://github.com/ChrisPenner/slick-template/issues/11