Skip to content

Commit 548d96f

Browse files
authored
Add Plausible analytics (#310)
1 parent 903eb20 commit 548d96f

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

.github/SECURITY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ The webring is precompiled on Netlify. Nearly all content is static, save for [t
3939

4040
[The webring code](https://a11y-webring.club/#list-the-webring-on-your-website) is entirely static HTML, and does not require CSS, JavaScript, or other technologies to work—Netlify handles this.
4141

42+
## Analytics
43+
44+
The webring uses [Plausible analytics](https://plausible.io/), a privacy-friendly service based out of Europe. It also uses a unique password and multifactor authentication.
45+
46+
4247
## Evaluation of content
4348

4449
Requests to be added to the webring are a manual process, where I evaluate the site and its content. This evaluation includes compliance with the [Code of Conduct](https://github.com/ericwbailey/a11y-webring.club/blob/main/.github/CODE_OF_CONDUCT.md), which prohibits harmful content.

includes/scripts.njk

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,3 +142,9 @@ function initSiteColorScheme() {
142142
143143
initSiteColorScheme();
144144
</script>
145+
146+
<script async src="https://plausible.io/js/pa-vMpro0VoHpxYVBDJFRJAK.js"></script>
147+
<script>
148+
window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(i){plausible.o=i||{}};
149+
plausible.init()
150+
</script>

0 commit comments

Comments
 (0)