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

enter image description here

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 f5 or ctrl+r can 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

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -