mirror of
https://github.com/basnijholt/compose-farm.git
synced 2026-02-03 14:13:26 +00:00
docs: Add Plausible analytics (#165)
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
<!-- Privacy-friendly analytics by Plausible -->
|
||||||
|
<script async src="https://plausible.nijho.lt/js/pa-NRX7MolONWKTUREJpAjkB.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>
|
||||||
@@ -26,6 +26,7 @@ nav = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
[project.theme]
|
[project.theme]
|
||||||
|
custom_dir = "docs/overrides"
|
||||||
language = "en"
|
language = "en"
|
||||||
|
|
||||||
features = [
|
features = [
|
||||||
@@ -81,6 +82,9 @@ repo = "lucide/github"
|
|||||||
[project.extra]
|
[project.extra]
|
||||||
generator = false
|
generator = false
|
||||||
|
|
||||||
|
[project.extra.analytics]
|
||||||
|
provider = "custom"
|
||||||
|
|
||||||
[[project.extra.social]]
|
[[project.extra.social]]
|
||||||
icon = "fontawesome/brands/github"
|
icon = "fontawesome/brands/github"
|
||||||
link = "https://github.com/basnijholt/compose-farm"
|
link = "https://github.com/basnijholt/compose-farm"
|
||||||
|
|||||||
Reference in New Issue
Block a user