File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,13 @@ module github.com/layer5io/academy
2
2
3
3
go 1.24.5
4
4
5
+ // Manually configured to use a specific commit of Font Awesome , changing the version breaks the build
5
6
replace github.com/FortAwesome/Font-Awesome v4.7.0+incompatible => github.com/FortAwesome/Font-Awesome v0.0.0-20241216213156-af620534bfc3
6
7
7
8
require (
8
9
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
11
12
github.com/layer5io/layer5-academy v0.2.2 // indirect
12
13
github.com/twbs/bootstrap v5.3.7+incompatible // indirect
13
14
)
Original file line number Diff line number Diff line change 1
1
github.com/FortAwesome/Font-Awesome v0.0.0-20241216213156-af620534bfc3 h1:/iluJkJiyTAdnqrw3Yi9rH2HNHhrrtCmj8VJe7I6o3w =
2
2
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 =
5
9
github.com/layer5io/exoscale-academy v0.4.0 h1:yC163yGQrvplEcGjrJmZRz5XHe+EknCkgfHlANuNn7Y =
6
10
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 =
7
13
github.com/layer5io/layer5-academy v0.2.2 h1:l6jAGtcntpHHz4BisUsHAJUD6ik0vKrnZO+ySlrkBAQ =
8
14
github.com/layer5io/layer5-academy v0.2.2 /go.mod h1:oXzz2zG5re4qo8vuuuFKQwfpTtfXUIfGly4Wv4uqYh0 =
9
15
github.com/twbs/bootstrap v5.3.7+incompatible h1:ea1W8TOWZFkqSK2M0McpgzLiUQVru3bz8aHb0j/XtuM =
Original file line number Diff line number Diff line change @@ -67,6 +67,8 @@ markup:
67
67
# It configures Hugo to render both index.html(web page) and index.json(metadata) files for each section of your site.
68
68
outputs :
69
69
section : [HTML, JSON]
70
+ page : [HTML, JSON]
71
+
70
72
71
73
params :
72
74
taxonomy :
You can’t perform that action at this time.
0 commit comments