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
.replit
run="jekyll serve"
I'll make an example you can fork: In progress
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
?.replit
file withrun="jekyll serve"
...I'll make an example you can fork:
In progress