-
-
Notifications
You must be signed in to change notification settings - Fork 489
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keep receiving a warning by mail for page building #23
Comments
When working locally I set my _config.yml as follows with both remote_theme and theme. theme: bulma-clean-theme
remote_theme: chrisrhymes/bulma-clean-theme and when I push to github pages I comment out the theme to avoid getting the warning email, but leave the remote_theme setting #theme: bulma-clean-theme
remote_theme: chrisrhymes/bulma-clean-theme I contacted github pages support about this in February this year and they said to use github-pages gem to resolve the issue, but at that time the gem required an old version of Jekyll. It looks like the latest version of github-pages gem now uses Jekyll 3.8.5. |
So every time I work locally or I push my changes to GitHub, I need to modify these settings ? |
This is what I do currently but it’s not ideal. I will try and add GitHub pages gem to a test site this weekend to see if this resolves the need for changing settings. |
Thanks for bearing with me. It seems you can remove the need for plugins:
- jekyll-sitemap
- jekyll-paginate
- jekyll-redirect-from
- github-pages Then run Now when you run Generating...
Remote Theme: Using theme chrisrhymes/bulma-clean-theme
done in 4.43 seconds. |
Okay, so I tried it and it seems to be working. But I get an error when running bundle exec jekyll serve: |
Glad its working for you. |
The build is working but keep receiving a mail saying : "You are attempting to use a Jekyll theme, "bulma-clean-theme", which is not supported by GitHub Pages.". Should i change the "theme:" setting in _config.yml to "remote_theme:" ?
The text was updated successfully, but these errors were encountered: