ActionLab Analytics for Jekyll
Add privacy-first, AI-powered analytics to your Jekyll site in under 60 seconds. No cookies, no consent banners, no complex setup.
Installation Code
Jekyll
<!-- _includes/head.html -->
<script
src="https://cdn.actionlabanalytics.com/actionlab.js"
data-site="{{ site.actionlab_site_id }}"
defer
></script>Step-by-Step Setup
- 1
Add the script to _includes/head.html or your default layout.
- 2
Set your site ID in _config.yml: actionlab_site_id: YOUR_SITE_ID.
- 3
Build and deploy your Jekyll site.
- 4
Works with GitHub Pages and all Jekyll hosting.
Why Use ActionLab with Jekyll
- Configurable via _config.yml
- Works with GitHub Pages
- Static site compatible
- No Jekyll gem or plugin needed
Frequently Asked Questions
Does ActionLab work with GitHub Pages?
Yes. ActionLab is a client-side script that works with any hosting platform including GitHub Pages. Add the script tag to your Jekyll layout and deploy.