Compare commits

..

5 Commits

Author SHA1 Message Date
b063d7376a Update maddybook
All checks were successful
Deploy / deploy (push) Successful in 8s
2026-03-16 21:44:37 -07:00
cc8ecba949 Update Maddybook, path
All checks were successful
Deploy / deploy (push) Successful in 7s
2026-03-16 19:51:19 -07:00
a28b111d54 Update maddybook
All checks were successful
Deploy / deploy (push) Successful in 7s
2026-03-16 11:20:00 -07:00
effeed40d6 Update config
All checks were successful
Deploy / deploy (push) Successful in 7s
2026-03-15 17:21:32 -07:00
8171ac6122 Update css
All checks were successful
Deploy / deploy (push) Successful in 7s
2026-03-15 17:15:47 -07:00
3 changed files with 21 additions and 2 deletions

View File

@ -8,10 +8,14 @@ paginatePath = ""
post = '/:contentbasename/'
[params]
subtitle = 'Limerent Object and other stories'
author = 'Madison Scott-Clary'
home = 'https://makyo.ink'
copyright = 2021
customCSS = ['wildness.css']
customCSS = ['/wildness.css']
[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', '15']);
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 -->