Skip to content

Commit d90706c

Browse files
committed
More work with menus and categories, lost categories sidebar item
1 parent e48bfdd commit d90706c

17 files changed

Lines changed: 57 additions & 124 deletions

File tree

config/_default/menus/menu.en.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[[main]]
55
name = "Home"
6-
url = "home/"
6+
url = "/"
77
weight = -110
88

99
[[main]]
@@ -27,7 +27,7 @@
2727
[[main]]
2828
parent = "Spec Code Tools"
2929
name = "Kiro"
30-
url = "spec-code-tools/kiro/"
30+
url = "/categories/kiro/"
3131
[[main]]
3232
parent = "Spec Code Tools"
3333
name = "openspec"
@@ -36,7 +36,7 @@
3636
[[main]]
3737
name = "Claude Code"
3838
identifier = "Claude Code"
39-
url = "claude-code/"
39+
url = "/categories/kiro/"
4040
weight = -108
4141

4242
[[main]]

content/post/speck-all-at-home-03/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ slug: "getting-finished-with-spec"
77
thumbnail: dummy-image.png
88
weight: 20
99
categories:
10-
- [Spec Coding]
10+
- ["Spec Coding", kiro, KIRO]
1111
tags:
1212
- Spec Coding
1313
- Refactor

public/404.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676

7777

7878
<div class="nav_parent">
79-
<a href="http://localhost:1313/home/" class="nav_item" title="Home">Home </a>
79+
<a href="http://localhost:1313/" class="nav_item" title="Home">Home </a>
8080
</div>
8181
<div class="nav_parent">
8282
<a href="http://localhost:1313/" class="nav_item" title="Spec Code Tools">Spec Code Tools <img src='http://localhost:1313/icons/caret-icon.svg' alt="icon" class="nav_icon"></a>
@@ -85,12 +85,12 @@
8585
<a href="http://localhost:1313/" class="nav_child nav_item" title="All">All</a>
8686
<a href="http://localhost:1313/" class="nav_child nav_item" title="Frameworkless">Frameworkless</a>
8787
<a href="http://localhost:1313/post/spec-code-tools/spec-kit/" class="nav_child nav_item" title="spec-kit">spec-kit</a>
88-
<a href="http://localhost:1313/spec-code-tools/kiro/" class="nav_child nav_item" title="Kiro">Kiro</a>
88+
<a href="http://localhost:1313/categories/kiro/" class="nav_child nav_item" title="Kiro">Kiro</a>
8989
<a href="http://localhost:1313/spec-code-tools/openspec/" class="nav_child nav_item" title="openspec">openspec</a>
9090
</div>
9191
</div>
9292
<div class="nav_parent">
93-
<a href="http://localhost:1313/claude-code/" class="nav_item" title="Claude Code">Claude Code </a>
93+
<a href="http://localhost:1313/categories/kiro/" class="nav_item" title="Claude Code">Claude Code </a>
9494
</div>
9595
<div class="nav_parent">
9696
<a href="http://localhost:1313/resources/" class="nav_item" title="Resources">Resources </a>

public/authors/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777

7878

7979
<div class="nav_parent">
80-
<a href="http://localhost:1313/home/" class="nav_item" title="Home">Home </a>
80+
<a href="http://localhost:1313/" class="nav_item" title="Home">Home </a>
8181
</div>
8282
<div class="nav_parent">
8383
<a href="http://localhost:1313/" class="nav_item" title="Spec Code Tools">Spec Code Tools <img src='http://localhost:1313/icons/caret-icon.svg' alt="icon" class="nav_icon"></a>
@@ -86,12 +86,12 @@
8686
<a href="http://localhost:1313/" class="nav_child nav_item" title="All">All</a>
8787
<a href="http://localhost:1313/" class="nav_child nav_item" title="Frameworkless">Frameworkless</a>
8888
<a href="http://localhost:1313/post/spec-code-tools/spec-kit/" class="nav_child nav_item" title="spec-kit">spec-kit</a>
89-
<a href="http://localhost:1313/spec-code-tools/kiro/" class="nav_child nav_item" title="Kiro">Kiro</a>
89+
<a href="http://localhost:1313/categories/kiro/" class="nav_child nav_item" title="Kiro">Kiro</a>
9090
<a href="http://localhost:1313/spec-code-tools/openspec/" class="nav_child nav_item" title="openspec">openspec</a>
9191
</div>
9292
</div>
9393
<div class="nav_parent">
94-
<a href="http://localhost:1313/claude-code/" class="nav_item" title="Claude Code">Claude Code </a>
94+
<a href="http://localhost:1313/categories/kiro/" class="nav_item" title="Claude Code">Claude Code </a>
9595
</div>
9696
<div class="nav_parent">
9797
<a href="http://localhost:1313/resources/" class="nav_item" title="Resources">Resources </a>

