From d60e8975c1f60411cb4f25ed58f76704d2e1d014 Mon Sep 17 00:00:00 2001 From: zerobugplz Date: Sun, 30 Apr 2017 00:56:10 +0900 Subject: [PATCH] add google-analytics option in _config.yml --- _config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_config.yml b/_config.yml index cb6ee0b..dba7540 100644 --- a/_config.yml +++ b/_config.yml @@ -18,6 +18,9 @@ github_editme_path: tomjohnson1492/documentation-theme-jekyll/blob/gh-pages/ disqus_shortname: idrbwjekyll # if you're using disqus for comments, add the shortname here. if not, leave this value blank. +google_analytics: UA-00000000-0 +# if you have google-analytics ID, put it in. if not, edit this value to blank. + host: 127.0.0.1 # the preview server used. Leave as is.