Skip to content

lr4d/jdatech.github.io

 
 

Repository files navigation

JDA Tech Blog

Run jekyll build in docker

export JEKYLL_VERSION=3.8
docker run --rm --volume="$PWD:/srv/jekyll" --volume="$PWD/vendor/bundle:/usr/local/bundle" -it jekyll/jekyll:$JEKYLL_VERSION  jekyll build

Serving an existing site

export JEKYLL_VERSION=3.8
docker run --name jda-tech-blog --volume="$PWD:/srv/jekyll" --volume="$PWD/vendor/bundle:/usr/local/bundle" -p 4000:4000 -it jekyll/jekyll:$JEKYLL_VERSION jekyll serve --watch --drafts

About

JDA Software Tech Blog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 71.3%
  • HTML 21.8%
  • CSS 3.8%
  • JavaScript 3.1%