From f407309fa6abe6245494b6e309576fe19d9c3242 Mon Sep 17 00:00:00 2001 From: rtk0c Date: Mon, 13 Oct 2025 11:46:57 -0700 Subject: Fix content section titles --- content/_index.md | 5 +++++ content/blog/_index.md | 5 +++++ content/projects/_index.md | 3 +++ 3 files changed, 13 insertions(+) create mode 100644 content/blog/_index.md create mode 100644 content/projects/_index.md (limited to 'content') diff --git a/content/_index.md b/content/_index.md index 2c86252..701a887 100644 --- a/content/_index.md +++ b/content/_index.md @@ -3,3 +3,8 @@ title: "rtk0c's hut" --- Technical findings, life stories, and projects. + +Topics: +[blog](/blog) +| [projects](/projects) +| [LLM feedings](/llm-log) diff --git a/content/blog/_index.md b/content/blog/_index.md new file mode 100644 index 0000000..60adb3a --- /dev/null +++ b/content/blog/_index.md @@ -0,0 +1,5 @@ +--- +title: "Blog" +--- + +Blog posts in chronological order. diff --git a/content/projects/_index.md b/content/projects/_index.md new file mode 100644 index 0000000..a80a9df --- /dev/null +++ b/content/projects/_index.md @@ -0,0 +1,3 @@ +--- +title: "Projects" +--- -- cgit v1.3.1