Hacker News new | ask | show | jobs
by schemescape 1597 days ago
What's the boring-est way to run Jekyll locally? My main problem with Jekyll is that it required installing (and keeping up to date, I assume) a Ruby environment.
1 comments

You could leave that to Github Pages, if you have basic requirements. (no extra plugins)
That’s worth mentioning, but I was looking to run the static site generator locally because the workflow of committing to Git, waiting for a build, etc. is too slow for iterating (and also difficult to debug when stuff inevitably doesn’t work as expected).