From b3396daab01e04581b6e71121efac47ab60fc154 Mon Sep 17 00:00:00 2001 From: Viosey Date: Tue, 17 Jan 2017 16:09:55 +0800 Subject: [PATCH 1/2] refactor(config): mv _config to _config.example --- .gitignore | 2 ++ _config.yml => _config.example.yml | 0 2 files changed, 2 insertions(+) rename _config.yml => _config.example.yml (100%) diff --git a/.gitignore b/.gitignore index 4d8fc240c..c9ce08f22 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,8 @@ npm-debug.log +_config.yml + _config.viosey.yml node_modules diff --git a/_config.yml b/_config.example.yml similarity index 100% rename from _config.yml rename to _config.example.yml From 1815c590c8b61b7980fc5ecb487c58ff9229d082 Mon Sep 17 00:00:00 2001 From: Viosey Date: Tue, 17 Jan 2017 18:10:31 +0800 Subject: [PATCH 2/2] Update --- _config.example.yml => _config.template.yml | 5 +++++ 1 file changed, 5 insertions(+) rename _config.example.yml => _config.template.yml (98%) diff --git a/_config.example.yml b/_config.template.yml similarity index 98% rename from _config.example.yml rename to _config.template.yml index b4180622a..1611944e5 100644 --- a/_config.example.yml +++ b/_config.template.yml @@ -145,6 +145,11 @@ search: use: google swiftype_key: +# Analytics Systems +analytics: + baidu_id: + google_id: + # Leancloud Views leancloud: enable: false