jandecaluwe / urubu

A micro CMS for static websites, with a focus on good navigation practices.
urubu.jandecaluwe.com
GNU Affero General Public License v3.0
179 stars 36 forks source link

Make Google Analytics ID configurable in site.yml #54

Closed philippefaes closed 7 years ago

philippefaes commented 8 years ago

The Google Analytics ID is currently stored in an html file in the _layout folder. It would be more appropriate to strore this information in the _site.yml file. That way, the entire _layout folder can be reused over several sites without modifications. The parameter could be called google_analytics.

This does not require a change to Urubu itself. Instead I would like to propose a patch to urubu-quickstart. Would you welcome such a patch?

jandecaluwe commented 7 years ago

Sure ;-)

philippefaes commented 7 years ago

Created pull request on urubu-quickstart.