Just like you can have dynamic properties on each post it would be nice to define dynamic site properties that are available on all pages. They could be defined in snow.config like this:
"properties": { "key1": "value1", "key2": "value2"}
This could be useful for themes when you do not want to hard code certain content.