Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 367 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 367 Bytes

Simple webdevelopers portfolio

This site is built using middleman

Code is in gh-pages branch.

In order to run this in local, fork this repo, clone it, do a bundle install then run middleman server

middleman server

In order to publish, use

rake publish BRANCH_NAME=master