Skip to content

Commit e777d4c

Browse files
committed
feat: Add new layout configurations for sphere-simple-layout and sphere-layout
1 parent 9672e34 commit e777d4c

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

hugo.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,14 @@ menu:
3333
- name: sphere-layout ↗
3434
parent: toolchains
3535
url: https://github.com/go-sphere/sphere-layout
36-
weight: 11
36+
weight: 12
37+
params:
38+
type: link
39+
icon: terminal
40+
- name: sphere-simple-layout ↗
41+
parent: toolchains
42+
url: https://github.com/go-sphere/sphere-simple-layout
43+
weight: 13
3744
params:
3845
type: link
3946
icon: terminal

static/layout/simple.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-simple-layout/archive/refs/heads/master.zip",
3+
"mod": "github.com/go-sphere/sphere-simple-layout",
4+
"path": "sphere-simple-layout-master"
5+
}

static/layout/standard.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-layout/archive/refs/heads/master.zip",
3+
"mod": "github.com/go-sphere/sphere-layout",
4+
"path": "sphere-layout-master"
5+
}

0 commit comments

Comments
 (0)