mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-19 19:04:06 -06:00
update homepage
This commit is contained in:
parent
ce00a4bcd5
commit
e7b1cec29d
@ -1,13 +1,13 @@
|
|||||||
---
|
---
|
||||||
title: Welcome!
|
title: Home
|
||||||
enableToc: false
|
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
|
## Blog
|
||||||
|
|
||||||
|
|||||||
@ -24,6 +24,7 @@ export const defaultContentPageLayout: PageLayout = {
|
|||||||
left: [
|
left: [
|
||||||
Component.PageTitle(),
|
Component.PageTitle(),
|
||||||
Component.MobileOnly(Component.Spacer()),
|
Component.MobileOnly(Component.Spacer()),
|
||||||
|
Component.Search(),
|
||||||
Component.Darkmode(),
|
Component.Darkmode(),
|
||||||
Component.DesktopOnly(Component.TableOfContents()),
|
Component.DesktopOnly(Component.TableOfContents()),
|
||||||
],
|
],
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user