Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using the plugin for plausible #72

Closed
erin-bristow opened this issue Aug 19, 2022 · 1 comment
Closed

Using the plugin for plausible #72

erin-bristow opened this issue Aug 19, 2022 · 1 comment

Comments

@erin-bristow
Copy link

erin-bristow commented Aug 19, 2022

Used this issue to attempt to make it work, because it didn't work when I followed the main README.md guide

I can see Plausible present in the Console developer view for my site (ebristow.com), but when I reload the page it doesn't show up under Network so it doesn't look like it's reaching out to Plausible. Any help is appreciated - thank you!

In _config.yml:

plugins:
  - jekyll-feed
  - jekyll-target-blank
  - jekyll-analytics

jekyll_analytics:
  Plausible:
    domain: 'ebristow.com'   # The domain configured in plausible
    source: 'https://plausible.io/js/plausible.js' # The source of the javascript

In Gemfile:
group :jekyll_plugins do gem "jekyll-feed", "~> 0.12" gem "jekyll-analytics", "~> 0.1", git: 'https://github.com/hendrikschneider/jekyll-analytics', ref: '40e09570dea80e3a9ecb0ad796aad1c434ff067c' # https://github.com/hendrikschneider/jekyll-analytics end

@erin-bristow
Copy link
Author

Looks like it's working now - not sure what the hold-up was, might have been on Plausible's side. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant