Hi,
I noticed that using _config_dev.yml does not disable google analytics.
Workaround: to properly disable analytics, google_analytics_tracking_id must be set to false (not left empty).
# Disable when not in production
google_analytics_tracking_id: false
Thanks for the theme