Skip to content

Commit 788f34d

Browse files
Use plausible analytics (#546)
1 parent 2bef445 commit 788f34d

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,9 @@ To update the teams gallery in numpy.org site, you need to run `make teams` Make
7979
export GH_TOKEN=xxxxxxxxxx
8080
make teams
8181
```
82+
83+
## Analytics
84+
85+
A self-hosted version of [Plausible.io](https://plausible.io) is used to gather simple
86+
and privacy-friendly analytics for the site. The dashboard can be accessed
87+
[here](https://views.scientific-python.org/numpy.org).

config.yaml.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ params:
2121
font:
2222
name: "Lato"
2323
sizes: [400,900]
24+
plausible:
25+
dataDomain: numpy.org
2426
languages:
2527
en:
2628
title: NumPy

0 commit comments

Comments
 (0)