Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 564 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 564 Bytes

Personal Web Site

This repo contains the source (except images) for my personal web site osteele.com.

The source for my blog is here.

Set-Up

  1. Install Jekyll
  2. bundle install

Alternate: Install Docker Compose

Develop

  1. bundle exec jekyll serve

    Alternate: docker-compose up

  2. Browse to localhost:4000

Deploy

git push