Search code examples
githubjekyllgithub-pages

Why is my Jekyll blog not on my Github page?


http://leongaban.github.io/leongaban-10/ (<- displaying the default github page theme)

enter image description here

Here is my repo with a jekyll blog that works 100% locally, I did create the gh-pages branch. Below is a screenshot of what the blog should look like on my github page:

enter image description here

Do I need to change anything here in my _config.yml?

Site settings

title: Leon Gaban
email: [email protected]
description: "Leon Gaban"# this means to ignore newlines until "baseurl:"
baseurl: "" # the subpath of your site, e.g. /blog
url: "http://leongaban.com" # the base hostname & protocol for your site
twitter_username: leongaban
github_username:  leongaban

# Build settings
markdown: kramdown

Solution

  • The name of your repository must end in github.com/github.io i.e. rename your https://github.com/leongaban/leongaban-10/ repo to: https://github.com/leongaban/leongaban.github.io