Add meetup notes
diff --git a/site/blog/2022-12-14-teaclave-meetup-14.md b/site/blog/2022-12-14-teaclave-meetup-14.md
new file mode 100644
index 0000000..fcf3916
--- /dev/null
+++ b/site/blog/2022-12-14-teaclave-meetup-14.md
@@ -0,0 +1,60 @@
+---
+title: "Teaclave Meetup #14"
+date: 2022-12-14
+author: He Sun
+---
+
+## Agenda
+
+### Introduction
+
+### Teaclave FaaS
+
+- Upgrade to Rust SGX SDK 2.0
+- Q: DockerHub image (Mingshen: add He as owner)
+- MS: apache DockerHub infra for Teaclave
+- Protected FS in 2.0 for macos/iOS is not supported (Ran)
+- Replace RPC as tonic based on RA-TLS (Yingchun: create a github issue)
+- RA-TLS standard (CCC, Ali, Intel, etc)
+- Function languages: Rust, WebAssembly, Python, Occlum
+
+### Teaclave SGX SDK (Rust SGX SDK)
+
+- Protected FS in SDK is not compatible with Intel SGX SDK
+- Supports Teaclave and Occlum features
+- Cache size/key policy added in Teaclave SGX SDK
+- 2.0 release
+    - testing
+        - unit test
+        - Rust std tests (800) and benchmark
+        - sample code test
+        - teaclave dependencies
+    - document
+    - CI
+    - EDMM in 2.0 (Occlum will use EDMM)
+
+### Teaclave Java TEE SDK
+
+- 0.1 release
+    - Voting
+    - Checklist
+- CI (self-hosted runner for GitHub Actions)
+    - Apache Infra Jira ticket, Github Actions token (Mingshen: apply token)
+
+### Teaclave TrustZone SDK (Rust OP-TEE TrustZone SDK)
+
+- N/A
+
+## Attendees
+
+- He Sun
+- Hongbo chen
+- Kailun Qin
+- Mingshen Sun
+- Qinkun Bao
+- Ran Duan
+- Sanhong Li
+- Shaojun Wang
+- Yingchun Gao
+- Yu Lei
+- Ziyi Lin
diff --git a/site/blog/2022-12-21-teaclave-meetup-15.md b/site/blog/2022-12-21-teaclave-meetup-15.md
new file mode 100644
index 0000000..865156d
--- /dev/null
+++ b/site/blog/2022-12-21-teaclave-meetup-15.md
@@ -0,0 +1,43 @@
+---
+title: "Teaclave Meetup #15"
+date: 2022-12-21
+author: He Sun
+---
+
+## Agenda 
+
+### Propose He as Committer
+
+### Teaclave FaaS
+
+- upgrading Teacalve SGX SDK 2.0 PR
+    - disable macos/ios CI
+    - protected fs in teaclavs SGX sdk is not compatible with intel sgx sdk
+    - TODO: support macos/ios target for protected fs in Teaclave SGX SDK
+    - third-party crates
+        - new repo to host forked crates: incubator-teaclave-crates
+        - no need to vendor third-party crates, having a Cargo.lock to lock the third-party
+        - update readme to explain the supply chain issue
+    - need review
+
+### Java TEE SDK
+
+- S2 (March 2023): integrate with Teaclave SGX SDK 2.0
+- Release PR
+
+### Discussion
+[https://r3conclave.github.io/ccl-documentation/](https://r3conclave.github.io/ccl-documentation/)
+
+## Attendees
+
+- He Sun
+- Hongbo chen
+- Kailun Qin
+- Mingshen Sun
+- Qinkun Bao
+- Ran Duan
+- Sanhong Li
+- Shaojun Wang
+- Yingchun Gao
+- Yu Lei
+- Ziyi Lin