Skip to content
Open navbar menu
Sign UpLog In
Profile icon

Zach Dyer

@zachdyer
zachdyer
zachdyer
shared a Post
4 years ago
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?
appliedurethane
Bash
jeffhow
jeffhow
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" `3 years ago
ThomasKalka
ThomasKalka
Did anyone succeed using jekyll on repl.it?3 years ago