Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 772 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 772 Bytes

GitHub last commit GitHub package.json version

hexo-analytics

A Hexo plugin to enable Google Analytics and Microsoft Clarity. Many theme provide sanalytics but using plugin decouple the capability from themes.

Configurations

Enable the plugin

To enable the plugin add this to your config.yml:

analytics:
    google_analytics:
        enable: true
        measurement_id: <your measurement id>
    microsoft_clarity:
        enable: true
        project_id: <your project id under Setting, Overview>

Contribution

Keep it simple and stupid for now. Any pull request is welcomed and will reviewed.