Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@ Here's an image of this box on a GitHub PR page:

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

## Web analytics (experimental)

We are experimenting with [Plausible.io](https://plausible.io/) for web analytics.
Access it at this link, using the [1Password](https://ec.jupyter.org/accounts/#password) for login credentials.

Plausible dashboard link: https://plausible.io/jupyter.org/

- See [this issue for updates](https://github.com/jupyter/jupyter.github.io/issues/815).
- [Here's the change that adds the Plausible script](https://github.com/jupyter/jupyter.github.io/pull/816/files#diff-7c00ab81dd0968f6fb395b5986f71fd56704c48a71f0b9583058f5aaaad03aa7R17).

## Build the site locally

See the sections below for a few ways to build the site locally.
Expand Down
1 change: 1 addition & 0 deletions _includes/page-header.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ <h1>{{ include.title }}</h1>
anchors.add();
});
</script>
<script defer data-domain="jupyter.org" src="https://plausible.io/js/script.hash.outbound-links.js"></script>
</header>
Loading