You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

52 lines
1.7 KiB

4 years ago
  1. +++
  2. title = "Voyeur"
  3. slug = "voyeur"
  4. description = "DIY self-hosted Fathom Analytics add-on module for After Dark."
  5. summary = "DIY self-hosted Fathom Analytics."
  6. categories = ["addon"]
  7. tags = ["module", "analytics", "privacy", "engagement"]
  8. features = ["related content", "snippets", "section menu"]
  9. [[copyright]]
  10. owner = "Josh Habdas"
  11. date = "2019"
  12. license = "agpl-3.0-or-later"
  13. +++
  14. **Fathom Mirror:** {{< external "https://git.habd.as/comfusion/fathom" />}}<br>
  15. **Module Source:** {{< external "https://git.habd.as/comfusion/voyeur" />}}
  16. {{< figure alt="After Dark screenshots"
  17. src="/images/screenshots/module-voyeur-analytics-fs8.png"
  18. caption="Voyeur Analytics Dashboard."
  19. >}}
  20. Please visit the {{< external "https://usefathom.com" "Fathom Website" />}} for interactive product demo.
  21. ## Installation
  22. Choose module download source:
  23. - {{< external "https://www.npmjs.com/package/mod-voyeur" />}}
  24. - {{< external "https://www.jsdelivr.com/package/npm/mod-voyeur" />}}
  25. - {{< external "https://git.habd.as/comfusion/voyeur" />}}
  26. Extract module contents into site `themes` directory:
  27. ```sh
  28. ├── static
  29. └── themes
  30. ├── after-dark
  31. └── voyeur
  32. ```
  33. Specify module in site config:
  34. {{< highlight toml "linenos=inline,linenostart=6" >}}
  35. # Controls default theme and theme components
  36. theme = [
  37. "voyeur", # sequence before "after-dark"
  38. "after-dark"
  39. ]
  40. {{< /highlight >}}
  41. See {{< external href="https://git.habd.as/comfusion/voyeur/src/branch/master/README.md" text="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 {{< external href="https://git.habd.as/comfusion/voyeur/issues" text="Submit an Issue" />}} with your question.