jekyllt / jasper2

Full-featured Jekyll port of Ghost's default theme Casper v2 👻
https://jekyllt.github.io/jasper2/
MIT License
763 stars 659 forks source link

stylesheet link address error (404) when clicking tag #98

Closed tlonist-sang closed 3 years ago

tlonist-sang commented 4 years ago

I've made custom links of tags so that I can click right into the tags I'm interested, just like the 'getting-started' tag of the demo page.

The implementation works well in my local setting, but when pushed to remote, the stylesheet is redirected to '{url}/tag/assets/...' whereas it should be '{url}/assets/...'

I don't get where the /tag is added. I've changed config.yml many times, but it was all in vain. In addition, my page cannot get favicon.ico due to errors in link. It misses a slash(/) between {url} and assets. Can you give me an advice on the issues? I've spent alot of time debugging this. Thanks.

tlonist-sang commented 4 years ago

This issue was addressed in 'important' section of the introduction. I should've read it through. I resolved this issue by pushing the _site outcome directly to the github.