Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 329 Bytes

readme.md

File metadata and controls

19 lines (10 loc) · 329 Bytes

Local setup

  • Install Jekyll and bundler gems.

    gem install jekyll bundler

  • Create a new Jekyll site at ./myblog.

    jekyll new myblog

  • Change into your new directory.

    cd myblog

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

    bundle exec jekyll serve

  • Browse to http://localhost:4000