‘After all this time?’ ‘Always’
Dev Setup
- Install and setup ruby mentioned in .ruby-version file
- Install jekyll gem -
gem install jekyll - Build with jekyll -
jekyll build - Start local server -
jekyll serve, by default serves at port 4000 - Launch site in browser -
http://127.0.0.1:4000