public/categories/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777

7878

7979
<div class="nav_parent">
80-
<a href="http://localhost:1313/home/" class="nav_item" title="Home">Home </a>
80+
<a href="http://localhost:1313/" class="nav_item" title="Home">Home </a>
8181
</div>
8282
<div class="nav_parent">
8383
<a href="http://localhost:1313/" class="nav_item" title="Spec Code Tools">Spec Code Tools <img src='http://localhost:1313/icons/caret-icon.svg' alt="icon" class="nav_icon"></a>
@@ -86,12 +86,12 @@
8686
<a href="http://localhost:1313/" class="nav_child nav_item" title="All">All</a>
8787
<a href="http://localhost:1313/" class="nav_child nav_item" title="Frameworkless">Frameworkless</a>
8888
<a href="http://localhost:1313/post/spec-code-tools/spec-kit/" class="nav_child nav_item" title="spec-kit">spec-kit</a>
89-
<a href="http://localhost:1313/spec-code-tools/kiro/" class="nav_child nav_item" title="Kiro">Kiro</a>
89+
<a href="http://localhost:1313/categories/kiro/" class="nav_child nav_item" title="Kiro">Kiro</a>
9090
<a href="http://localhost:1313/spec-code-tools/openspec/" class="nav_child nav_item" title="openspec">openspec</a>
9191
</div>
9292
</div>
9393
<div class="nav_parent">
94-
<a href="http://localhost:1313/claude-code/" class="nav_item" title="Claude Code">Claude Code </a>
94+
<a href="http://localhost:1313/categories/kiro/" class="nav_item" title="Claude Code">Claude Code </a>
9595
</div>
9696
<div class="nav_parent">
9797
<a href="http://localhost:1313/resources/" class="nav_item" title="Resources">Resources </a>

public/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@
8080

8181

8282

83-
<div class="nav_parent">
84-
<a href="http://localhost:1313/home/" class="nav_item" title="Home">Home </a>
83+
<div class="nav_parent nav_active">
84+
<a href="http://localhost:1313/" class="nav_item" title="Home">Home </a>
8585
</div>
8686
<div class="nav_parent">
8787
<a href="http://localhost:1313/" class="nav_item" title="Spec Code Tools">Spec Code Tools <img src='http://localhost:1313/icons/caret-icon.svg' alt="icon" class="nav_icon"></a>
@@ -90,12 +90,12 @@
9090
<a href="http://localhost:1313/" class="nav_child nav_item" title="All">All</a>
9191
<a href="http://localhost:1313/" class="nav_child nav_item" title="Frameworkless">Frameworkless</a>
9292
<a href="http://localhost:1313/post/spec-code-tools/spec-kit/" class="nav_child nav_item" title="spec-kit">spec-kit</a>
93-
<a href="http://localhost:1313/spec-code-tools/kiro/" class="nav_child nav_item" title="Kiro">Kiro</a>
93+
<a href="http://localhost:1313/categories/kiro/" class="nav_child nav_item" title="Kiro">Kiro</a>
9494
<a href="http://localhost:1313/spec-code-tools/openspec/" class="nav_child nav_item" title="openspec">openspec</a>
9595
</div>
9696
</div>
9797
<div class="nav_parent">
98-
<a href="http://localhost:1313/claude-code/" class="nav_item" title="Claude Code">Claude Code </a>
98+
<a href="http://localhost:1313/categories/kiro/" class="nav_item" title="Claude Code">Claude Code </a>
9999
</div>
100100
<div class="nav_parent">
101101
<a href="http://localhost:1313/resources/" class="nav_item" title="Resources">Resources </a>

