message no. 33196
Posted by Trynemjoel in #jekyll at 2014-07-27T20:29:47Z
Are baseurl paths different locally and on Github? A page is not mapping CSS right locally, it's doing <link rel="stylesheet" href="css/main.css">, but on Github Pages it turns into <link rel="stylesheet" href="/css/main.css">. Local server run with "jekyll serve --baseurl '' -w"