From 7eb57b6594461aa055c0609250a2841baaa66d12 Mon Sep 17 00:00:00 2001 From: Jeremy Kun Date: Tue, 20 Jun 2023 12:58:19 -0700 Subject: [PATCH] Add blog post with link to first meeting minutes PiperOrigin-RevId: 542022884 --- README.md | 5 +++-- docs/content/en/blog/hello_world.md | 9 +++++++-- docs/go.mod | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5b03afb66..55442efc8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # HEIR: Homomorphic Encryption Intermediate Representation -An MLIR project for [homomorphic encryption](https://en.wikipedia.org/wiki/Homomorphic_encryption). +An MLIR project for +[homomorphic encryption](https://en.wikipedia.org/wiki/Homomorphic_encryption). For more information on MLIR, see the [MLIR homepage](https://mlir.llvm.org/). @@ -10,4 +11,4 @@ This is not an officially supported Google product. ## License -Apache License 2.0. See [`LICENSE`](./LICENSE).` \ No newline at end of file +Apache License 2.0. See [`LICENSE`](./LICENSE). diff --git a/docs/content/en/blog/hello_world.md b/docs/content/en/blog/hello_world.md index 85b3289f7..2e220f194 100644 --- a/docs/content/en/blog/hello_world.md +++ b/docs/content/en/blog/hello_world.md @@ -5,8 +5,13 @@ date: 2023-06-13T13:15:10-07:00 linkTitle: "Hello, World!" description: > We're starting a compiler toolchain for homomorphic encryption compilers. -author: [Jeremy Kun](https://jeremykun.com) +author: "[Jeremy Kun](https://jeremykun.com)" --- -Announcement! +Hello, world! We're starting a project to unify homomorphic encryption compiler +IRs. + +Our initial meeting was 2023-05-30 +([read-only copy of the minutes](https://docs.google.com/document/d/1iyiHfseoVkA1qaP3Ig47kqVC-J1_AIidPaj61jvj2KM/edit?usp=sharing)). +Stay tuned for future updates while we work out a meeting schedule. diff --git a/docs/go.mod b/docs/go.mod index 56f6887ab..9eed28754 100644 --- a/docs/go.mod +++ b/docs/go.mod @@ -1,4 +1,4 @@ -module github.com/google/docsy-example +module github.com/google/heir go 1.12