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
22
33go 1.24.5
44
5+ // Manually configured to use a specific commit of Font Awesome , changing the version breaks the build
56replace github.com/FortAwesome/Font-Awesome v4.7.0+incompatible => github.com/FortAwesome/Font-Awesome v0.0.0-20241216213156-af620534bfc3
67
78require (
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)
Original file line number Diff line number Diff line change 11github.com/FortAwesome/Font-Awesome v0.0.0-20241216213156-af620534bfc3 h1:/iluJkJiyTAdnqrw3Yi9rH2HNHhrrtCmj8VJe7I6o3w =
22github.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 =
59github.com/layer5io/exoscale-academy v0.4.0 h1:yC163yGQrvplEcGjrJmZRz5XHe+EknCkgfHlANuNn7Y =
610github.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 =
713github.com/layer5io/layer5-academy v0.2.2 h1:l6jAGtcntpHHz4BisUsHAJUD6ik0vKrnZO+ySlrkBAQ =
814github.com/layer5io/layer5-academy v0.2.2 /go.mod h1:oXzz2zG5re4qo8vuuuFKQwfpTtfXUIfGly4Wv4uqYh0 =
915github.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:
6767# It configures Hugo to render both index.html(web page) and index.json(metadata) files for each section of your site.
6868outputs :
6969 section : [HTML, JSON]
70+ page : [HTML, JSON]
71+
7072
7173params :
7274 taxonomy :
You can’t perform that action at this time.
0 commit comments