Merge branch 'quartz' of https://git.ryanpandya.com/ryan/blog into quartz

This commit is contained in:
Luna
2026-01-24 19:04:05 -08:00
7 changed files with 222 additions and 59 deletions
+2 -1
View File
@@ -9,7 +9,8 @@ const NotFound: QuartzComponent = ({ cfg }: QuartzComponentProps) => {
return (
<article class="popover-hint">
<h1>404</h1>
<p>{i18n(cfg.locale).pages.error.notFound}</p>
<p>This page doesn't exist, which almost certainly means I haven't written it yet.</p>
<p>I'm actively working on this site, so it should work in the next few weeks.</p>
<a href={baseDir}>{i18n(cfg.locale).pages.error.home}</a>
</article>
)