public/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[{"body":"","link":"http://localhost:1313/tags/foo/","section":"tags","tags":null,"title":"Foo"},{"body":"","link":"http://localhost:1313/post/","section":"post","tags":null,"title":"Posts"},{"body":"","link":"http://localhost:1313/tags/refactor/","section":"tags","tags":null,"title":"Refactor"},{"body":"","link":"http://localhost:1313/tags/spec-coding/","section":"tags","tags":null,"title":"Spec Coding"},{"body":"","link":"http://localhost:1313/","section":"","tags":null,"title":"Spec Coding, Vibe Coding, Agentic AI driven Software Development"},{"body":"Test Page Spec lorem ipsum dolor sit amet consectetur adipiscing elit\nSome initial notes I have about this and about that ... yada yada yada\nNow is the winter of our discount tent\n1apiVersion: rbac.authorization.k8s.io/v1 2kind: ClusterRole 3metadata: 4 labels: 5 app.kubernetes.io/component: background-controller 6 app.kubernetes.io/instance: kyverno 7 app.kubernetes.io/part-of: kyverno 8 name: kyverno:update-deployments 9rules: 10- apiGroups: 11 - apps 12 resources: 13 - deployments 14 verbs: 15 - update 16--- 17apiVersion: rbac.authorization.k8s.io/v1 18kind: ClusterRole 19metadata: 20 labels: 21 app.kubernetes.io/component: cleanup-controller 22 app.kubernetes.io/instance: kyverno 23 app.kubernetes.io/part-of: kyverno 24 name: kyverno:clean-violating-resources 25rules: 26- apiGroups: 27 - apps 28 resources: 29 - deployments 30 verbs: 31 - get 32 - watch 33 - list 34 - delete ","link":"http://localhost:1313/post/getting-started-with-spec/","section":"post","tags":["Spec Coding","Refactor","foo"],"title":"Getting Started with Spec"},{"body":"","link":"http://localhost:1313/tags/","section":"tags","tags":null,"title":"Tags"},{"body":"","link":"http://localhost:1313/authors/","section":"authors","tags":null,"title":"Authors"},{"body":"","link":"http://localhost:1313/categories/","section":"categories","tags":null,"title":"Categories"},{"body":"","link":"http://localhost:1313/series/","section":"series","tags":null,"title":"Series"},{"body":"Test Page Spec lorem ipsum dolor sit amet consectetur adipiscing elit\nSome initial notes I have about this and about that ... yada yada yada\nNow is the winter of our discount tent\n1apiVersion: rbac.authorization.k8s.io/v1 2kind: ClusterRole 3metadata: 4 labels: 5 app.kubernetes.io/component: background-controller 6 app.kubernetes.io/instance: kyverno 7 app.kubernetes.io/part-of: kyverno 8 name: kyverno:update-deployments 9rules: 10- apiGroups: 11 - apps 12 resources: 13 - deployments 14 verbs: 15 - update 16--- 17apiVersion: rbac.authorization.k8s.io/v1 18kind: ClusterRole 19metadata: 20 labels: 21 app.kubernetes.io/component: cleanup-controller 22 app.kubernetes.io/instance: kyverno 23 app.kubernetes.io/part-of: kyverno 24 name: kyverno:clean-violating-resources 25rules: 26- apiGroups: 27 - apps 28 resources: 29 - deployments 30 verbs: 31 - get 32 - watch 33 - list 34 - delete ","link":"http://localhost:1313/post/getting-started-with-spec/","section":"post","tags":["Spec Coding","Refactor"],"title":"Getting Started with Spec"},{"body":"Test Page Spec Number 2 lorem ipsum dolor sit amet consectetur adipiscing elit\nSome initial notes I have about this and about that ... yada yada yada\nNow is the winter of our discount tent\n1apiVersion: rbac.authorization.k8s.io/v1 2kind: ClusterRole 3metadata: 4 labels: 5 app.kubernetes.io/component: background-controller 6 app.kubernetes.io/instance: kyverno 7 app.kubernetes.io/part-of: kyverno 8 name: kyverno:update-deployments 9rules: 10- apiGroups: 11 - apps 12 resources: 13 - deployments 14 verbs: 15 - update 16--- 17apiVersion: rbac.authorization.k8s.io/v1 18kind: ClusterRole 19metadata: 20 labels: 21 app.kubernetes.io/component: cleanup-controller 22 app.kubernetes.io/instance: kyverno 23 app.kubernetes.io/part-of: kyverno 24 name: kyverno:clean-violating-resources 25rules: 26- apiGroups: 27 - apps 28 resources: 29 - deployments 30 verbs: 31 - get 32 - watch 33 - list 34 - delete ","link":"http://localhost:1313/post/getting-started-with-spec/","section":"post","tags":["Spec Coding","Refactor"],"title":"Now you are Started with Spec"},{"body":"Test Page Spec Number 2 lorem ipsum dolor sit amet consectetur adipiscing elit\nSome initial notes I have about this and about that ... yada yada yada\nNow is the winter of our discount tent\n1apiVersion: rbac.authorization.k8s.io/v1 2kind: ClusterRole 3metadata: 4 labels: 5 app.kubernetes.io/component: background-controller 6 app.kubernetes.io/instance: kyverno 7 app.kubernetes.io/part-of: kyverno 8 name: kyverno:update-deployments 9rules: 10- apiGroups: 11 - apps 12 resources: 13 - deployments 14 verbs: 15 - update 16--- 17apiVersion: rbac.authorization.k8s.io/v1 18kind: ClusterRole 19metadata: 20 labels: 21 app.kubernetes.io/component: cleanup-controller 22 app.kubernetes.io/instance: kyverno 23 app.kubernetes.io/part-of: kyverno 24 name: kyverno:clean-violating-resources 25rules: 26- apiGroups: 27 - apps 28 resources: 29 - deployments 30 verbs: 31 - get 32 - watch 33 - list 34 - delete ","link":"http://localhost:1313/post/getting-finished-with-spec/","section":"post","tags":["Spec Coding","Refactor"],"title":"Now you are Finished with Spec"}]
1+
[{"body":"Test Page Spec lorem ipsum dolor sit amet consectetur adipiscing elit\nSome initial notes I have about this and about that ... yada yada yada\nNow is the winter of our discount tent\n1apiVersion: rbac.authorization.k8s.io/v1 2kind: ClusterRole 3metadata: 4 labels: 5 app.kubernetes.io/component: background-controller 6 app.kubernetes.io/instance: kyverno 7 app.kubernetes.io/part-of: kyverno 8 name: kyverno:update-deployments 9rules: 10- apiGroups: 11 - apps 12 resources: 13 - deployments 14 verbs: 15 - update 16--- 17apiVersion: rbac.authorization.k8s.io/v1 18kind: ClusterRole 19metadata: 20 labels: 21 app.kubernetes.io/component: cleanup-controller 22 app.kubernetes.io/instance: kyverno 23 app.kubernetes.io/part-of: kyverno 24 name: kyverno:clean-violating-resources 25rules: 26- apiGroups: 27 - apps 28 resources: 29 - deployments 30 verbs: 31 - get 32 - watch 33 - list 34 - delete ","link":"http://localhost:1313/post/getting-started-with-spec/","section":"post","tags":["Spec Coding","Refactor"],"title":"Getting Started with Spec"},{"body":"Test Page Spec Number 2 lorem ipsum dolor sit amet consectetur adipiscing elit\nSome initial notes I have about this and about that ... yada yada yada\nNow is the winter of our discount tent\n1apiVersion: rbac.authorization.k8s.io/v1 2kind: ClusterRole 3metadata: 4 labels: 5 app.kubernetes.io/component: background-controller 6 app.kubernetes.io/instance: kyverno 7 app.kubernetes.io/part-of: kyverno 8 name: kyverno:update-deployments 9rules: 10- apiGroups: 11 - apps 12 resources: 13 - deployments 14 verbs: 15 - update 16--- 17apiVersion: rbac.authorization.k8s.io/v1 18kind: ClusterRole 19metadata: 20 labels: 21 app.kubernetes.io/component: cleanup-controller 22 app.kubernetes.io/instance: kyverno 23 app.kubernetes.io/part-of: kyverno 24 name: kyverno:clean-violating-resources 25rules: 26- apiGroups: 27 - apps 28 resources: 29 - deployments 30 verbs: 31 - get 32 - watch 33 - list 34 - delete ","link":"http://localhost:1313/post/getting-finished-with-spec/","section":"post","tags":["Spec Coding","Refactor"],"title":"Now you are Finished with Spec"},{"body":"","link":"http://localhost:1313/post/","section":"post","tags":null,"title":"Posts"},{"body":"","link":"http://localhost:1313/tags/refactor/","section":"tags","tags":null,"title":"Refactor"},{"body":"","link":"http://localhost:1313/tags/spec-coding/","section":"tags","tags":null,"title":"Spec Coding"},{"body":"","link":"http://localhost:1313/","section":"","tags":null,"title":"Spec Coding, Vibe Coding, Agentic AI driven Software Development"},{"body":"Test Page Spec Number 2 lorem ipsum dolor sit amet consectetur adipiscing elit\nSome initial notes I have about this and about that ... yada yada yada\nNow is the winter of our discount tent\n1apiVersion: rbac.authorization.k8s.io/v1 2kind: ClusterRole 3metadata: 4 labels: 5 app.kubernetes.io/component: background-controller 6 app.kubernetes.io/instance: kyverno 7 app.kubernetes.io/part-of: kyverno 8 name: kyverno:update-deployments 9rules: 10- apiGroups: 11 - apps 12 resources: 13 - deployments 14 verbs: 15 - update 16--- 17apiVersion: rbac.authorization.k8s.io/v1 18kind: ClusterRole 19metadata: 20 labels: 21 app.kubernetes.io/component: cleanup-controller 22 app.kubernetes.io/instance: kyverno 23 app.kubernetes.io/part-of: kyverno 24 name: kyverno:clean-violating-resources 25rules: 26- apiGroups: 27 - apps 28 resources: 29 - deployments 30 verbs: 31 - get 32 - watch 33 - list 34 - delete ","link":"http://localhost:1313/post/getting-started-with-spec/","section":"post","tags":["Spec Coding","Refactor"],"title":"Now you are Started with Spec"},{"body":"","link":"http://localhost:1313/tags/","section":"tags","tags":null,"title":"Tags"},{"body":"","link":"http://localhost:1313/authors/","section":"authors","tags":null,"title":"Authors"},{"body":"","link":"http://localhost:1313/categories/","section":"categories","tags":null,"title":"Categories"},{"body":"","link":"http://localhost:1313/series/","section":"series","tags":null,"title":"Series"}]
7.49 KB
Loading

