From de928e61e69d14d540729960d784af20353ac0fd Mon Sep 17 00:00:00 2001 From: Vinta Date: Sun, 7 Jun 2015 04:44:04 +0800 Subject: [PATCH] add Google Analytics --- mkdocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/mkdocs.yml b/mkdocs.yml index e87a638..6d2dd39 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -4,5 +4,6 @@ site_description: A curated list of awesome Python frameworks, libraries and sof site_author: Vinta Chen repo_url: https://github.com/vinta/awesome-python theme: flatly +google_analytics: ['UA-510626-7', 'auto'] pages: - "Life is short, you need Python.": "index.md"