Add Plausible analytics and fix homepage navigation

- Add custom analytics override for plausible.nijho.lt tracking
- Remove hide:navigation from index.md to show menu on homepage
This commit is contained in:
Bas Nijholt 2026-01-12 11:58:52 -08:00
commit f557db37cb
2 changed files with 6 additions and 2 deletions

View file

@ -1,7 +1,5 @@
---
icon: lucide/sun
hide:
- navigation
---
# Adaptive Lighting

View file

@ -0,0 +1,6 @@
<!-- Privacy-friendly analytics by Plausible -->
<script async src="https://plausible.nijho.lt/js/pa-yNpTS2silFzWxGYjHM_Bk.js"></script>
<script>
window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(i){plausible.o=i||{}};
plausible.init()
</script>