Compare commits

...

5 Commits

Author SHA1 Message Date
04002f0f84 Support, analytics
All checks were successful
Deploy / deploy (push) Successful in 8s
2026-03-16 21:10:13 -07:00
cb6c51b360 Update maddybook
Some checks failed
Deploy / deploy (push) Failing after 7s
2026-03-16 21:10:05 -07:00
475e31d7c3 Path
All checks were successful
Deploy / deploy (push) Successful in 8s
2026-03-16 19:43:12 -07:00
2c85485244 Update maddybook
All checks were successful
Deploy / deploy (push) Successful in 8s
2026-03-16 19:41:29 -07:00
fd4f8903a5 Update maddybook
All checks were successful
Deploy / deploy (push) Successful in 9s
2026-03-16 11:17:27 -07:00
4 changed files with 18 additions and 1 deletions

View File

@ -18,3 +18,5 @@ disablePathToLower = true
[markup.goldmark.renderer]
unsafe = true
[pagination]
path = ""

View File

@ -0,0 +1,15 @@
<!-- Matomo -->
<script>
var _paq = window._paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//analytics.makyo.io/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '3']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Matomo Code -->