getgrav / grav

Modern, Crazy Fast, Ridiculously Easy and Amazingly Powerful Flat-File CMS powered by PHP, Markdown, Twig, and Symfony
https://getgrav.org
MIT License
14.39k stars 1.39k forks source link

[add-resource] New Plugin: Umami Analytics #3836

Open chraebsli opened 1 month ago

chraebsli commented 1 month ago

I would like to add my new plugin to the Grav Repository. Here are the project details: Crabston/grav-plugin-umami-analytics

pamtbaau commented 1 week ago

Just a quick note: Assets should be added using the Asset Manager instead of injecting it in the generated HTML using preg_replace.

Assets can ben added when, or after, the onAssetsInitialized event is/has been fired.

chraebsli commented 1 week ago

Thanks for the feedback! I'll update it soon.