I would like to run Jekyll to preview my Github Pages website. Is there a way I can install Jekyll and preview it using jekyll serve?
jekyll serve
I got Jekyll running by creating a Gemfile, then adding this to the .replit:
language = "ruby" run = "bundle exec jekyll serve --host=0.0.0.0"
Is there a way to install Jekyll for Github Pages?
I would like to run Jekyll to preview my Github Pages website. Is there a way I can install Jekyll and preview it using
jekyll serve
?I got Jekyll running by creating a Gemfile, then adding this to the .replit: