Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 736 Bytes

jekyllOnWindows.md

File metadata and controls

14 lines (11 loc) · 736 Bytes

Jekyll on Windows.

  1. Follow steps from the beautiful website by juthilo

  2. If you encounter SSL error while installing jekyll, go to stackOverFlow

  3. Go to this link maintained by madhur

  4. jekyll new blog

  5. cd blog

  6. jekyll serve

  7. Now, you might encounter issue with yajl while jekyll serves. Go to stackoverflow

  8. After fixing the above issues, go to http://localhost:4000/

And your website is ready !!!