Skip to content

Commit 389674a

Browse files
ComputelessComputeroz-agent
andcommitted
Remove Daily Logs section
Co-Authored-By: Oz <oz-agent@warp.dev>
1 parent 8fc58b9 commit 389674a

6 files changed

Lines changed: 2 additions & 178 deletions

File tree

src/components/Giscus.astro

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
interface Props {
3-
category: "essays" | "inspirations" | "journals" | "lessons" | "questions";
3+
category: "essays" | "inspirations" | "lessons" | "questions";
44
}
55
66
const { category } = Astro.props;
@@ -11,7 +11,6 @@ const REPO_ID = "R_kgDOQyThnQ";
1111
const CATEGORY_IDS: Record<string, string> = {
1212
essays: "DIC_kwDOQyThnc4C0ehA",
1313
inspirations: "DIC_kwDOQyThnc4C0ehC",
14-
journals: "DIC_kwDOQyThnc4C0eg4",
1514
lessons: "DIC_kwDOQyThnc4C0ehD",
1615
questions: "DIC_kwDOQyThnc4C0ehE",
1716
};

src/components/Header.astro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ const { currentPage, title = "John Jeong", subtitle = 'Co-founder & Co-CEO at <a
1111
const navItems = [
1212
{ href: "/", label: "About", key: "home" },
1313
{ href: "/essays/en", label: "Essays", key: "essays" },
14-
{ href: "/journals", label: "Daily Logs", key: "journals" },
1514
{ href: "/inspirations", label: "Inspirations", key: "inspirations" },
1615
{ href: "/lessons", label: "Lessons", key: "lessons" },
1716
{ href: "/gallery", label: "Gallery", key: "gallery" },

src/content.config.ts

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,6 @@ const essays = defineCollection({
1414
}),
1515
});
1616

17-
// Journals: date derived from filename (e.g., 2026_01_02.md)
18-
const journals = defineCollection({
19-
loader: glob({ pattern: "**/*.md", base: "./part-of-my-brain/journals" }),
20-
schema: z.object({
21-
city: z.string().optional(),
22-
}),
23-
});
24-
2517
const inspirations = defineCollection({
2618
loader: glob({ pattern: "**/*.md", base: "./part-of-my-brain/inspirations" }),
2719
schema: z.object({
@@ -54,4 +46,4 @@ const pages = defineCollection({
5446
loader: glob({ pattern: "**/*.md", base: "./part-of-my-brain/pages" }),
5547
});
5648

57-
export const collections = { essays, journals, inspirations, lessons, pages };
49+
export const collections = { essays, inspirations, lessons, pages };

src/pages/journals/[id].astro

Lines changed: 0 additions & 39 deletions
This file was deleted.

src/pages/journals/index.astro

Lines changed: 0 additions & 26 deletions
This file was deleted.

src/utils/journal-date.ts

Lines changed: 0 additions & 101 deletions
This file was deleted.

0 commit comments

Comments
 (0)