fluid-project / trivet

Trivet is a simple starter kit for Eleventy-based static sites for the Fluid Project.
https://trivet.netlify.app
BSD 3-Clause "New" or "Revised" License
8 stars 5 forks source link

Project includes live Matomo configuration #3

Closed greatislander closed 4 years ago

greatislander commented 4 years ago

Describe the bug

Currently fluidic-11ty includes Matomo configuration for site ID 7. The ID should be removed from assets/js/analytics.js and the Matamo script should be commented out in layouts/default.html so that it can be added if desired rather than present by default.

To reproduce

Steps to reproduce the behavior:

  1. Run npm run eleventy.
  2. Navigate to http://localhost:8080.
  3. Observe that a connection is being made to https://analytics.inclusivedesign.ca.

Expected behavior

As this is a starter kit, it should not include "live" configuration data, but rather guides/sample code on how to configure functionality such as analytics.

sachin10101998 commented 4 years ago

@greatislander Fixed the file and commented it out from layouts too. Added tutorial link in readme file for sample codes.