|
|
|
|
|
by pmontra
868 days ago
|
|
I run Jekyll in its own official docker container. You just need to mount the directory with the md files and it autogenerates new htmls whenever an md is updated. No need for Ruby. I'm on my phone now and I can't check what I used to run it but all the details are at https://github.com/envygeeks/jekyll-docker/blob/master/READM... Then HTMLs can be deployed to the public facing server. |
|