public/post/getting-finished-with-spec/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"datePublished": "2025-10-14T00:00:00Z",
5454
"dateModified": "2025-10-14T00:00:00Z",
5555
"keywords": ["Spec Coding","Refactor"],
56-
"articleSection": ["Spec Coding"],
56+
"articleSection": ["Spec Coding","kiro","KIRO"],
5757
"author": {
5858
"@type": "Person",
5959
"name": "map[name:Tony Kay photo:images\/avatar.png]"
@@ -122,7 +122,7 @@
122122

123123

124124
<div class="nav_parent">
125-
<a href="http://localhost:1313/home/" class="nav_item" title="Home">Home </a>
125+
<a href="http://localhost:1313/" class="nav_item" title="Home">Home </a>
126126
</div>
127127
<div class="nav_parent">
128128
<a href="http://localhost:1313/" class="nav_item" title="Spec Code Tools">Spec Code Tools <img src='http://localhost:1313/icons/caret-icon.svg' alt="icon" class="nav_icon"></a>
@@ -131,12 +131,12 @@
131131
<a href="http://localhost:1313/" class="nav_child nav_item" title="All">All</a>
132132
<a href="http://localhost:1313/" class="nav_child nav_item" title="Frameworkless">Frameworkless</a>
133133
<a href="http://localhost:1313/post/spec-code-tools/spec-kit/" class="nav_child nav_item" title="spec-kit">spec-kit</a>
134-
<a href="http://localhost:1313/spec-code-tools/kiro/" class="nav_child nav_item" title="Kiro">Kiro</a>
134+
<a href="http://localhost:1313/categories/kiro/" class="nav_child nav_item" title="Kiro">Kiro</a>
135135
<a href="http://localhost:1313/spec-code-tools/openspec/" class="nav_child nav_item" title="openspec">openspec</a>
136136
</div>
137137
</div>
138138
<div class="nav_parent">
139-
<a href="http://localhost:1313/claude-code/" class="nav_item" title="Claude Code">Claude Code </a>
139+
<a href="http://localhost:1313/categories/kiro/" class="nav_item" title="Claude Code">Claude Code </a>
140140
</div>
141141
<div class="nav_parent">
142142
<a href="http://localhost:1313/resources/" class="nav_item" title="Resources">Resources </a>

0 commit comments

Comments
 (0)