diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index f68c2ca..91d7843 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -186,6 +186,7 @@ }, "active": "95eb7cd15bb6ef4a", "lastOpenFiles": [ + "quartz/components/pages/#404.tsx#", "public/Ryan_Pandya_Resume.pdf", "content/Ryan_Pandya_Resume.pdf", "public/index.html", @@ -206,7 +207,6 @@ "public/postscript.js", "public/whiskers.html", "public/static/giscus/light.css", - "public/static/giscus/dark.css", "content/flying/index.md", "content/flying/N383WA.md", "content/flying/N297LA.md", diff --git a/content/index.md b/content/index.md index 7d53ac4..ac21a29 100644 --- a/content/index.md +++ b/content/index.md @@ -1,6 +1,8 @@ --- title: Hi, I'm Ryan +enableMeta: false --- + I am a founder, bioengineer, and [[flying/index|private pilot]] based in Berkeley, CA and Brooklyn, NY. I spent ten years building [[Perfect Day]], a [[consumer biotechnology]] company that pioneered a way to make Nature-identical milk proteins without animals, using [[fermentation]]. After setting the company up for long-term success, I exited Perfect Day in 2023. The first manufacturing plant is on track to be live in late 2026 or early 2027. diff --git a/quartz/components/pages/404.tsx b/quartz/components/pages/404.tsx index 63da2c8..1036da5 100644 --- a/quartz/components/pages/404.tsx +++ b/quartz/components/pages/404.tsx @@ -9,7 +9,8 @@ const NotFound: QuartzComponent = ({ cfg }: QuartzComponentProps) => { return (

404

-

{i18n(cfg.locale).pages.error.notFound}

+

This page doesn't exist, which almost certainly means I haven't written it yet.

+

I'm actively working on this site, so it should work in the next few weeks.

{i18n(cfg.locale).pages.error.home}
)