GitHub pages and jekyll deploy not working properly -
my jekyll blog running ok in pc when open gh repository it's broken. here's screen of that
if click on 1 of links, next page throws 404. needless say, followed steps gh site in order configure properly.
baseurl set, paths css , images correctly set using {{ site.baseurl }}. locally blog works fine, still, on gh-pages it's not.
code here
another piece of information. have master branch , gh-pages branch, 1 updated gh-pages, master has old code, ok?
any ideas please?
it works ! saw old version of site.
two possible explanations :
- as @goyllo says : browser cache
f5orctrl+rcan help. - github pages serving old version , new site generation still pending.
in order know if last commit has been published go https://github.com/goblind/modestorimba/settings , watch under github pages box.
if see your site ready published @ http://goblind.github.io/modestorimba, site generation pending.
if see your site published @ http://goblind.github.io/modestorimba, site have been published last commit.

Comments
Post a Comment