mirror of
https://github.com/timmypidashev/web.git
synced 2026-04-14 19:13:51 +00:00
hotfix
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: "Darkbox"
|
||||
description: "My gruvbox theme, with a pure black background"
|
||||
githubUrl: "https://github.com/timmypidashev/web"
|
||||
githubUrl: "https://github.com/timmypidashev/darkbox.nvim"
|
||||
techStack: ["Neovim", "Lua"]
|
||||
date: "2025-01-05"
|
||||
image: "/projects/darkbox/thumbnail.jpeg"
|
||||
|
||||
@@ -6,7 +6,7 @@ import Timeline from "@/components/about/timeline";
|
||||
import CurrentFocus from "@/components/about/current-focus";
|
||||
import OutsideCoding from "@/components/about/outside-coding";
|
||||
---
|
||||
<ContentLayout content={{ title: "About | Timothy Pidashev" }}>
|
||||
<ContentLayout title="About | Timothy Pidashev">
|
||||
<div class="min-h-screen">
|
||||
<section class="h-screen flex items-center justify-center">
|
||||
<Intro client:load />
|
||||
|
||||
@@ -11,6 +11,6 @@ const posts = (await getCollection("blog", ({ data }) => {
|
||||
);
|
||||
---
|
||||
|
||||
<ContentLayout content={{ title: "Blog | Timothy Pidashev" }}>
|
||||
<ContentLayout content="Blog | Timothy Pidashev">
|
||||
<BlogPostList posts={posts} client:load />
|
||||
</ContentLayout>
|
||||
|
||||
@@ -5,7 +5,7 @@ import ContentLayout from "@/layouts/content.astro";
|
||||
import Resume from "@/components/resume";
|
||||
---
|
||||
|
||||
<ContentLayout content={{ title: "Resume | Timothy Pidashev" }}>
|
||||
<ContentLayout title="Resume | Timothy Pidashev">
|
||||
<div class="flex items-center justify-center w-full">
|
||||
<Resume client:load />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user