chrisrhymes / bulma-clean-theme

A clean and modern Jekyll theme based on Bulma
http://www.csrhymes.com/bulma-clean-theme/
MIT License
383 stars 485 forks source link

Incompatible kramdown versions #128

Closed boundangel closed 1 year ago

boundangel commented 1 year ago

I'm trying to use this theme to set up a new site. I've followed all of the instructions, but keep getting this error. Is there any way that I can make this work?

C:\Users\amand\garden\docs>bundle install
Fetching gem metadata from https://rubygems.org/.........
Resolving dependencies...
Could not find compatible versions

Because github-pages >= 226 depends on kramdown = 2.3.2
  and bulma-clean-theme >= 0.4, < 0.10 depends on kramdown ~> 1.17,
  github-pages >= 226 is incompatible with bulma-clean-theme >= 0.4, < 0.10.
So, because Gemfile depends on bulma-clean-theme = 0.7.2
  and Gemfile depends on github-pages ~> 228,
  version solving has failed.
chrisrhymes commented 1 year ago

Hi please can you try updating the gem file to use bulma-clean-theme version 0.13.1?

boundangel commented 1 year ago

That solved it! Thanks!