Skip to content

Instantly share code, notes, and snippets.

@kentcb
Created August 4, 2017 07:50
Show Gist options
  • Save kentcb/69c4e12dc8bc932ec60b78084d04f0c2 to your computer and use it in GitHub Desktop.
Save kentcb/69c4e12dc8bc932ec60b78084d04f0c2 to your computer and use it in GitHub Desktop.
  • My blog is here, repository here
  • Up until fairly recently, everything worked fine. I think my last blog post (around early July) broke things
  • Root page works and stylesheets are resolved correctly (e.g. http://kent-boogaart.com/public/css/poole.css)
  • Clicking on any blog post causes that same style sheet to be loaded incorrectly from http://kent-boogaart.com/blog/public/css/poole.css
  • Everything works fine when running Jekyll locally (3.1.6), only fails when deployed to GitHub pages
  • Here is the relevant line in my include
  • Here is the value of site.baseurl (/)
  • I've forced a re-publish to no avail (just in case this was a Jekyll bug that has since been patched)
  • Could maybe work around this by changing the permalink from /blog/:title to /:title, but it's been that way for ages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment