Skip to content

Commit 3a0162f

Browse files
committed
fix: Add bun layout definition and update references in configuration files
1 parent 2a1afb9 commit 3a0162f

File tree

4 files changed

+19
-2
lines changed

4 files changed

+19
-2
lines changed

content/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ layout: hextra-home
3737
>}}
3838
{{< hextra/feature-card
3939
title="Pragmatic Monolith Template"
40-
subtitle="Start simple with Gin + Wire + Ent in a single binary. Clean architecture that scales from MVP to microservices when needed."
40+
subtitle="Start simple with `sphere layout` in a single binary. Clean architecture that scales from MVP to microservices when needed."
4141
link="docs/concepts/architecture-and-repo"
4242
>}}
4343
{{< hextra/feature-card

hugo.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,17 @@ menu:
5858
params:
5959
type: link
6060
icon: terminal
61+
- name: sphere-bun-layout ↗
62+
parent: toolchains
63+
url: https://github.com/go-sphere/sphere-bun-layout
64+
weight: 13
65+
params:
66+
type: link
67+
icon: terminal
6168
- name: sphere-simple-layout ↗
6269
parent: toolchains
6370
url: https://github.com/go-sphere/sphere-simple-layout
64-
weight: 13
71+
weight: 14
6572
params:
6673
type: link
6774
icon: terminal

static/layout/bun.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"uri": "https://github.com/go-sphere/sphere-bun-layout/archive/refs/heads/master.zip",
3+
"mod": "github.com/go-sphere/sphere-bun-layout",
4+
"path": "sphere-bun-layout-master"
5+
}

static/layout/list.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,10 @@
88
"name": "simple",
99
"path": "https://go-sphere.github.io/layout/simple.json",
1010
"description": "A simple layout with minimal features."
11+
},
12+
{
13+
"name": "bun",
14+
"path": "https://go-sphere.github.io/layout/bun.json",
15+
"description": "A simple layout with minimal features with bun integration."
1116
}
1217
]

0 commit comments

Comments
 (0)