Skip to content

Commit f4a1a7d

Browse files
authored
Merge pull request #35 from layer5io/fix-image-path
update theme and modules
2 parents 51c707f + 9d22637 commit f4a1a7d

6 files changed

+32
-21038
lines changed

go.mod

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
11
module github.com/layer5io/academy
22

33
go 1.24.5
4+
5+
6+
require github.com/FortAwesome/Font-Awesome v0.0.0-20241216213156-af620534bfc3
7+
8+
require (
9+
github.com/google/docsy v0.12.0 // indirect
10+
github.com/layer5io/academy-theme v0.1.20 // indirect
11+
github.com/layer5io/exoscale-academy v0.3.9 // indirect
12+
github.com/layer5io/layer5-academy v0.2.1 // indirect
13+
github.com/twbs/bootstrap v5.3.7+incompatible // indirect
14+
)

go.sum

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
2+
github.com/FortAwesome/Font-Awesome v0.0.0-20241216213156-af620534bfc3 h1:/iluJkJiyTAdnqrw3Yi9rH2HNHhrrtCmj8VJe7I6o3w=
3+
github.com/FortAwesome/Font-Awesome v0.0.0-20241216213156-af620534bfc3/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo=
4+
github.com/FortAwesome/Font-Awesome v4.7.0+incompatible h1:3trjm7NtX5NXlju1AxSWSzedDMq2hsfH78Qtqrc8EgY=
5+
github.com/FortAwesome/Font-Awesome v4.7.0+incompatible/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo=
6+
github.com/google/docsy v0.12.0 h1:CddZKL39YyJzawr8GTVaakvcUTCJRAAYdz7W0qfZ2P4=
7+
github.com/google/docsy v0.12.0/go.mod h1:1bioDqA493neyFesaTvQ9reV0V2vYy+xUAnlnz7+miM=
8+
github.com/layer5io/academy-theme v0.1.20 h1:+FvUnCh3WSLC94gyU7mSGWdsVc0nHqf3/TdLjDDW9Cc=
9+
github.com/layer5io/academy-theme v0.1.20/go.mod h1:Dv72UWsREOvX4Zg4mJjrpoyDxdgxxpiDotxqYBXMjXo=
10+
github.com/layer5io/exoscale-academy v0.3.8 h1:+IIOuJY406i0HdCDw5wfNZZ9TJnkYfGBmHkFznK7YgY=
11+
github.com/layer5io/exoscale-academy v0.3.8/go.mod h1:dqbtuMIJgT0NVqn52u7/NKBNZZ3KZJHJbiP7ZlISU2k=
12+
github.com/layer5io/exoscale-academy v0.3.9 h1:ZK/k7mu+J9l3XeUfWg1JrGhhGBEX71NoQAY9stZCvYE=
13+
github.com/layer5io/exoscale-academy v0.3.9/go.mod h1:IpNURo37laR4NFIRSN2PmurGuhK7BUQdagMGmLx3k5Y=
14+
github.com/layer5io/layer5-academy v0.2.1 h1:HWn8tf9+SgRvskjnfPxMjSiQEZf9Ex4GU59and09XCo=
15+
github.com/layer5io/layer5-academy v0.2.1/go.mod h1:4ILcHFjLWGK3rzqYb+ZQZ9O86xfXVWvD6rSjseFYixA=
16+
github.com/twbs/bootstrap v5.3.6+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=
17+
github.com/twbs/bootstrap v5.3.7+incompatible h1:ea1W8TOWZFkqSK2M0McpgzLiUQVru3bz8aHb0j/XtuM=
18+
github.com/twbs/bootstrap v5.3.7+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=
19+

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)