mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-06-30 21:46:39 -04:00
update /stats/
This commit is contained in:
@ -10,22 +10,15 @@ css: |
|
||||
div#content iframe {
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
height: 327px;
|
||||
height: 600px;
|
||||
width: 100%;
|
||||
max-width: 654px;
|
||||
border: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
---
|
||||
|
||||
This website uses [**Simple Analytics**](https://simpleanalytics.com/?ref=jarv.is) to tally pageviews without tracking you.
|
||||
This website uses [**Fathom Analytics**](https://usefathom.com/ref/ZEYG0O) to tally pageviews without tracking you — cookies and fingerprinting are never used. Refer to Fathom's [data policy](https://usefathom.com/data) for a complete list of information sent.
|
||||
|
||||
Cookies and fingerprinting are never used and your IP address is hidden behind [a serverless function](https://github.com/jakejarvis/jarv.is/blob/main/functions/send_view.js) when your ping is anonymously proxied to Simple Analytics' API on your behalf. Refer to the [**Privacy Policy**](/privacy/) for a complete list of information sent.
|
||||
In that case, why not share them? 😊 Pageviews for the past month are graphed below and more information (top pages, referrers, etc.) can be found [on a publicly-accessible dashboard](https://app.usefathom.com/share/ppsqzudy/jarv.is).
|
||||
|
||||
In that case, why not share them? 😊 Pageviews for the past month are graphed below and more information (top pages, referrers, etc.) can be found [on a publicly-accessible dashboard.](https://simpleanalytics.com/jarv.is?utm_source=jarv.is&utm_content=badge)
|
||||
|
||||
<!-- markdownlint-disable MD033 -->
|
||||
<p class="center"><a class="no-underline" href="https://simpleanalytics.com/jarv.is?utm_source=jarv.is&utm_content=badge" target="_blank" rel="noopener"><img src="/stats/badge.svg" width="210" height="50" alt="Powered by Simple Analytics"></a></p>
|
||||
<!-- markdownlint-enable MD033 -->
|
||||
|
||||
{{< iframe src="https://simpleanalytics.com/jarv.is?color=FF4F64&embed=true" title="Simple Analytics graph" width="654" height="327" sandbox="allow-same-origin allow-scripts allow-popups" >}}
|
||||
{{< iframe src="https://app.usefathom.com/share/ppsqzudy/jarv.is#/?range=last_7_days&site=49569" title="Fathom Analytics dashboard" width="100%" height="600" sandbox="allow-same-origin allow-scripts allow-popups" >}}
|
||||
|
@ -164,11 +164,6 @@
|
||||
status = 200
|
||||
|
||||
# More miscellaneous mirrors/redirects:
|
||||
[[redirects]]
|
||||
from = "/stats"
|
||||
to = "https://app.usefathom.com/share/ppsqzudy/jarv.is"
|
||||
status = 302
|
||||
force = true
|
||||
[[redirects]]
|
||||
from = "/blog/*"
|
||||
to = "/notes/"
|
||||
@ -181,10 +176,6 @@
|
||||
from = "/resume"
|
||||
to = "/resume.pdf"
|
||||
status = 302
|
||||
[[redirects]]
|
||||
from = "/stats/badge.svg"
|
||||
to = "https://simpleanalyticsbadge.com/jarv.is?counter=true"
|
||||
status = 200
|
||||
|
||||
# Fix some 404s after moving files around somewhat recklessly:
|
||||
[[redirects]]
|
||||
|
Reference in New Issue
Block a user