riggraz / no-style-please

A (nearly) no-CSS, fast, minimalist Jekyll theme.
https://riggraz.dev/no-style-please/
MIT License
1.1k stars 542 forks source link

post links are not using baseurl #1

Closed s00ner closed 3 years ago

s00ner commented 4 years ago

I'm deploying a site to https://example.com/my-site and links to my posts are showing up as https://example.com/blog-post.html instead of https://example.com/my-site/blog-post.html

My _config.yml contains:

url: "https://example.com/my-site"
baseurl: "/my-site"

Is my config wrong or is this theme not working correctly?

s00ner commented 4 years ago

Minor addition. I tried switching only the theme in _config.yml and nothing else (I used minima) and the post links generated correctly so this issue seems to be unique to this theme.

riggraz commented 3 years ago

Hello s00ner!

Sorry for the late response, however the problem should now be fixed!