-
-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Closed
Description
Checklist
- I have read and accepted the contributing guidelines.
How did you create the site?
Built from jekyll-theme-chirpy
Describe the bug
Added analytics and pageviews (goat counter) in config but generated build does not contain the relevant script.
analytics:
goatcounter:
id: kdpuvvadi
pageviews:
provider: goatcounterSteps To Reproduce
- Add analytics with goatcounter in
_config.yml - Add pageview's with goatcounter in
_config.yml - build with bundle exec jekyll build`
- Check generated output at
_site
Only this is present in all the posts output
<!-- Pageviews -->
Expected Behavior
Presence of analytics and pageviews script in the pages
Environment
$ ruby -v
ruby 3.3.6 (2024-11-05 revision 75015d4c1f) [x64-mingw-ucrt]
$ bundle exec jekyll -v
jekyll 4.3.4
$ bundle info jekyll-theme-chirpy
* jekyll-theme-chirpy (7.2.0)
Summary: A minimal, responsive, and feature-rich Jekyll theme for technical writing.
Homepage: https://github.com/cotes2020/jekyll-theme-chirpy
Documentation: https://github.com/cotes2020/jekyll-theme-chirpy/#readme
Source Code: https://github.com/cotes2020/jekyll-theme-chirpy
Wiki: https://github.com/cotes2020/jekyll-theme-chirpy/wiki
Bug Tracker: https://github.com/cotes2020/jekyll-theme-chirpy/issues
Path: c:/Ruby33-x64/lib/ruby/gems/3.3.0/gems/jekyll-theme-chirpy-7.2.0
Anything else?
If there's any documentation regarding the analytics, please point me in that directon.
Metadata
Metadata
Assignees
Labels
No labels