Skip to content
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

Adding theme causes site to go blank on Github Pages #44

Open
jeffpatton1971 opened this issue Feb 2, 2022 · 5 comments
Open

Adding theme causes site to go blank on Github Pages #44

jeffpatton1971 opened this issue Feb 2, 2022 · 5 comments

Comments

@jeffpatton1971
Copy link

I have tried adding this via remote-theme: midnight (i used the remote theme plugin as well) and theme: jekyll-theme-midnight. After adding the theme in either way the entire site went blank. Removing the theme and going back to minima the content showed up. Looking for some advice on what to do next? Also, I noted the same behaviour when attempting to run this site locally.

@johnholliday
Copy link

Getting similar results trying to use remote_theme: just-the-docs. The generated home page references the default css file, but the file is empty and the supporting css files are missing as if the Jekyll process aborted before copying all the remote theme files.

I'm using the following build settings in _config.yml

# Build settings
#theme: minima
remote_theme: pmarsceill/just-the-docs
plugins:
  - jekyll-feed
  - jekyll-remote-theme

My Gemfile contains the following settings:

# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
# uncomment the line below. To upgrade, run `bundle update github-pages`.
gem "github-pages", "~> 223", group: :jekyll_plugins
# If you have any plugins, put them here!
group :jekyll_plugins do
  gem "jekyll-feed", "~> 0.12"
  gem "jekyll-remote-theme", "~> 0.4.3"
end

@jeffpatton1971
Copy link
Author

Would be nice if there was a verbose option or something

@nicholasrobertm
Copy link

Did yall change the layout in each of your markdown files? At least for this theme you need to change to the "default" layout

@iankingcoop
Copy link

Did anyone find a solution to this? Github pages was looking like a great option to quickly get a blog up and running. However, all of the alternative themes cause my blog entries (on the main pages URL) to go blank.

@jeffpatton1971
Copy link
Author

@iankingcoop this is ultimately what i have done with mine

# Build settings
markdown: kramdown
remote_theme: jekyll/minima
#theme: minima

minima:
  skin: dark
plugins:
  - jekyll-feed
  - jekyll-remote-theme
  - jekyll-sitemap

I've not had that issue since on my sites

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants