Skip to content

Commit 3c21d9f

Browse files
committed
Working menus and submenus with weights etc so PoC working
1 parent d90706c commit 3c21d9f

38 files changed

Lines changed: 3611 additions & 65 deletions

File tree

config/_default/menus/menu.en.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
[[main]]
1919
parent = "Spec Code Tools"
2020
name = "Frameworkless"
21+
url = "/categories/frameworkless/"
2122
weight = 10
2223
[[main]]
2324
parent = "Spec Code Tools"
File renamed without changes.

content/post/spec-all-home/index.md renamed to content/post/2025-10-13-spec-all-home/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ slug: "getting-started-with-spec"
77
thumbnail: dummy-image.png
88
weight: 10
99
categories:
10-
- [Spec Coding]
10+
- Spec Coding
1111
tags:
1212
- Spec Coding
1313
- Refactor
7.49 KB
Loading
Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
---
2+
title: "Getting Started with Frameworkless"
3+
date: "2025-10-12"
4+
linktitle: spec-frameworkless-home
5+
slug: "getting-started-with-frameworkless"
6+
# thumbnail: "../../images/dummy-image.png"
7+
thumbnail: dummy-image.png
8+
weight: 20
9+
categories:
10+
# - Spec Coding
11+
- Frameworkless
12+
tags:
13+
- Spec Coding
14+
- Refactor
15+
---
16+
17+
18+
# Frameworkless
19+
20+
lorem ipsum dolor sit amet consectetur adipiscing elit
21+
22+
> Some initial notes I have about this and about that
23+
> ...
24+
> yada yada yada
25+
>
26+
27+
Now is the winter of our discount tent
28+
29+
```yaml
30+
apiVersion: rbac.authorization.k8s.io/v1
31+
kind: ClusterRole
32+
metadata:
33+
labels:
34+
app.kubernetes.io/component: background-controller
35+
app.kubernetes.io/instance: kyverno
36+
app.kubernetes.io/part-of: kyverno
37+
name: kyverno:update-deployments
38+
rules:
39+
- apiGroups:
40+
- apps
41+
resources:
42+
- deployments
43+
verbs:
44+
- update
45+
---
46+
apiVersion: rbac.authorization.k8s.io/v1
47+
kind: ClusterRole
48+
metadata:
49+
labels:
50+
app.kubernetes.io/component: cleanup-controller
51+
app.kubernetes.io/instance: kyverno
52+
app.kubernetes.io/part-of: kyverno
53+
name: kyverno:clean-violating-resources
54+
rules:
55+
- apiGroups:
56+
- apps
57+
resources:
58+
- deployments
59+
verbs:
60+
- get
61+
- watch
62+
- list
63+
- delete
64+
```

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ slug: "getting-started-with-spec"
66
# thumbnail: "../../images/dummy-image.png"
77
thumbnail: dummy-image.png
88
categories:
9-
- [Spec Coding]
9+
- Spec Coding
10+
- Kiro
1011
tags:
1112
- Spec Coding
1213
- Refactor

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", kiro, KIRO]
10+
- Spec Coding
1111
tags:
1212
- Spec Coding
1313
- Refactor

public/404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
<div class="nav_sub">
8484
<span class="nav_child"></span>
8585
<a href="http://localhost:1313/" class="nav_child nav_item" title="All">All</a>
86-
<a href="http://localhost:1313/" class="nav_child nav_item" title="Frameworkless">Frameworkless</a>
86+
<a href="http://localhost:1313/categories/frameworkless/" 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>
8888
<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>

public/authors/index.html

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<div class="nav_sub">
8585
<span class="nav_child"></span>
8686
<a href="http://localhost:1313/" class="nav_child nav_item" title="All">All</a>
87-
<a href="http://localhost:1313/" class="nav_child nav_item" title="Frameworkless">Frameworkless</a>
87+
<a href="http://localhost:1313/categories/frameworkless/" 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>
8989
<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>
@@ -193,21 +193,45 @@ <h2 class="mt-4">Recent Posts</h2>
193193
<li>
194194
<a href="http://localhost:1313/post/getting-finished-with-spec/" class="nav-link" title="Now you are Finished with Spec">Now you are Finished with Spec</a>
195195
</li>
196+
<li>
197+
<a href="http://localhost:1313/post/getting-started-with-frameworkless/" class="nav-link" title="Getting Started with Frameworkless">Getting Started with Frameworkless</a>
198+
</li>
196199
<li>
197200
<a href="http://localhost:1313/post/getting-started-with-spec/" class="nav-link" title="Now you are Started with Spec">Now you are Started with Spec</a>
198201
</li>
199202
</ul>
203+
<div>
204+
<h2 class="mt-4 taxonomy" id="categories-section">Categories</h2>
205+
<nav class="tags_nav">
206+
<a href='http://localhost:1313/categories/spec-coding/' class="post_tag button button_translucent" title="spec coding">
207+
SPEC CODING
208+
<span class="button_tally">3</span>
209+
</a>
210+
211+
<a href='http://localhost:1313/categories/frameworkless/' class="post_tag button button_translucent" title="frameworkless">
212+
FRAMEWORKLESS
213+
<span class="button_tally">1</span>
214+
</a>
215+
216+
<a href='http://localhost:1313/categories/kiro/' class="post_tag button button_translucent" title="kiro">
217+
KIRO
218+
<span class="button_tally">1</span>
219+
</a>
220+
221+
222+
</nav>
223+
</div>
200224
<div>
201225
<h2 class="mt-4 taxonomy" id="tags-section">Tags</h2>
202226
<nav class="tags_nav">
203227
<a href='http://localhost:1313/tags/refactor/' class="post_tag button button_translucent" title="refactor">
204228
REFACTOR
205-
<span class="button_tally">3</span>
229+
<span class="button_tally">4</span>
206230
</a>
207231

208232
<a href='http://localhost:1313/tags/spec-coding/' class="post_tag button button_translucent" title="spec coding">
209233
SPEC CODING
210-
<span class="button_tally">3</span>
234+
<span class="button_tally">4</span>
211235
</a>
212236

213237

0 commit comments

Comments
 (0)