Skip to content

suneeta-mall/suneeta-mall.github.io

Repository files navigation

Blogs and pages

Personal blog and pages powered by Jekyll & Polar.

Run Locally

jekyll clean    
jekyll serve --watch
docker build -t blog .
docker run -ti -p 4000:4000  -v `pwd`:`pwd` -w `pwd` --name=blog blog