hugo-component-matomo icon indicating copy to clipboard operation
hugo-component-matomo copied to clipboard

Is this compatible with sites that have config files in formats other than toml?

Open SamGreenwood1 opened this issue 1 year ago • 1 comments

SamGreenwood1 avatar Apr 23 '23 23:04 SamGreenwood1

Yes, I use it with Hugo config in yaml format.

See config.yml example below

...
theme:
  - "Your-Hugo-Theme"
  - "matomo"

...

params:
  matomo:
  url: "https://matomo.domain.com"
  id: 1
  other-params: ....
...

dfranco avatar Jun 29 '24 05:06 dfranco