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

Update to latest version of Chirpy theme #1

Closed
neilboyd opened this issue Feb 7, 2024 · 0 comments · Fixed by #13
Closed

Update to latest version of Chirpy theme #1

neilboyd opened this issue Feb 7, 2024 · 0 comments · Fixed by #13

Comments

@neilboyd
Copy link
Owner

neilboyd commented Feb 7, 2024

Currently using version 6.2.3 of Chirpy theme and Chirpy starter .
Versions later than that depend on Ruby 3.0 which I don't have on my WSL Ubuntu and I couldn't immediately figure out how to install it.
It also fails on Netlify. See also #3.
A bit of Googling shows that Netlify doesn't yet support Ruby 3.

A bit more Googling shows that maybe it is:
https://docs.netlify.com/configure-builds/manage-dependencies/#ruby

git clone https://github.com/rbenv/ruby-build.git "$(rbenv root)"/plugins/ruby-build
git -C "$(rbenv root)"/plugins/ruby-build pull
rbenv install --list
rbenv install 3.1.4
rbenv local 3.1.4
gem install bundler
bundle

If this issue is fixed then I can delete my copy of default layout. Or not - I also change the language in the html tag at the top.

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

Successfully merging a pull request may close this issue.

1 participant