Voyeur
DIY self-hosted Fathom Analytics add-on module for After Dark.
Fathom Mirror:
codeberg.org/vhs/mirrors/fathom
Module Source:
codeberg.org/vhs/voyeur
Please visit the Fathom Website for interactive product demo.
Installation
Choose module download source:
Extract module contents into site themes
directory:
├── static
└── themes
├── after-dark
└── voyeur
Specify module in site config:
6# Controls default theme and theme components
7theme = [
8 "voyeur", # sequence before "after-dark"
9 "after-dark"
10]
See README.md to confirm you’re using the minimum required version of After Dark; and module setup, configuration and usage instructions. If you need help you may Submit an Issue with your question.