You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,8 @@ Welcome! This repository houses the code for [my blog](https://twilco.github.io
9
9
3. Use bundler to install packages required for the project - `bundle`
10
10
4. Use Jekyll to serve the site at [localhost:4000](http://localhost:4000) - `bundle exec jekyll serve`
11
11
12
+
[GitHub pages doesn't seem to be compatible with Ruby 3 yet](https://talk.jekyllrb.com/t/error-no-implicit-conversion-of-hash-into-integer/5890), so using a Ruby version manager like [rbenv](https://github.com/rbenv/rbenv) to run Ruby 2.7.3 for this repository is recommended.
13
+
12
14
Feel free to open an issue or PR for anything you find that needs fixing, or if you enjoyed a specific post and want to see more like it.
0 commit comments