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

Addressing some issues with local development #22

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

woojiahao
Copy link

@woojiahao woojiahao commented Dec 22, 2023

Thank you for the team's work on this awesome project. I was facing some issues with local development using bundle exec jekyll serve --livereload. I've documented the steps taken to remedy them.

  • "undefined method `untaint' in ..." - resolved by deleting Gemfile.lock and re-creating it
  • Webrick dependency not found - use bundle add webrick
  • Local deployment having "no implicit conversion of Hash into Integer" error causing nothing to render - update Jekyll to use version ~> 4.3.2

I understand that this might cause some issues with deployment on Github Pages as well so I have included a Github workflow that I had come up with previously to manually install version 3.2.2 of Ruby on Github pages through the workflow so that all the dependencies work as intended.

Hopefully these changes can help others who want to use this template! Do let me know what y'all think!

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 this pull request may close these issues.

1 participant