Jekyll Setup Guide
- Install Ruby+Devkit {Ruby+Devkit 2.5.3-1 (x64)}
https://rubyinstaller.org/downloads/ - Install Jekyll
gem -v – to ensure the gem is installed.
gem install jekyll – - Bundler
gem install bundler
bundle install -
Start Jekyll
bundle exec jekyll serve - install visual studio code
- install ‘Markdown All in One’ extenstion open preview by button at rigt top bar.
- install ‘Insert Date String’ extenstion use ctrl+ shift+ I to insert current date.