Skip to content

Latest commit

 

History

History
44 lines (37 loc) · 748 Bytes

README.md

File metadata and controls

44 lines (37 loc) · 748 Bytes

Instructions

Install all prerequisites.

Install the jekyll and bundler gems.

gem install jekyll bundler

Create a new Jekyll site at ./myblog.

jekyll new .

Build the site and make it available on a local server.

bundle exec jekyll serve

Browse to http://localhost:4000

Styling

Edit things in msgtn.github.io/_sass/