Skip to content
This repository was archived by the owner on Mar 13, 2026. It is now read-only.

Latest commit

 

History

History
15 lines (9 loc) · 412 Bytes

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.