Skip to content

Commit 5c4bc59

Browse files
Add plausible analytics (#816)
Co-authored-by: Chris Holdgraf <[email protected]>
1 parent e114ec7 commit 5c4bc59

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,16 @@ Here's an image of this box on a GitHub PR page:
1818

1919
![Netlify Preview Button](.github/images/netlify-preview.png)
2020

21+
## Web analytics (experimental)
22+
23+
We are experimenting with [Plausible.io](https://plausible.io/) for web analytics.
24+
Access it at this link, using the [1Password](https://ec.jupyter.org/accounts/#password) for login credentials.
25+
26+
Plausible dashboard link: https://plausible.io/jupyter.org/
27+
28+
- See [this issue for updates](https://github.com/jupyter/jupyter.github.io/issues/815).
29+
- [Here's the change that adds the Plausible script](https://github.com/jupyter/jupyter.github.io/pull/816/files#diff-7c00ab81dd0968f6fb395b5986f71fd56704c48a71f0b9583058f5aaaad03aa7R17).
30+
2131
## Build the site locally
2232

2333
See the sections below for a few ways to build the site locally.

_includes/page-header.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ <h1>{{ include.title }}</h1>
1414
anchors.add();
1515
});
1616
</script>
17+
<script defer data-domain="jupyter.org" src="https://plausible.io/js/script.hash.outbound-links.js"></script>
1718
</header>

0 commit comments

Comments
 (0)