Skip to content

Commit 4116950

Browse files
committed
update theme and modules
Signed-off-by: Aabid Sofi <[email protected]>
1 parent 83c2e99 commit 4116950

6 files changed

+15
-21050
lines changed

go.mod

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@ module github.com/layer5io/academy
22

33
go 1.24.5
44

5+
require github.com/FortAwesome/Font-Awesome v0.0.0-20241216213156-af620534bfc3
6+
57
require (
6-
github.com/FortAwesome/Font-Awesome v0.0.0-20241216213156-af620534bfc3 // indirect
78
github.com/google/docsy v0.12.0 // indirect
8-
github.com/layer5io/academy-theme v0.1.19 // indirect
9-
github.com/layer5io/exoscale-academy v0.3.7 // indirect
10-
github.com/layer5io/layer5-academy v0.1.10 // indirect
9+
github.com/layer5io/academy-theme v0.1.20 // indirect
10+
github.com/layer5io/exoscale-academy v0.3.9 // indirect
11+
github.com/layer5io/layer5-academy v0.2.1 // indirect
1112
github.com/twbs/bootstrap v5.3.7+incompatible // indirect
1213
)

go.sum

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ github.com/FortAwesome/Font-Awesome v4.7.0+incompatible h1:3trjm7NtX5NXlju1AxSWS
44
github.com/FortAwesome/Font-Awesome v4.7.0+incompatible/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo=
55
github.com/google/docsy v0.12.0 h1:CddZKL39YyJzawr8GTVaakvcUTCJRAAYdz7W0qfZ2P4=
66
github.com/google/docsy v0.12.0/go.mod h1:1bioDqA493neyFesaTvQ9reV0V2vYy+xUAnlnz7+miM=
7-
github.com/layer5io/academy-theme v0.1.15/go.mod h1:kAidN16xIX6Dx2TBz7y0u3DeU8UnfUcoQZ/rVogXN80=
8-
github.com/layer5io/academy-theme v0.1.19 h1:X2BiWBGRi83lzQkXfz1DNKF5bgrxmj1raZYSxebB84Q=
9-
github.com/layer5io/academy-theme v0.1.19/go.mod h1:Dv72UWsREOvX4Zg4mJjrpoyDxdgxxpiDotxqYBXMjXo=
10-
github.com/layer5io/exoscale-academy v0.3.7 h1:pk0d4cahGUJVSPATGltuMksqEe38DaLB9ikrMXy629U=
11-
github.com/layer5io/exoscale-academy v0.3.7/go.mod h1:5UDX9hXqKw2xBwFt5uY2lV1eMKuIPY0eDsMvPX9Jkt4=
12-
github.com/layer5io/hugo-academy-theme v0.0.0-20250715053027-36f46b5c4741/go.mod h1:Kp2xgJUAqGztDN/j6T30ApwSaK1Yxs1IvrSgOoRFKnI=
13-
github.com/layer5io/layer5-academy v0.1.10 h1:DY9aDc4WCXoIKZHUgpWYX1xqzel6gKbuEk7dg9MkyFM=
14-
github.com/layer5io/layer5-academy v0.1.10/go.mod h1:4TFQzqags5gs+2Ljv3wc05ec/YxBo+38ilrNcWTHPcQ=
7+
github.com/layer5io/academy-theme v0.1.20 h1:+FvUnCh3WSLC94gyU7mSGWdsVc0nHqf3/TdLjDDW9Cc=
8+
github.com/layer5io/academy-theme v0.1.20/go.mod h1:Dv72UWsREOvX4Zg4mJjrpoyDxdgxxpiDotxqYBXMjXo=
9+
github.com/layer5io/exoscale-academy v0.3.8 h1:+IIOuJY406i0HdCDw5wfNZZ9TJnkYfGBmHkFznK7YgY=
10+
github.com/layer5io/exoscale-academy v0.3.8/go.mod h1:dqbtuMIJgT0NVqn52u7/NKBNZZ3KZJHJbiP7ZlISU2k=
11+
github.com/layer5io/exoscale-academy v0.3.9 h1:ZK/k7mu+J9l3XeUfWg1JrGhhGBEX71NoQAY9stZCvYE=
12+
github.com/layer5io/exoscale-academy v0.3.9/go.mod h1:IpNURo37laR4NFIRSN2PmurGuhK7BUQdagMGmLx3k5Y=
13+
github.com/layer5io/layer5-academy v0.2.1 h1:HWn8tf9+SgRvskjnfPxMjSiQEZf9Ex4GU59and09XCo=
14+
github.com/layer5io/layer5-academy v0.2.1/go.mod h1:4ILcHFjLWGK3rzqYb+ZQZ9O86xfXVWvD6rSjseFYixA=
1515
github.com/twbs/bootstrap v5.3.6+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=
1616
github.com/twbs/bootstrap v5.3.7+incompatible h1:ea1W8TOWZFkqSK2M0McpgzLiUQVru3bz8aHb0j/XtuM=
1717
github.com/twbs/bootstrap v5.3.7+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=

resources/_gen/assets/scss/main.scss_a7b64cfe358ca0f98a9b572608f3a01d.content

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"Target":"/scss/main.min.3654fa7f65fe6598afaa6264f8f39c4d3fdc02cc5e0a119a4549147e9e4bb2c9.css","MediaType":"text/css","Data":{"Integrity":"sha256-NlT6f2X+ZZivqmJk+POcTT/cAsxeChGaRUkUfp5Lssk="}}
1+
{"Target":"/scss/main.min.8d01931b3eb7968c8e3da401808d6590f232ea9176de5ffa355578e0e878eaf3.css","MediaType":"text/css","Data":{"Integrity":"sha256-jQGTGz63loyOPaQBgI1lkPIy6pF23l/6NVV44Oh46vM="}}

0 commit comments

Comments
 (0)