diff --git a/asset/docsify-baidu-push.js b/asset/docsify-baidu-push.js
new file mode 100644
index 0000000..27b1f74
--- /dev/null
+++ b/asset/docsify-baidu-push.js
@@ -0,0 +1,13 @@
+(function(){
+ var plugin = function(hook) {
+ hook.doneEach(function() {
+ new Image().src =
+ '//api.share.baidu.com/s.gif?r=' +
+ encodeURIComponent(document.referrer) +
+ "&l=" + encodeURIComponent(location.href)
+ })
+ }
+ var plugins = window.$docsify.plugins || []
+ plugins.push(plugin)
+ window.$docsify.plugins = plugins
+})()
\ No newline at end of file
diff --git a/index.html b/index.html
index 0d6a333..841ad47 100644
--- a/index.html
+++ b/index.html
@@ -85,5 +85,6 @@
+