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
Post a Comment