diff --git a/README.md b/README.md
index 39319af9b5..1d5fb9a7a1 100644
--- a/README.md
+++ b/README.md
@@ -1,35 +1,3 @@
-# NexT
+# Dok6n's blog
-> 精于心,简于形
-
-NexT 是由 [Hexo NexT](https://github.com/iissnan/hexo-theme-next) 移植而来的 Jekyll 主题。
-
-在线预览 Preview | Yitao's Blog | NexT 使用文档 | [English Documentation](README.en.md)
-
-[![Join the chat at https://gitter.im/simpleyyt/jekyll-theme-next](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/jekyll-theme-next/lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
-
-![NexT Schemes](http://iissnan.com/nexus/next/next-schemes.jpg)
-
-
-## 浏览器支持 Browser support
-
-![Browser support](http://iissnan.com/nexus/next/browser-support.png)
-
-
-## 贡献 Contributing
-
-欢迎提交问题与需求,修复代码。
-
-
-## 开发 Development
-
-NexT 主旨在于简洁优雅且易于使用,所以首先要尽量确保 NexT 的简洁易用性。
-
-NexT is built for easily use with elegant appearance. First things first, always keep things simple.
-
-
-## 捐赠
-
-支付宝捐赠链接还是要有的,万一真的有人捐呢。
-
-![支付宝扫码捐赠](http://7lryc0.com1.z0.glb.clouddn.com/a6x049034plyvjm1rvn4h28%20%281%29.png)
+https://dok6n.github.io/
diff --git a/_config.yml b/_config.yml
index 6f99140c74..6f631d740a 100644
--- a/_config.yml
+++ b/_config.yml
@@ -387,6 +387,32 @@ disqus:
# count need to be false when hide is true
hide: false
+#
+wildfire:
+ enable: false
+ # version - It's recommended to use the following versions.
+ loaderVersion: 1.2.5 # https://www.npmjs.com/package/wildfire-comment
+ useDev: true
+ version: 0.5.6
+ # database config
+ databaseProvider: firebase # or wilddog
+ firebase: # your firebase config goes here ↓
+ apiKey:
+ authDomain:
+ databaseURL:
+ projectId:
+ storageBucket:
+ messagingSenderId:
+ wilddog: # your wilddog config goes here ↓
+ siteId:
+ # other configs
+ theme: light # or dark
+ locale: en # or other locales, e.g. zh-CN
+ defaultAvatarURL:
+# Any question?
+# Raise an issue here: https://github.com/cheng-kang/wildfire/issues
+#
+
# Hypercomments
#hypercomments_id:
diff --git a/_includes/_macro/post.html b/_includes/_macro/post.html
index b63a1267aa..0036aabf0d 100644
--- a/_includes/_macro/post.html
+++ b/_includes/_macro/post.html
@@ -146,6 +146,16 @@
data-disqus-identifier="{{ post.url }}" itemprop="commentCount">
+ {% elsif site.wildfire.enable %}
+
{% elsif site.hypercomments_id %}