opensciencecafe

opensciencecafe

science/code blog with jeff and ryan

opensciencecafe

Blog using the So Simple Theme, the followup to Minimal Mistakes -- by designer slash illustrator Michael Rose.

To run Jekyll with Docker for editing, from the root directory, build the image:

docker build -t "jekyll_blog" .

and run a container:

docker run --name jekyll -d -v ${PWD}:/srv/jekyll -p 4000:4000 jekyll_blog