You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2021/09/02 02:53:31 UTC

[apisix-website] branch master updated: feat: add blog tags (#538)

This is an automated email from the ASF dual-hosted git repository.

juzhiyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 6da0ef7  feat: add blog tags (#538)
6da0ef7 is described below

commit 6da0ef791ff12cc81aa817aa5365039072e450e3
Author: bzp2010 <bz...@apache.org>
AuthorDate: Thu Sep 2 10:53:27 2021 +0800

    feat: add blog tags (#538)
---
 website/blog/2020-08-22-new-website.md                                 | 1 +
 website/blog/2020-12-16-another-way-to-implement-envoy-filter.md       | 1 +
 website/blog/2020-12-18-a-first-look-at-kubernetes-service-api.md      | 1 +
 ...sor-of-PwC-South-China-Data-Security-and-Privacy-Protection-Team.md | 1 +
 website/blog/2021-01-21-run-ingress-apisix-on-amazon-eks.md            | 1 +
 website/blog/2021-02-08-stable-product-delivery-with-cypress.md        | 1 +
 website/blog/2021-02-26-install-apache-apisix-from-helm-charts.md      | 1 +
 website/blog/2021-03-02-get-front-end-test-coverage-with-cypress.md    | 1 +
 .../2021-03-27-traffic-split-in-apache-apisix-ingress-controller.md    | 1 +
 ... 2.6.0-Release \346\255\243\345\274\217\345\217\221\345\270\203.md" | 1 +
 ...271\347\233\256\346\255\243\345\274\217\345\274\200\346\272\220.md" | 1 +
 .../2021-06-07-Apache-APISIX-not-affected-by-NGINX-CVE-2021-23017.md   | 1 +
 .../2021-06-16-Chaos-Mesh-helps-Apache-APISIX-improve-stability.md     | 1 +
 ...PISIX-Dashboard-Access-Control-Bypass-Vulnerability-Announcement.md | 1 +
 ...rst-GA-version-v1.0-of-Apache-APISIX-Ingress-Controller-released.md | 1 +
 website/blog/2021-06-21-use-Java-to-write-Apache-APISIX-plugins.md     | 1 +
 ...-23-deploy-great-open-source-gateway-and-ingress-controller-fast.md | 1 +
 website/blog/2021-06-29-release-apache-apisix-2.7-en.md                | 1 +
 website/blog/2021-06-29-release-apache-apisix-2.7.md                   | 1 +
 website/blog/2021-06-30-etcd3-support-HTTP-access-perfectly.md         | 1 +
 website/blog/2021-07-06-celebrate-200-contributors.md                  | 1 +
 ...o-customization-of-Sina-Weibo-API-gateway-based-on-Apache-APISIX.md | 1 +
 website/blog/2021-07-16-Analyze-Apache-APISIX-Mesh-Agent-deeply.md     | 1 +
 .../blog/2021-07-27-use-of-plugin-orchestration-in-Apache-APISIX.md    | 1 +
 website/blog/2021-07-28-release-apache-apisix-2.8-en.md                | 1 +
 website/blog/2021-07-28-release-apache-apisix-2.8.md                   | 1 +
 website/blog/2021-08-05-Kong-to-APISIX.md                              | 1 +
 website/blog/2021-08-09-Apache-APISIX-in-China-Mobile-Cloud.md         | 1 +
 website/blog/2021-08-11-interview-TuZhengsong.md                       | 1 +
 ...21-08-12-Chaos-Mesh-Helps-Apache-APISIX-Improve-System-Stability.md | 1 +
 ...ache-APISIX-OpenID-Connect-Plugin-for-Centralized-Authentication.md | 1 +
 website/blog/2021-08-18-Auth-with-Casbin-in-Apache-APISIX.md           | 1 +
 website/blog/2021-08-19-go-makes-Apache-APISIX-better.md               | 2 +-
 website/blog/2021-08-25-Auth-with-Casbin-in-Apache-APISIX.md           | 3 ++-
 ...ache-APISIX-OpenID-Connect-Plugin-for-Centralized-Authentication.md | 1 +
 website/blog/2021-08-27-release-apache-apisix-2.9.md                   | 1 +
 website/blog/2021-8-25-Why-Apache-APISIX-chose-Nginx-and-Lua.md        | 1 +
 37 files changed, 38 insertions(+), 2 deletions(-)

diff --git a/website/blog/2020-08-22-new-website.md b/website/blog/2020-08-22-new-website.md
index 62fda12..90229aa 100644
--- a/website/blog/2020-08-22-new-website.md
+++ b/website/blog/2020-08-22-new-website.md
@@ -3,6 +3,7 @@ title: New website for Apache APISIX
 author: juzhiyuan
 authorURL: "https://github.com/juzhiyuan"
 authorImageURL: "https://avatars3.githubusercontent.com/u/2106987?s=460&u=f92e880ce95fe1fee18becd0a803f5401eb4ee7f&v=4"
+tags: [news]
 ---
 
 We are just refactored out website for Apache APISIX by using [docusaurus](https://docusaurus.io/).
diff --git a/website/blog/2020-12-16-another-way-to-implement-envoy-filter.md b/website/blog/2020-12-16-another-way-to-implement-envoy-filter.md
index f367ab3..9a2ce6d 100644
--- a/website/blog/2020-12-16-another-way-to-implement-envoy-filter.md
+++ b/website/blog/2020-12-16-another-way-to-implement-envoy-filter.md
@@ -3,6 +3,7 @@ title: "Envoy and Apache APISIX: Another way to implement the Envoy filter"
 author: nic-chen
 authorURL: "https://github.com/nic-chen"
 authorImageURL: "https://avatars0.githubusercontent.com/u/33000667"
+tags: [technology]
 ---
 
 > [@nic-chen](https://github.com/nic-chen), Apache APISIX PMC from [Shenzhen Zhiliu Technology Co.](https://www.apiseven.com/)
diff --git a/website/blog/2020-12-18-a-first-look-at-kubernetes-service-api.md b/website/blog/2020-12-18-a-first-look-at-kubernetes-service-api.md
index f2b3c83..d4e2095 100644
--- a/website/blog/2020-12-18-a-first-look-at-kubernetes-service-api.md
+++ b/website/blog/2020-12-18-a-first-look-at-kubernetes-service-api.md
@@ -3,6 +3,7 @@ title: "初探 Kubernetes Service APIs"
 author: Wei Jin
 authorURL: "https://github.com/gxthrj"
 authorImageURL: "https://avatars2.githubusercontent.com/u/4413028?s=400&u=e140a6d2bf19c426da6498b8888edc96509be649&v=4"
+tags: [technology]
 ---
 
 > [@gxthrj](https://github.com/gxthrj), Apache APISIX PMC & Apache apisix-ingress-controller Founder from [Shenzhen Zhiliu Technology Co.](https://www.apiseven.com/)
diff --git a/website/blog/2021-01-11-interview-Apache-APISIX-contributor-Wang-Pengcheng-Senior-Security-Advisor-of-PwC-South-China-Data-Security-and-Privacy-Protection-Team.md b/website/blog/2021-01-11-interview-Apache-APISIX-contributor-Wang-Pengcheng-Senior-Security-Advisor-of-PwC-South-China-Data-Security-and-Privacy-Protection-Team.md
index afc6436..49c0440 100644
--- a/website/blog/2021-01-11-interview-Apache-APISIX-contributor-Wang-Pengcheng-Senior-Security-Advisor-of-PwC-South-China-Data-Security-and-Privacy-Protection-Team.md
+++ b/website/blog/2021-01-11-interview-Apache-APISIX-contributor-Wang-Pengcheng-Senior-Security-Advisor-of-PwC-South-China-Data-Security-and-Privacy-Protection-Team.md
@@ -3,6 +3,7 @@ title: "Apache APISIX 贡献者专访 | 普华永道华南数据安全与隐私
 author: Ming Wen
 authorURL: "https://github.com/moonming"
 authorImageURL: "https://avatars.githubusercontent.com/u/26448043?v=4"
+tags: [security, news]
 ---
 > [@moonming](https://github.com/moonming), Apache APISIX PMC Chair from [Shenzhen Zhiliu Technology Co.](https://www.apiseven.com/)
 >
diff --git a/website/blog/2021-01-21-run-ingress-apisix-on-amazon-eks.md b/website/blog/2021-01-21-run-ingress-apisix-on-amazon-eks.md
index 06a5c8e..4697ba0 100644
--- a/website/blog/2021-01-21-run-ingress-apisix-on-amazon-eks.md
+++ b/website/blog/2021-01-21-run-ingress-apisix-on-amazon-eks.md
@@ -3,6 +3,7 @@ title: Run Ingress APISIX on Amazon EKS
 author: Chao Zhang
 authorURL: "https://github.com/tokers"
 authorImageURL: "https://avatars0.githubusercontent.com/u/10428333?s=60&v=4"
+tags: [technology, practical case]
 ---
 
 > [@Chao Zhang](https://github.com/tokers), Apache APISIX Committer from [Shenzhen Zhiliu Technology Co.](https://www.apiseven.com/)
diff --git a/website/blog/2021-02-08-stable-product-delivery-with-cypress.md b/website/blog/2021-02-08-stable-product-delivery-with-cypress.md
index 26ba5f2..0ccf6a1 100644
--- a/website/blog/2021-02-08-stable-product-delivery-with-cypress.md
+++ b/website/blog/2021-02-08-stable-product-delivery-with-cypress.md
@@ -3,6 +3,7 @@ title: "Stable Product Delivery with Cypress"
 author: Yi Sun
 authorURL: "https://github.com/LiteSun"
 authorImageURL: "https://avatars.githubusercontent.com/u/31329157?s=400&u=e81b4bb4db2be162c1fcac6d188f5b0f82f71920&v=4"
+tags: [technology]
 ---
 
 > [@LiteSun](https://github.com/LiteSun), Apache APISIX Committer from [Shenzhen Zhiliu Technology Co.](https://www.apiseven.com/)
diff --git a/website/blog/2021-02-26-install-apache-apisix-from-helm-charts.md b/website/blog/2021-02-26-install-apache-apisix-from-helm-charts.md
index 205de6f..272c4ad 100644
--- a/website/blog/2021-02-26-install-apache-apisix-from-helm-charts.md
+++ b/website/blog/2021-02-26-install-apache-apisix-from-helm-charts.md
@@ -3,6 +3,7 @@ title: "Install Apache APISIX from Helm Charts"
 author: Chao Zhang
 authorURL: "https://github.com/tokers"
 authorImageURL: "https://avatars.githubusercontent.com/u/10428333?s=400&u=f48ef50c5621a1616a3ede50221547e34270e061&v=4"
+tags: [technology, practical case]
 ---
 
 > [@tokers](https://github.com/tokers), Apache APISIX Committer from [Shenzhen Zhiliu Technology Co.](https://www.apiseven.com/)
diff --git a/website/blog/2021-03-02-get-front-end-test-coverage-with-cypress.md b/website/blog/2021-03-02-get-front-end-test-coverage-with-cypress.md
index c446eb8..b6b70d7 100644
--- a/website/blog/2021-03-02-get-front-end-test-coverage-with-cypress.md
+++ b/website/blog/2021-03-02-get-front-end-test-coverage-with-cypress.md
@@ -3,6 +3,7 @@ title: "Get Front-End Test Coverage with Cypress"
 author: Yi Sun
 authorURL: "https://github.com/LiteSun"
 authorImageURL: "https://avatars.githubusercontent.com/u/31329157?s=400&u=e81b4bb4db2be162c1fcac6d188f5b0f82f71920&v=4"
+tags: [technology]
 ---
 
 > [@LiteSun](https://github.com/LiteSun), Apache APISIX Committer from [Shenzhen Zhiliu Technology Co.](https://www.apiseven.com/)
diff --git a/website/blog/2021-03-27-traffic-split-in-apache-apisix-ingress-controller.md b/website/blog/2021-03-27-traffic-split-in-apache-apisix-ingress-controller.md
index 944907f..7ae8851 100644
--- a/website/blog/2021-03-27-traffic-split-in-apache-apisix-ingress-controller.md
+++ b/website/blog/2021-03-27-traffic-split-in-apache-apisix-ingress-controller.md
@@ -3,6 +3,7 @@ title: "Traffic Split in Apache APISIX Ingress Controller"
 author: "Chao Zhang"
 authorURL: "https://github.com/tokers"
 authorImageURL: "https://avatars.githubusercontent.com/u/10428333?s=460&u=f48ef50c5621a1616a3ede50221547e34270e061&v=4"
+tags: [technology, practical case]
 ---
 > [@tokers](https://github.com/tokers), Apache APISIX Committer from [Shenzhen Zhiliu Technology Co.](https://www.apiseven.com/)
 >
diff --git "a/website/blog/2021-05-25-Apache APISIX 2.6.0-Release \346\255\243\345\274\217\345\217\221\345\270\203.md" "b/website/blog/2021-05-25-Apache APISIX 2.6.0-Release \346\255\243\345\274\217\345\217\221\345\270\203.md"
index 981733e..2dbfc89 100644
--- "a/website/blog/2021-05-25-Apache APISIX 2.6.0-Release \346\255\243\345\274\217\345\217\221\345\270\203.md"	
+++ "b/website/blog/2021-05-25-Apache APISIX 2.6.0-Release \346\255\243\345\274\217\345\217\221\345\270\203.md"	
@@ -3,6 +3,7 @@ title: "Apache APISIX 2.6.0-Release 正式发布"
 author: spacewander
 authorURL: "https://github.com/spacewander"
 authorImageURL: "https://avatars.githubusercontent.com/u/4161644?v=4"
+tags: [news]
 ---
 > [@spacewander](https://github.com/spacewander), Core developer of Apache APISIX from [Shenzhen Zhiliu Technology Co.](https://www.apiseven.com/)
 >
diff --git "a/website/blog/2021-05-31-\345\237\272\344\272\216 Apache APISIX \345\256\236\347\216\260\347\232\204\346\234\215\345\212\241\347\275\221\346\240\274\351\241\271\347\233\256\346\255\243\345\274\217\345\274\200\346\272\220.md" "b/website/blog/2021-05-31-\345\237\272\344\272\216 Apache APISIX \345\256\236\347\216\260\347\232\204\346\234\215\345\212\241\347\275\221\346\240\274\351\241\271\347\233\256\346\255\243\345\274\217\345\274\200\346\272\220.md"
index 7370639..2449df5 100644
--- "a/website/blog/2021-05-31-\345\237\272\344\272\216 Apache APISIX \345\256\236\347\216\260\347\232\204\346\234\215\345\212\241\347\275\221\346\240\274\351\241\271\347\233\256\346\255\243\345\274\217\345\274\200\346\272\220.md"	
+++ "b/website/blog/2021-05-31-\345\237\272\344\272\216 Apache APISIX \345\256\236\347\216\260\347\232\204\346\234\215\345\212\241\347\275\221\346\240\274\351\241\271\347\233\256\346\255\243\345\274\217\345\274\200\346\272\220.md"	
@@ -3,6 +3,7 @@ title: "基于 Apache APISIX 实现的服务网格项目正式开源"
 author: tokers
 authorURL: "https://github.com/tokers"
 authorImageURL: "https://avatars.githubusercontent.com/u/10428333?v=4"
+tags: [news, technology]
 ---
 > [@tokers](https://github.com/tokers), Apache APISIX PMC from [Shenzhen Zhiliu Technology Co.](https://www.apiseven.com/)
 >
diff --git a/website/blog/2021-06-07-Apache-APISIX-not-affected-by-NGINX-CVE-2021-23017.md b/website/blog/2021-06-07-Apache-APISIX-not-affected-by-NGINX-CVE-2021-23017.md
index 8b69216..91ad3d2 100644
--- a/website/blog/2021-06-07-Apache-APISIX-not-affected-by-NGINX-CVE-2021-23017.md
+++ b/website/blog/2021-06-07-Apache-APISIX-not-affected-by-NGINX-CVE-2021-23017.md
@@ -3,6 +3,7 @@ title: "Apache APISIX not affected by NGINX CVE-2021-23017"
 author: Ruofei Zhao
 authorURL: "https://github.com/Serendipity96"
 authorImageURL: "https://avatars.githubusercontent.com/u/23514812?v=4"
+tags: [security, news]
 ---
 > [@Serendipity96](https://github.com/Serendipity96), Apache APISIX contributor from [Shenzhen Zhiliu Technology Co.](https://www.apiseven.com/)
 >
diff --git a/website/blog/2021-06-16-Chaos-Mesh-helps-Apache-APISIX-improve-stability.md b/website/blog/2021-06-16-Chaos-Mesh-helps-Apache-APISIX-improve-stability.md
index bb4ea95..3e7441a 100644
--- a/website/blog/2021-06-16-Chaos-Mesh-helps-Apache-APISIX-improve-stability.md
+++ b/website/blog/2021-06-16-Chaos-Mesh-helps-Apache-APISIX-improve-stability.md
@@ -3,6 +3,7 @@ title: "Chaos Mesh 助力 Apache APISIX 提升稳定性"
 author: Yiyiyimu
 authorURL: "https://github.com/Yiyiyimu"
 authorImageURL: "https://avatars.githubusercontent.com/u/34589752?v=4"
+tags: [technology]
 ---
 > [@Yiyiyimu](https://github.com/Yiyiyimu),Apache APISIX committer from [Shenzhen Zhiliu Technology Co.](https://www.apiseven.com/)
 >
diff --git a/website/blog/2021-06-17-Apache-APISIX-Dashboard-Access-Control-Bypass-Vulnerability-Announcement.md b/website/blog/2021-06-17-Apache-APISIX-Dashboard-Access-Control-Bypass-Vulnerability-Announcement.md
index 8467d25..8955524 100644
--- a/website/blog/2021-06-17-Apache-APISIX-Dashboard-Access-Control-Bypass-Vulnerability-Announcement.md
+++ b/website/blog/2021-06-17-Apache-APISIX-Dashboard-Access-Control-Bypass-Vulnerability-Announcement.md
@@ -3,6 +3,7 @@ title: "Apache APISIX Dashboard 访问控制绕过漏洞公告(CVE-2021-33190
 author: Zhiyuan Ju
 authorURL: "https://github.com/juzhiyuan"
 authorImageURL: "https://avatars.githubusercontent.com/u/2106987?v=4"
+tags: [security]
 ---
 > [@juzhiyuan](https://github.com/juzhiyuan), Apache APISIX PMC from [Shenzhen Zhiliu Technology Co.](https://www.apiseven.com/)
 >
diff --git a/website/blog/2021-06-18-first-GA-version-v1.0-of-Apache-APISIX-Ingress-Controller-released.md b/website/blog/2021-06-18-first-GA-version-v1.0-of-Apache-APISIX-Ingress-Controller-released.md
index b6120ec..30b237e 100644
--- a/website/blog/2021-06-18-first-GA-version-v1.0-of-Apache-APISIX-Ingress-Controller-released.md
+++ b/website/blog/2021-06-18-first-GA-version-v1.0-of-Apache-APISIX-Ingress-Controller-released.md
@@ -3,6 +3,7 @@ title: "Apache APISIX Ingress Controller 首个 GA 版本 v1.0 正式发布!"
 author: Jintao Zhang
 authorURL: "https://github.com/tao12345666333"
 authorImageURL: "https://avatars.githubusercontent.com/u/3264292?v=4"
+tags: [news]
 ---
 
 > [@tao12345666333](https://github.com/tao12345666333), Apache APISIX committer from [Shenzhen Zhiliu Technology Co.](https://www.apiseven.com/)
diff --git a/website/blog/2021-06-21-use-Java-to-write-Apache-APISIX-plugins.md b/website/blog/2021-06-21-use-Java-to-write-Apache-APISIX-plugins.md
index 94fc340..6c14cc1 100644
--- a/website/blog/2021-06-21-use-Java-to-write-Apache-APISIX-plugins.md
+++ b/website/blog/2021-06-21-use-Java-to-write-Apache-APISIX-plugins.md
@@ -3,6 +3,7 @@ title: "使用 Java 编写 Apache APISIX 插件"
 author: Zhengsong Tu
 authorURL: "https://github.com/tzssangglass"
 authorImageURL: "https://avatars.githubusercontent.com/u/30819887?v=4"
+tags: [technology]
 ---
 > [@tzssangglass](https://github.com/tzssangglass), Apache APISIX contributor from [Shenzhen Zhiliu Technology Co.](https://www.apiseven.com/)
 >
diff --git a/website/blog/2021-06-23-deploy-great-open-source-gateway-and-ingress-controller-fast.md b/website/blog/2021-06-23-deploy-great-open-source-gateway-and-ingress-controller-fast.md
index 8a00192..d4d75ae 100644
--- a/website/blog/2021-06-23-deploy-great-open-source-gateway-and-ingress-controller-fast.md
+++ b/website/blog/2021-06-23-deploy-great-open-source-gateway-and-ingress-controller-fast.md
@@ -3,6 +3,7 @@ title: "Rancher × Apache APISIX: 极速部署更好用的开源网关和 Ingres
 author: Jintao Zhang
 authorURL: "https://github.com/tao12345666333"
 authorImageURL: "https://avatars.githubusercontent.com/u/3264292?v=4"
+tags: [technology]
 ---
 > [@tao12345666333](https://github.com/tao12345666333), Apache APISIX committer from [Shenzhen Zhiliu Technology Co.](https://www.apiseven.com/)
 >
diff --git a/website/blog/2021-06-29-release-apache-apisix-2.7-en.md b/website/blog/2021-06-29-release-apache-apisix-2.7-en.md
index 39a4696..f8684c3 100644
--- a/website/blog/2021-06-29-release-apache-apisix-2.7-en.md
+++ b/website/blog/2021-06-29-release-apache-apisix-2.7-en.md
@@ -3,6 +3,7 @@ title: "Release Apache APISIX 2.7.0"
 author: Serendipity96
 authorURL: "https://github.com/Serendipity96"
 authorImageURL: "https://avatars.githubusercontent.com/u/23514812?v=4"
+tags: [news]
 ---
 > [@Serendipity96](https://github.com/Serendipity96), Apache APISIX contributor from [Shenzhen Zhiliu Technology Co.](https://www.apiseven.com/)
 >
diff --git a/website/blog/2021-06-29-release-apache-apisix-2.7.md b/website/blog/2021-06-29-release-apache-apisix-2.7.md
index 35e0d51..13f7fcd 100644
--- a/website/blog/2021-06-29-release-apache-apisix-2.7.md
+++ b/website/blog/2021-06-29-release-apache-apisix-2.7.md
@@ -3,6 +3,7 @@ title: "Apache APISIX 2.7.0-Release 正式发布"
 author: spacewander
 authorURL: "https://github.com/spacewander"
 authorImageURL: "https://avatars.githubusercontent.com/u/4161644?v=4"
+tags: [news]
 ---
 > [@spacewander](https://github.com/spacewander), Core developer of Apache APISIX from [Shenzhen Zhiliu Technology Co.](https://www.apiseven.com/)
 >
diff --git a/website/blog/2021-06-30-etcd3-support-HTTP-access-perfectly.md b/website/blog/2021-06-30-etcd3-support-HTTP-access-perfectly.md
index 236dc49..336ac6d 100644
--- a/website/blog/2021-06-30-etcd3-support-HTTP-access-perfectly.md
+++ b/website/blog/2021-06-30-etcd3-support-HTTP-access-perfectly.md
@@ -3,6 +3,7 @@ title: "差之毫厘:etcd 3 完美支持 HTTP 访问?"
 author: spacewander
 authorURL: "https://github.com/spacewander"
 authorImageURL: "https://avatars.githubusercontent.com/u/4161644?v=4"
+tags: [technology]
 ---
 > [@spacewander](https://github.com/spacewander), Core developer of Apache APISIX from [Shenzhen Zhiliu Technology Co.](https://www.apiseven.com/)
 >
diff --git a/website/blog/2021-07-06-celebrate-200-contributors.md b/website/blog/2021-07-06-celebrate-200-contributors.md
index 7497f1e..db6470a 100644
--- a/website/blog/2021-07-06-celebrate-200-contributors.md
+++ b/website/blog/2021-07-06-celebrate-200-contributors.md
@@ -3,6 +3,7 @@ title: "Apache APISIX has over 200 contributors in GitHub main repo! "
 author: Serendipity96
 authorURL: "https://github.com/Serendipity96"
 authorImageURL: "https://avatars.githubusercontent.com/u/23514812?v=4"
+tags: [news]
 ---
 > [@Serendipity96](https://github.com/Serendipity96), Apache APISIX contributor from [Shenzhen Zhiliu Technology Co.](https://www.apiseven.com/)
 >
diff --git a/website/blog/2021-07-14-the-road-to-customization-of-Sina-Weibo-API-gateway-based-on-Apache-APISIX.md b/website/blog/2021-07-14-the-road-to-customization-of-Sina-Weibo-API-gateway-based-on-Apache-APISIX.md
index f3e2bf4..05744b7 100644
--- a/website/blog/2021-07-14-the-road-to-customization-of-Sina-Weibo-API-gateway-based-on-Apache-APISIX.md
+++ b/website/blog/2021-07-14-the-road-to-customization-of-Sina-Weibo-API-gateway-based-on-Apache-APISIX.md
@@ -1,5 +1,6 @@
 ---
 title: "基于 Apache APISIX,新浪微博 API 网关的定制化开发之路"
+tags: [technology, practical case]
 ---
 > **聂永,微博基础架构师,开源爱好者,爱折腾追求 Geek。**
 
diff --git a/website/blog/2021-07-16-Analyze-Apache-APISIX-Mesh-Agent-deeply.md b/website/blog/2021-07-16-Analyze-Apache-APISIX-Mesh-Agent-deeply.md
index 4d194e8..4a457c9 100644
--- a/website/blog/2021-07-16-Analyze-Apache-APISIX-Mesh-Agent-deeply.md
+++ b/website/blog/2021-07-16-Analyze-Apache-APISIX-Mesh-Agent-deeply.md
@@ -3,6 +3,7 @@ title: "深度剖析 Apache APISIX Mesh Agent"
 author: tokers
 authorURL: "https://github.com/tokers"
 authorImageURL: "https://avatars.githubusercontent.com/u/10428333?v=4"
+tags: [technology]
 ---
 > [@tokers](https://github.com/tokers), Apache APISIX PMC from [Shenzhen Zhiliu Technology Co.](https://www.apiseven.com/)
 <!--truncate-->
diff --git a/website/blog/2021-07-27-use-of-plugin-orchestration-in-Apache-APISIX.md b/website/blog/2021-07-27-use-of-plugin-orchestration-in-Apache-APISIX.md
index 57a8cdc..0220788 100644
--- a/website/blog/2021-07-27-use-of-plugin-orchestration-in-Apache-APISIX.md
+++ b/website/blog/2021-07-27-use-of-plugin-orchestration-in-Apache-APISIX.md
@@ -3,6 +3,7 @@ title: "插件编排在 Apache APISIX 中的应用与实践"
 author: juzhiyuan
 authorURL: "https://github.com/juzhiyuan"
 authorImageURL: "https://avatars.githubusercontent.com/u/2106987?v=4"
+tags: [technology]
 ---
 > [@juzhiyuan](https://github.com/juzhiyuan), Apache APISIX PMC from [Shenzhen Zhiliu Technology Co.](https://www.apiseven.com/)
 <!--truncate-->
diff --git a/website/blog/2021-07-28-release-apache-apisix-2.8-en.md b/website/blog/2021-07-28-release-apache-apisix-2.8-en.md
index eec1254..af42011 100644
--- a/website/blog/2021-07-28-release-apache-apisix-2.8-en.md
+++ b/website/blog/2021-07-28-release-apache-apisix-2.8-en.md
@@ -3,6 +3,7 @@ title: "Release Apache APISIX 2.8.0"
 author: Serendipity96
 authorURL: "https://github.com/Serendipity96"
 authorImageURL: "https://avatars.githubusercontent.com/u/23514812?v=4"
+tags: [news]
 ---
 > [@Serendipity96](https://github.com/Serendipity96), Apache APISIX contributor from [Shenzhen Zhiliu Technology Co.](https://www.apiseven.com/)
 >
diff --git a/website/blog/2021-07-28-release-apache-apisix-2.8.md b/website/blog/2021-07-28-release-apache-apisix-2.8.md
index 2acbcaf..878262b 100644
--- a/website/blog/2021-07-28-release-apache-apisix-2.8.md
+++ b/website/blog/2021-07-28-release-apache-apisix-2.8.md
@@ -3,6 +3,7 @@ title: "Apache APISIX 2.8 正式发布,带来更多新功能!"
 author: spacewander
 authorURL: "https://github.com/spacewander"
 authorImageURL: "https://avatars.githubusercontent.com/u/4161644?v=4"
+tags: [news]
 ---
 > [@spacewander](https://github.com/spacewander), Core developer of Apache APISIX from [Shenzhen Zhiliu Technology Co.](https://www.apiseven.com/)
 >
diff --git a/website/blog/2021-08-05-Kong-to-APISIX.md b/website/blog/2021-08-05-Kong-to-APISIX.md
index 6e447eb..994b8ff 100644
--- a/website/blog/2021-08-05-Kong-to-APISIX.md
+++ b/website/blog/2021-08-05-Kong-to-APISIX.md
@@ -3,6 +3,7 @@ title: "Kong-To-APISIX 迁移工具"
 author: Yiyiyimu
 authorURL: "https://github.com/Yiyiyimu"
 authorImageURL: "https://avatars.githubusercontent.com/u/34589752?v=4"
+tags: [technology]
 ---
 > [@Yiyiyimu](https://github.com/Yiyiyimu), Apache APISIX committer from [Shenzhen Zhiliu Technology Co.](https://www.apiseven.com/)
 >
diff --git a/website/blog/2021-08-09-Apache-APISIX-in-China-Mobile-Cloud.md b/website/blog/2021-08-09-Apache-APISIX-in-China-Mobile-Cloud.md
index f2ac57c..92cc8b0 100644
--- a/website/blog/2021-08-09-Apache-APISIX-in-China-Mobile-Cloud.md
+++ b/website/blog/2021-08-09-Apache-APISIX-in-China-Mobile-Cloud.md
@@ -1,5 +1,6 @@
 ---
 title: "Apache APISIX 在移动云的应用"
+tags: [technology, practical case]
 ---
 
 <!--truncate-->
diff --git a/website/blog/2021-08-11-interview-TuZhengsong.md b/website/blog/2021-08-11-interview-TuZhengsong.md
index 068fc68..a3e905e 100644
--- a/website/blog/2021-08-11-interview-TuZhengsong.md
+++ b/website/blog/2021-08-11-interview-TuZhengsong.md
@@ -10,6 +10,7 @@ keywords:
 - 开源社区
 - 开源项目
 description: 这篇采访稿讲述了屠正松从开源社区小白成长为 Apache 顶级开源项目 APISIX committer 的历程。屠正松(GitHub ID:tzssangglass)因深度参与 Apache APISIX 的开发,在社区中贡献很多,2021 年 7 月 22 日被推选为 Apache APISIX committer。
+tags: [technology]
 ---
 
 <!--truncate-->
diff --git a/website/blog/2021-08-12-Chaos-Mesh-Helps-Apache-APISIX-Improve-System-Stability.md b/website/blog/2021-08-12-Chaos-Mesh-Helps-Apache-APISIX-Improve-System-Stability.md
index 3fc7a76..3bbde65 100644
--- a/website/blog/2021-08-12-Chaos-Mesh-Helps-Apache-APISIX-Improve-System-Stability.md
+++ b/website/blog/2021-08-12-Chaos-Mesh-Helps-Apache-APISIX-Improve-System-Stability.md
@@ -10,6 +10,7 @@ keywords:
 - Chaos Mesh
 - System Stability
 description: This article explains how system stability create some pain points in different scenarios. Then it tells the stories of why the author chose Chaos Mesh as the ultimate solution,and how to use Chaos Mesh in Apache APISIX. In the end, there is also future plans for this solution, including run a chaos test in E2E simulation scenarios, add chaos tests to more Apache APISIX projects, and add features to Chaos Mesh.
+tags: [technology]
 ---
 > [@Yiyiyimu](https://github.com/Yiyiyimu), Apache APISIX committer.
 >
diff --git a/website/blog/2021-08-16-Using-the-Apache-APISIX-OpenID-Connect-Plugin-for-Centralized-Authentication.md b/website/blog/2021-08-16-Using-the-Apache-APISIX-OpenID-Connect-Plugin-for-Centralized-Authentication.md
index f8b98f1..a8af597 100644
--- a/website/blog/2021-08-16-Using-the-Apache-APISIX-OpenID-Connect-Plugin-for-Centralized-Authentication.md
+++ b/website/blog/2021-08-16-Using-the-Apache-APISIX-OpenID-Connect-Plugin-for-Centralized-Authentication.md
@@ -10,6 +10,7 @@ keywords:
 - Okta
 - Centralized Authentication
 description: This blog shows the procedures of using Apache APISIX OpenID Connect Plugin for Okta Centralized Authentication.  This blog contains conceptual introductions of Apache APISIX and Okta Centralized Authentication, and detailed step-by-step instructions.
+tags: [technology, practical case]
 ---
 > [@Peter Zhu](https://github.com/starsz), Apache APISIX Committer from [Shenzhen Zhiliu Technology](https://www.apiseven.com/en).
 >
diff --git a/website/blog/2021-08-18-Auth-with-Casbin-in-Apache-APISIX.md b/website/blog/2021-08-18-Auth-with-Casbin-in-Apache-APISIX.md
index c301b6e..5ee9cbc 100644
--- a/website/blog/2021-08-18-Auth-with-Casbin-in-Apache-APISIX.md
+++ b/website/blog/2021-08-18-Auth-with-Casbin-in-Apache-APISIX.md
@@ -8,6 +8,7 @@ keywords:
 - Casbin
 - RBAC
 description: 当我们在使用 Apache APISIX 时,可能想要在应用里添加复杂的授权逻辑。在此篇文章中,我们将使用 Apache APISIX 的内置 Casbin 插件(authz-casbin)来实现基于角色的访问控制(RBAC)模型。
+tags: [technology, practical case]
 ---
 <!--truncate-->
 
diff --git a/website/blog/2021-08-19-go-makes-Apache-APISIX-better.md b/website/blog/2021-08-19-go-makes-Apache-APISIX-better.md
index 1c9ae3d..066254d 100644
--- a/website/blog/2021-08-19-go-makes-Apache-APISIX-better.md
+++ b/website/blog/2021-08-19-go-makes-Apache-APISIX-better.md
@@ -10,7 +10,7 @@ keywords:
 - APISIX Go plugin
 - apisix-go-plugin-runner
 - Golang
-
+tags: [technology]
 ---
 > [@spacewander](https://github.com/spacewander), Apache APISIX Committer from [API7.ai](https://www.apiseven.com/en).
 >
diff --git a/website/blog/2021-08-25-Auth-with-Casbin-in-Apache-APISIX.md b/website/blog/2021-08-25-Auth-with-Casbin-in-Apache-APISIX.md
index 11f1e5c..3b4437d 100644
--- a/website/blog/2021-08-25-Auth-with-Casbin-in-Apache-APISIX.md
+++ b/website/blog/2021-08-25-Auth-with-Casbin-in-Apache-APISIX.md
@@ -8,9 +8,10 @@ keywords:
 - Casbin
 - RBAC
 description: When using Apache APISIX, you may want to add complex authorization logic to your application. In this article, we will use the built-in Casbin plugin (authz-casbin) of Apache APISIX to implement the role-based access control (RBAC) model.
+tags: [technology, practical case]
 ---
 <!--truncate-->
-## Introduciton
+## Introduction
 
 When using Apache APISIX, you may want to add complex authorization logic to your application. In this article, we will use the built-in Casbin plugin (authz-casbin) of Apache APISIX to implement the role-based access control (RBAC) model.
 
diff --git a/website/blog/2021-08-25-Using-the-Apache-APISIX-OpenID-Connect-Plugin-for-Centralized-Authentication.md b/website/blog/2021-08-25-Using-the-Apache-APISIX-OpenID-Connect-Plugin-for-Centralized-Authentication.md
index f6404f4..54fa554 100644
--- a/website/blog/2021-08-25-Using-the-Apache-APISIX-OpenID-Connect-Plugin-for-Centralized-Authentication.md
+++ b/website/blog/2021-08-25-Using-the-Apache-APISIX-OpenID-Connect-Plugin-for-Centralized-Authentication.md
@@ -10,6 +10,7 @@ keywords:
 - Okta
 - 集中认证
 description: 本文展示了使用 Apache APISIX OpenID Connect Plugin 进行 Okta 集中认证的过程。 本文包含了对Apache APISIX 和 Okta 集中认证的概念介绍,展示了在 Apache APISIX 中直接建立来自 Okta 的集中式身份认证的过程。这种集中认证的方法减少了开发者的学习和维护成本,提供了安全和精简的用户体验。
+tags: [technology, practical case]
 ---
 > [@朱欣欣](https://github.com/starsz) 是[API7.AI](https://www.apiseven.com/zh)的系统工程师,也是 Apache APISIX 项目的 committer。他是一个开源爱好者,也是一个 Golang 开发者。现在他正在为 Apache APISIX 的 control plane 贡献代码并执行 code review。除此之外,他在 Apache APISIX 社区中非常活跃,乐于回答社区内的各种问题。
 >
diff --git a/website/blog/2021-08-27-release-apache-apisix-2.9.md b/website/blog/2021-08-27-release-apache-apisix-2.9.md
index 30655e4..87cb6dd 100644
--- a/website/blog/2021-08-27-release-apache-apisix-2.9.md
+++ b/website/blog/2021-08-27-release-apache-apisix-2.9.md
@@ -11,6 +11,7 @@ keywords:
 - Nginx
 - APISIX 2.9
 description: Apache APISIX 2.9 版本正式发布!该版本新增了 2 个新功能,进一步完善了对插件的支持。
+tags: [news]
 ---
 
 <!--truncate-->
diff --git a/website/blog/2021-8-25-Why-Apache-APISIX-chose-Nginx-and-Lua.md b/website/blog/2021-8-25-Why-Apache-APISIX-chose-Nginx-and-Lua.md
index f9203a5..68baf9e 100644
--- a/website/blog/2021-8-25-Why-Apache-APISIX-chose-Nginx-and-Lua.md
+++ b/website/blog/2021-8-25-Why-Apache-APISIX-chose-Nginx-and-Lua.md
@@ -10,6 +10,7 @@ keywords:
 - Lua
 - Nginx
 description: 本文由 Core developer of OpenResty、Apache APISIX Committer、深圳支流科技工程师罗泽轩撰写,介绍了 APISIX 选用 Nginx + Lua 这个技术栈的历史背景和这个技术栈为 APISIX 带来的优势。
+tags: [technology]
 ---
 > [@spacewander](https://github.com/spacewander), Core developer of Apache APISIX from [Shenzhen Zhiliu Technology Co.](https://www.apiseven.com/)
 >