Skip to content

Commit e48bfdd

Browse files
committed
Playing with structure, menus, weights etc
1 parent bbb55a7 commit e48bfdd

56 files changed

Lines changed: 4040 additions & 6009 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

content/images/dummy-image.png

7.49 KB
Loading
409 KB
Loading
7.49 KB
Loading

content/spec-code-tools/spec-kit/home-spec-kit/index.md renamed to content/post/spec-all-home/index.md

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

0 commit comments

Comments
 (0)