thiagorossener / jekflix-template

A Jekyll theme inspired by Netflix. 🎬
https://jekflix.rossener.com/
Other
855 stars 1.18k forks source link

Theme not displaying in Github pages #152

Closed MowlanicaBilla closed 3 years ago

MowlanicaBilla commented 3 years ago

Hi @thiagorossener, I have tried your theme and it worked all fine at my local. But when I pushed the repo to Github pages and clicked on the URL, it shows a blank page and I received an email stating:

The page build completed successfully, but returned the following warning for the gh-pages branch:

You are attempting to use a Jekyll theme, "jekflix", which is not supported by GitHub Pages. Please visit https://pages.github.com/themes/ for a list of supported themes. If you are using the "theme" configuration variable for something other than a Jekyll theme, we recommend you rename this variable throughout your site. For more information, see https://docs.github.com/github/working-with-github-pages/adding-a-theme-to-your-github-pages-site-using-jekyll.

For information on troubleshooting Jekyll see:

https://docs.github.com/articles/troubleshooting-jekyll-builds

If you have any questions you can submit a request at https://support.github.com/contact?repo_id=364853417&page_build_id=251395897

I would be grateful if you could help me with this.

Thanks

image

MowlanicaBilla commented 3 years ago

I am so sorry...I solved it by adding remote_theme: thiagorossener/jekflix-template and commented theme:jekflix. The theme:jekflix works local but before hosting change the theme to remote_theme.

Thank you