Is there any extensive documentation anywhere?

I’d like to see a list of every config available for every packaged feature. For example what are all the configs I can set on build?

configure :build do
  activate :minify_css
  activate :minify_javascript
  activate :asset_hash
  ... ??
end

What are the configs I can set on blog, etc.? Is this information published anywhere?

Launch middleman server and visit 0.0.0.0:4567/__middleman/, click on Configuration

1 Like