Plugin to easily add webanalytics to your jekyll site. Currently Google Analytics, Piwik and mPulse are supported.
Jekyll-analytics is a plugin designed to make it easy to add web analytics to Jekyll websites. It supports popular analytics services such as Google Analytics, Matomo, Piwik, mPulse, and Plausible. By installing and configuring the plugin, users can track and analyze website traffic and engagement.
To install the Jekyll-analytics plugin, follow these steps:
gem 'jekyll-analytics'
bundle install
Alternatively, you can install the plugin manually by running:
gem install jekyll-analytics
plugins:
- jekyll-analytics
jekyll-analytics:
provider: google
tracking_id: UA-XXXXXXXX-X
Jekyll-analytics is a convenient plugin for adding web analytics to Jekyll websites. With support for popular analytics services and a straightforward installation process, users can easily track and analyze their website traffic and engagement.