Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 689 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 689 Bytes

Jekyll Google Analytics

Code Climate

A Liquid tag plugin for Jekyll

Installation

  1. Add the following to your site's Gemfile:

    gem "jekyll-google-analytics"
    
  2. Add the following to your site's _config.yml:

    gems:
      - jekyll-google-analytics
    
    ga:
      tracking_id: UA-50708664-1
    
  3. Add the following in your site's template(s):

    {% ga %}