riggraz / no-style-please

A (nearly) no-CSS, fast, minimalist Jekyll theme.
https://riggraz.dev/no-style-please/
MIT License
1.1k stars 542 forks source link

How do I register for Google Analytics? #63

Open seominseok00 opened 1 year ago

seominseok00 commented 1 year ago

In the case of the Minimal Mistakes theme, simply paste tracking ID in the config.yml file.

# Analytics
analytics:
  provider               : "google-gtag"
  google:
    tracking_id          : "Tracking ID"
    anonymize_ip         : # true, false (default)

How do I do it in this theme?