Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 749 Bytes

File metadata and controls

38 lines (29 loc) · 749 Bytes

Sections

Development

Machine Setup

Install WSL

More Info

wsl --install Ubuntu

Reboot!

Set Up Bundle

sudo snap install ruby --classic
gem install bundler
sudo apt install build-essential
bundle install

Testing locally

bash
bundle exec jekyll serve

To see draft posts, instead:

bundle exec jekyll serve --drafts