Skip to content

Commit 95a66d8

Browse files
authored
Merge pull request #28 from layer5io/update-academy-theme
Update academy theme
2 parents e9bd2d2 + 578b1a4 commit 95a66d8

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

content/challenges/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ title: Learning Paths
33
description: Learn about the various learning paths available in the Layer5 ecosystem.
44
linkTitle: Learning Paths.
55
# tells hugo that this section is of type learning-path ( to use appropiate templates )
6-
type: learning-paths
6+
type: challenge
77
cascade: # tells hugo to set this as default type for all children content in this section
8-
type: learning-paths
8+
type: challenge
99
---
1010

1111
{{% pageinfo %}}

content/learning-paths/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ title: Learning Paths
33
description: Learn about the various learning paths available in the Layer5 ecosystem.
44
linkTitle: Learning Paths
55
# tells hugo that this section is of type learning-path ( to use appropiate templates )
6-
type: learning-paths
6+
type: learning-path
77
cascade: # tells hugo to set this as default type for all children content in this section
8-
type: learning-paths
8+
type: learning-path
99
---
1010

1111
{{% pageinfo %}}

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/layer5io/academy
33
go 1.12
44

55
require (
6-
github.com/layer5io/academy-theme v0.1.12 // indirect
6+
github.com/layer5io/academy-theme v0.1.15 // indirect
77
github.com/layer5io/exoscale-academy v0.3.2 // indirect
88
github.com/layer5io/layer5-academy v0.1.6 // indirect
99
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
github.com/FortAwesome/Font-Awesome v0.0.0-20241216213156-af620534bfc3/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo=
22
github.com/google/docsy v0.12.0/go.mod h1:1bioDqA493neyFesaTvQ9reV0V2vYy+xUAnlnz7+miM=
33
github.com/layer5io/academy-theme v0.1.10/go.mod h1:kAidN16xIX6Dx2TBz7y0u3DeU8UnfUcoQZ/rVogXN80=
4-
github.com/layer5io/academy-theme v0.1.12 h1:yOyazrYmepv0+OkrW/e19Sywohc1UJpxWv8I+maUIpA=
5-
github.com/layer5io/academy-theme v0.1.12/go.mod h1:kAidN16xIX6Dx2TBz7y0u3DeU8UnfUcoQZ/rVogXN80=
4+
github.com/layer5io/academy-theme v0.1.15 h1:cDIOgNOM8qF6o4HVLnQnhyWBpTaaVvUz+ANJzwcTfLA=
5+
github.com/layer5io/academy-theme v0.1.15/go.mod h1:kAidN16xIX6Dx2TBz7y0u3DeU8UnfUcoQZ/rVogXN80=
66
github.com/layer5io/exoscale-academy v0.3.2 h1:zs1qvrpUqLuja7cdXJuD2IZbUev4T6DKbJmpgJqvKh0=
77
github.com/layer5io/exoscale-academy v0.3.2/go.mod h1:1S4qs8cy686HvTkvvZt+yhyi3Ey6SRREmPQsl+s7Cxw=
88
github.com/layer5io/hugo-academy-theme v0.0.0-20250715053027-36f46b5c4741/go.mod h1:Kp2xgJUAqGztDN/j6T30ApwSaK1Yxs1IvrSgOoRFKnI=

0 commit comments

Comments
 (0)