diff --git a/config.rb b/config.rb index cac85f6..25afc0b 100644 --- a/config.rb +++ b/config.rb @@ -38,3 +38,7 @@ configure :build do # activate :asset_hash # activate :gzip end + +# Deploy Configuration +# If you want Middleman to listen on a different port, you can set that below +set :port, 4567