diff options
| -rw-r--r-- | content/_index.md | 5 | ||||
| -rw-r--r-- | content/blog/_index.md | 5 | ||||
| -rw-r--r-- | content/projects/_index.md | 3 |
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" +--- |
