Skip to content

Files

Latest commit

 

History

History
15 lines (9 loc) · 412 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 412 Bytes

Write.Speak.Code Conference Website

Currently using middleman

bundle exec gem install middleman

Run the code in dev mode:

bundle exec middleman server start the site at http://localhost:4567

Export the static site

bundle exec middleman build

Update site

Upload the build/ directory to the writespeakcode.com/ directory on the FTP server.