Skip to content

Commit 3b2dd5a

Browse files
authored
Merge branch 'master' into wyllie-unify-temp
2 parents 84e4970 + dd944b2 commit 3b2dd5a

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

go.mod

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

33
go 1.24.5
44

5+
// Manually configured to use a specific commit of Font Awesome , changing the version breaks the build
56
replace github.com/FortAwesome/Font-Awesome v4.7.0+incompatible => github.com/FortAwesome/Font-Awesome v0.0.0-20241216213156-af620534bfc3
67

78
require (
89
github.com/FortAwesome/Font-Awesome v4.7.0+incompatible // indirect
9-
github.com/layer5io/academy-theme v0.1.22 // indirect
10-
github.com/layer5io/exoscale-academy v0.4.0 // indirect
10+
github.com/layer5io/academy-theme v0.1.25 // indirect
11+
github.com/layer5io/exoscale-academy v0.4.1 // indirect
1112
github.com/layer5io/layer5-academy v0.2.2 // indirect
1213
github.com/twbs/bootstrap v5.3.7+incompatible // indirect
1314
)

go.sum

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
github.com/FortAwesome/Font-Awesome v0.0.0-20241216213156-af620534bfc3 h1:/iluJkJiyTAdnqrw3Yi9rH2HNHhrrtCmj8VJe7I6o3w=
22
github.com/FortAwesome/Font-Awesome v0.0.0-20241216213156-af620534bfc3/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo=
3-
github.com/layer5io/academy-theme v0.1.22 h1:VuK76mZFlM754M2J671Of9gwiE5k+QhyCIbnCNkrT2U=
4-
github.com/layer5io/academy-theme v0.1.22/go.mod h1:Dv72UWsREOvX4Zg4mJjrpoyDxdgxxpiDotxqYBXMjXo=
3+
github.com/layer5io/academy-theme v0.1.23 h1:usS0IaPSYqZ62r5SsFbQT8gk7mlRgsGBdcTpxPoXmlE=
4+
github.com/layer5io/academy-theme v0.1.23/go.mod h1:Dv72UWsREOvX4Zg4mJjrpoyDxdgxxpiDotxqYBXMjXo=
5+
github.com/layer5io/academy-theme v0.1.24 h1:iz1LUC8OCiqQ1+tb/Mb2aplpipINAUWvuVowEm8SosE=
6+
github.com/layer5io/academy-theme v0.1.24/go.mod h1:Dv72UWsREOvX4Zg4mJjrpoyDxdgxxpiDotxqYBXMjXo=
7+
github.com/layer5io/academy-theme v0.1.25 h1:2yC9gunWtWoPNdVqhEEBOoIdHKI6hpjPhsoA+Uxd7hY=
8+
github.com/layer5io/academy-theme v0.1.25/go.mod h1:Dv72UWsREOvX4Zg4mJjrpoyDxdgxxpiDotxqYBXMjXo=
59
github.com/layer5io/exoscale-academy v0.4.0 h1:yC163yGQrvplEcGjrJmZRz5XHe+EknCkgfHlANuNn7Y=
610
github.com/layer5io/exoscale-academy v0.4.0/go.mod h1:mVXp2h/NImCJ5IvVfM8q4fq8qT3Qxc5OMTBhQw4mEZ8=
11+
github.com/layer5io/exoscale-academy v0.4.1 h1:XA4nwObZPxabYjgxxg4Qk/v9nuhrNcEtcXIvQzHLppY=
12+
github.com/layer5io/exoscale-academy v0.4.1/go.mod h1:61bAPmqE//ZpzqSkYUKOi8xb+bzp1EiqGIypkBFxtgE=
713
github.com/layer5io/layer5-academy v0.2.2 h1:l6jAGtcntpHHz4BisUsHAJUD6ik0vKrnZO+ySlrkBAQ=
814
github.com/layer5io/layer5-academy v0.2.2/go.mod h1:oXzz2zG5re4qo8vuuuFKQwfpTtfXUIfGly4Wv4uqYh0=
915
github.com/twbs/bootstrap v5.3.7+incompatible h1:ea1W8TOWZFkqSK2M0McpgzLiUQVru3bz8aHb0j/XtuM=

hugo.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ markup:
6767
# It configures Hugo to render both index.html(web page) and index.json(metadata) files for each section of your site.
6868
outputs:
6969
section: [HTML, JSON]
70+
page: [HTML, JSON]
71+
7072

7173
params:
7274
taxonomy:

0 commit comments

Comments
 (0)