docker-jekyll icon indicating copy to clipboard operation
docker-jekyll copied to clipboard

Docker container intended on running Jekyll

Results 5 docker-jekyll issues
Sort by recently updated
recently updated
newest added

When comparing to Jekyll's official docker images, I noticed that nodejs and npm were present. However, for this one, they were absent. To fulfil the ideal of being the ubuntu...

I'm a noob when it comes to jekyll and even gems. Basically any use of this container is complaining about "public_suffix", see below. ``` > docker run --rm -v "$PWD:/src"...

use `/data` instead of `/src` as working dir, to match official dockerfiles like https://github.com/dockerfile/nodejs-bower-grunt

It seems like some recent gem updates have been causing errors between jekyll and mercenary versions. I'm not exactly sure what the problem is, but found these issues: [1](https://github.com/jekyll/jekyll/issues/3085) and...