Skip to content

Commit 1cf3a24

Browse files
committed
Dummy placeholder pages
1 parent 80b7f79 commit 1cf3a24

52 files changed

Lines changed: 3717 additions & 484 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.

config/_default/config.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
title = "Spec Coding"
22
languageCode = "en-us"
3-
# theme = "mainroad"
43
theme = ["github.com/chipzoller/hugo-clarity"]
54
disqusShortname = "works-on-their-machines"
65
googleAnalytics = "" # Enable Google Analytics by entering your tracking id

config/_default/menus/menu.en.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515

1616
[[main]]
17-
name = "Spec Tools"
17+
name = "Spec Platforms"
1818
# identifier = "Spec Tools"
1919
url = "/categories/spec-coding/"
2020
weight = -109
@@ -54,11 +54,11 @@
5454
url = "/categories/mcp/"
5555
weight = -104
5656

57-
[[main]]
58-
name = "Claude Code"
59-
identifier = "Claude Code"
60-
url = "/categories/claude-code/"
61-
weight = -102
57+
# [[main]]
58+
# name = "Claude Code"
59+
# identifier = "Claude Code"
60+
# url = "/categories/claude-code/"
61+
# weight = -102
6262

6363
[[main]]
6464
name = "Resources"

config/_default/params.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ since = 2025
154154
# website author
155155
[author]
156156
name = "Spec Coding"
157-
# photo = "images/jane-doe.png" #include this if you would like to show the author photo on the sidebar
158157
photo = "images/avatar.png" #include this if you would like to show the author photo on the sidebar
159158

160159
[plausible_analytics]

content/about/index.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "About SpecCoding.Com"
3-
date: "2025-10-14"
3+
date: "2025-11-01"
44
linktitle: about
55
slug: "about"
66
categories:
@@ -10,7 +10,14 @@ categories:
1010

1111
All things Spec Coding, Spec Driven Development, Vibers welcome!
1212

13+
###
14+
15+
```python
16+
def foo():
17+
```
1318

1419
## Tony Kay
1520

21+
### Lorem
22+
1623
Lorem ...

content/images/dummy-image.png

1.98 KB
Loading
9.47 KB
Loading
9.29 KB
Loading

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: "Under Construction"
3-
date: "2025-10-12"
4-
linktitle: under-construction
5-
slug: "under-construction"
6-
thumbnail: "../../images/spec-coding-under-construction.png"
2+
title: "Spec - Under Construction"
3+
date: "2025-11-01"
4+
linktitle: spec-under-construction
5+
slug: "spec-under-construction"
6+
thumbnail: "../../images/under-construction.png"
77
weight: 10
88
categories:
99
- Spec Coding
-7.49 KB
Binary file not shown.

content/post/2025-10-13-spec-frameworkless-home/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: "Getting Started with Frameworkless"
33
date: "2025-10-12"
44
linktitle: spec-frameworkless-home
55
slug: "getting-started-with-frameworkless"
6-
# thumbnail: "../../images/dummy-image.png"
7-
thumbnail: dummy-image.png
6+
thumbnail: "../../images/under-construction.png"
7+
#thumbnail: dummy-image.png
88
weight: 20
99
categories:
1010
# - Spec Coding

0 commit comments

Comments
 (0)