Skip to content

Commit ea1f556

Browse files
committed
Use plausible analytics
1 parent f61244f commit ea1f556

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
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)