sbruder / spectral

Port of html5up’s spectral theme to hugo
Other
63 stars 42 forks source link

Example deployment: link to 'posts' is broken #24

Open dholbach opened 1 year ago

dholbach commented 1 year ago

On https://sbruder.github.io/spectral/ the link to "posts" is broken. It works locally and has worked in the deployment before.

PrestonHager commented 9 months ago

Looks like the posts URL should be https://sbruder.github.io/spectral/posts/ I think this is due to the site using absolute instead of relative URLs. I think this can be fixed by changing the baseURL in the configuration file to https://sbruder.github.io/spectral/.

dholbach commented 9 months ago

I rolled the change back for now: https://github.com/sbruder/spectral/pull/32