Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 554 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 554 Bytes

samandamber.us

Our wedding blog using GitHub pages.

This is mostly me futzing jekyll.

Local setup instructions

Because I do other things with my time and occasionally switch laptops and forget things.

  1. Setup build/dev tools

    $ xcode-select --install
    $ brew install ruby
    $ gem install bundler
    $ bundle install
    $ brew install node
    $ npm install -g grunt-cli
    $ npm install
    
  2. Run grunt to start livereload-building.

  3. Open browser to http://localhost:8080

  4. Edit some files.