adisaktijrs / hexo-theme-minima

A lightweight dark/light theme for Hexo.js
https://adisaktijrs.github.io/minima
MIT License
225 stars 51 forks source link

Google Analytics support #18

Closed conor10 closed 3 years ago

conor10 commented 3 years ago

Really like this theme, I have a few questions which I'll create as issues.

Is it possible to add a Google Analytics tag to the theme?

adisaktijrs commented 3 years ago

Hi @conor10, glad to hear that!

Yes it is. You can simply add these lines and your Tracking ID to this theme config.yml file:

# Google Analytics ID
google_analytics: # your Tracking ID goes here

Or you can manually add codes generated by Google Analytics to the head section of this theme on layout.ejs file

conor10 commented 3 years ago

Awesome, thanks.