Checklist
Is your feature request related to a problem? Please describe
Currently, there is not support for the Rybbit self hosted analytics solution, so I am manually editing the generated HTML files at runtime.
Describe the solution you'd like
I would like the theme to support the addition of Rybbit, which is similar to the Umami analytics platform. It works in a similar way to Umami, with a tracking script being required on every page in the <head> element.
Describe alternatives you've considered
There is an existing guide written by Rybbit for plain Jekyll installs. However, looking at the template, I don't believe this applies here?
Additional context
I am running a (probably very) old version of this theme (gem "jekyll-theme-chirpy", "~> 6.5", ">= 6.5.5"), so the up to date one might not have this problem. Please confirm this if it is not true.
Checklist
Is your feature request related to a problem? Please describe
Currently, there is not support for the Rybbit self hosted analytics solution, so I am manually editing the generated HTML files at runtime.
Describe the solution you'd like
I would like the theme to support the addition of Rybbit, which is similar to the Umami analytics platform. It works in a similar way to Umami, with a tracking script being required on every page in the
<head>element.Describe alternatives you've considered
There is an existing guide written by Rybbit for plain Jekyll installs. However, looking at the template, I don't believe this applies here?
Additional context
I am running a (probably very) old version of this theme (
gem "jekyll-theme-chirpy", "~> 6.5", ">= 6.5.5"), so the up to date one might not have this problem. Please confirm this if it is not true.