Just took it for a spin and this is cool
@tyacbovi say you had this in your config.toml
[params]
globalString = "Rocks!"
Then you could reference the global string like
---
title: "Some Page"
---
Hugo {{< param globalString >}}
Be sure to checkout the examples linked by the others above as well