1. Install Ruby+Devkit {Ruby+Devkit 2.5.3-1 (x64)}
    https://rubyinstaller.org/downloads/
  2. Install Jekyll
    gem -v – to ensure the gem is installed.
    gem install jekyll –
  3. Bundler gem install bundler
    bundle install
  4. Start Jekyll
    bundle exec jekyll serve

  5. install visual studio code
  6. install ‘Markdown All in One’ extenstion open preview by button at rigt top bar.
  7. install ‘Insert Date String’ extenstion use ctrl+ shift+ I to insert current date.