Add analytics

This commit is contained in:
yehor
2025-05-20 11:08:23 +03:00
parent f217963770
commit 6e6a3b211c
2 changed files with 10 additions and 2 deletions

View File

@ -36,6 +36,14 @@ const config = {
locales: ['en'],
},
scripts: [
{
src: 'https://plausible.nicelycomposed.codes/js/script.outbound-links.js',
defer: 'true',
'data-domain': 'yevi.org',
},
],
presets: [
[
'classic',

View File

@ -15,6 +15,7 @@
--ifm-color-primary-lightest: #6d266d;
--ifm-code-font-size: 95%;
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
--ifm-footer-link-hover-color: #b07ab0;
}
/* For readability concerns, you should choose a lighter palette in dark mode. */
@ -27,5 +28,4 @@
--ifm-color-primary-lighter: #c196c1;
--ifm-color-primary-lightest: #d1b2d1;
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
}
}