Github Pages Jekyll posts not updating -


i have jekyll blog running on github pages. have updated once , worked. added second post, worked when serve locally, when push github, doesnt show second blog post on github page. if markdown file appear in _post directory.

here repo: https://github.com/nrkfeller/mini_cap_blog

any idea why is?

probably there's wrong here @ _config.yml file:

baseurl: /mini_cap_blog # subpath of site, e.g. /blog/ url: "http://nrkfeller.github.io/mini_cap_blog/#" # base hostname & protocol site 

replace this:

baseurl: /mini_cap_blog/  url: http://nrkfeller.github.io 

let me know if works, yeah?


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -