From e7b1cec29d9503891dbce264b8d38e210f8e3a2b Mon Sep 17 00:00:00 2001 From: vintro Date: Thu, 14 Dec 2023 17:09:47 -0500 Subject: [PATCH] update homepage --- content/_index.md | 8 ++++---- quartz.layout.ts | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/content/_index.md b/content/_index.md index 9b8a6281e..6b0d546f6 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,13 +1,13 @@ --- -title: Welcome! +title: Home enableToc: false --- -We're a research and development group working at the intersection of human and machine learning. +Welcome to our collaborative second brain. We're a research and development company working at the intersection of human and machine learning. -Most recently, we built [Bloom](https://bloombot.ai) -- a *subversive learning companion*. +Our first product was [Bloom](https://bloombot.ai) -- a *subversive learning companion*. On this journey, we realized AI tools need a framework for securely and privately handling the intimate data required to unlock deeply personalized, autonomous agents. -On this journey we realized that AI tools need a framework for securely and privately handling the intimate data required to unlock deeply personalized, autonomous agents. It’s our mission to realize this future. +It’s our mission to realize this future. ## Blog diff --git a/quartz.layout.ts b/quartz.layout.ts index 170b6d8cc..51e83a9c8 100644 --- a/quartz.layout.ts +++ b/quartz.layout.ts @@ -24,6 +24,7 @@ export const defaultContentPageLayout: PageLayout = { left: [ Component.PageTitle(), Component.MobileOnly(Component.Spacer()), + Component.Search(), Component.Darkmode(), Component.DesktopOnly(Component.TableOfContents()), ],