retypeapp / retype

Retype is an ✨ ultra-high-performance✨ static site generator that builds a website based on simple text files.
https://retype.com
Other
1.02k stars 201 forks source link

Obscuring Analytics Path #575

Closed anotherduckling closed 1 year ago

anotherduckling commented 1 year ago

Is it possible to implement something like Next-Plausible in Retype? A good chunk of my site users use Ad Blocker, which affects the analytics. I don't have any prior knowledge in coding, so don't really know is it possible to add this in retype.

geoffreymcgill commented 1 year ago

Plausible is supported by Retype, see https://retype.com/configuration/project/#plausible.

Another option is to use the _includes/head.html file to include any custom <script>, see https://github.com/retypeapp/retype/discussions/282#discussioncomment-2343005.

Hope this helps.