jekyllt / jasper2

Full-featured Jekyll port of Ghost's default theme Casper v2 👻
https://jekyllt.github.io/jasper2/
MIT License
764 stars 662 forks source link

not building on github pages #43

Closed spsharman closed 6 years ago

spsharman commented 6 years ago

Looking for some help as my pages don't built on github pages.

I want to use tags on my pages and have used option 1 from the "getting started" page. My site generates fine on my mac and pages build correctly....


Configuration file: /Users/ssharman/GitHub/blogs/myblog-jasper2/_config.yml
            Source: /Users/ssharman/GitHub/blogs/myblog-jasper2
       Destination: ../blog-pages-jasper2/
 Incremental build: disabled. Enable with --incremental
      Generating...
                    done in 1.241 seconds.
 Auto-regeneration: enabled for '/Users/ssharman/GitHub/blogs/myblog-jasper2'```

I've taken the html from the target directory /blog-pages-jasper2/ and uploaded to spsharman.github.io/blog-pages but the pages don't build.

Could really do with some pointers - thanks Steve
ishu3101 commented 6 years ago

To create a project page using github pages, you need to either have a branch called gh-pages or go to the settings for the project and under Github Pages heading select the master branch for the source branch that you would like to use to build your site.