uniqueshanu89.github.io jakyll reference Learn more about Jekyll with this YouTube tutorial Docker Hub: bretfisher/jekyll Create jakyll site docker run -it --rm -v $(pwd)/site:/site bretfisher/jekyll new . Serve jakyll site locally docker run -it --rm -p 4000:4000 -v $(pwd)/site:/site bretfisher/jekyll-serve docker compose up -d http://localhost:4000/