summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrtk0c <[email protected]>2025-10-13 11:46:57 -0700
committerrtk0c <[email protected]>2025-10-13 11:46:57 -0700
commitf407309fa6abe6245494b6e309576fe19d9c3242 (patch)
tree7e6c249c62d0839b7286fdc10585f80dc31747eb
parent732d31318168deea86985c354de364243a072dbb (diff)
Fix content section titles
-rw-r--r--content/_index.md5
-rw-r--r--content/blog/_index.md5
-rw-r--r--content/projects/_index.md3
3 files changed, 13 insertions, 0 deletions
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"
+---