Loper-House / Loper-House.github.io

Loper House website
https://loper-house.com
MIT License
0 stars 0 forks source link

Suppress github build warnings #3

Closed rebecca-burwei closed 3 years ago

rebecca-burwei commented 3 years ago

Every time Github pages builds, I get an email from support@github.com saying:

The page build completed successfully, but returned the following warning for the `master` branch:

You are attempting to use a Jekyll theme, "jekyll-text-theme", 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 on the Contact GitHub page at https://support.github.com/contact?repo_id=327175635&page_build_id=225314840

The code works just fine. May be able to suppress warnings by removing the gemspec file or something similarly easy.

rebecca-burwei commented 3 years ago

Resolved by removing theme variable from _config.yml