Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 770 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 770 Bytes

Jekyll Web Site

Building using commands line (obsolete)

jekyll -v

C:\Repositories\JekyllWebSite>bundle update jekyll

C:\Repositories\JekyllWebSite>bundle update

Building using Docker

docker run --rm --label=jekyll --volume=C:\Private\Repositories\JekyllWebSite:/srv/jekyll -it -p 4000:4000 jekyll/jekyll:3.7.3 jekyll serve

Testing: http://127.0.0.1:4000/blog/

Reference article followed: Running Jekyll in Windows Using Docker

Reference articles