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?