File tree 7 files changed +21
-13
lines changed
7 files changed +21
-13
lines changed Original file line number Diff line number Diff line change 17
17
- name : Setup Hugo
18
18
uses : peaceiris/actions-hugo@75d2e84710de30f6ff7268e08f310b60ef14033f
19
19
with :
20
- hugo-version : ' 0.110.0 '
20
+ hugo-version : ' 0.124.1 '
21
21
extended : true
22
22
- name : Build
23
23
run : chmod +x build-site.sh && ./build-site.sh
Original file line number Diff line number Diff line change 17
17
- name : Setup Hugo
18
18
uses : peaceiris/actions-hugo@75d2e84710de30f6ff7268e08f310b60ef14033f
19
19
with :
20
- hugo-version : ' 0.110.0 '
20
+ hugo-version : ' 0.124.1 '
21
21
extended : true
22
22
- name : Build
23
23
run : chmod +x build-site.sh && ./build-site.sh
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ This is the repository used to build and publish the official Selenium [website]
11
11
We use [ Hugo] ( https://gohugo.io/ ) and the [ Docsy theme] ( https://www.docsy.dev/ )
12
12
to build and render the site. You will need the ** extended**
13
13
Sass/SCSS version of the Hugo binary to work on this site. We recommend
14
- to use Hugo 0.110.0 .
14
+ to use Hugo 0.124.1 .
15
15
16
16
Steps needed to have this working locally and work on it:
17
17
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ command = "chmod +x build-site.sh && ./build-site.sh"
4
4
5
5
[context .production .environment ]
6
6
NODE_VERSION = " 18.14.1"
7
- HUGO_VERSION = " 0.110.0 "
7
+ HUGO_VERSION = " 0.124.1 "
8
8
GO_VERSION = " 1.20.1"
9
9
HUGO_ENV = " production"
10
10
@@ -13,13 +13,13 @@ command = "chmod +x build-site.sh && ./build-site.sh"
13
13
14
14
[context .deploy-preview .environment ]
15
15
NODE_VERSION = " 18.14.1"
16
- HUGO_VERSION = " 0.110.0 "
16
+ HUGO_VERSION = " 0.124.1 "
17
17
GO_VERSION = " 1.20.1"
18
18
19
19
[context .branch-deploy ]
20
20
command = " chmod +x build-site.sh && ./build-site.sh"
21
21
22
22
[context .branch-deploy .environment ]
23
23
NODE_VERSION = " 18.14.1"
24
- HUGO_VERSION = " 0.110.0 "
24
+ HUGO_VERSION = " 0.124.1 "
25
25
GO_VERSION = " 1.20.1"
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ module github.com/SeleniumHQseleniumhq.github.io
3
3
go 1.20
4
4
5
5
require (
6
- github.com/google/docsy v0.8.0 // indirect
6
+ github.com/google/docsy v0.9.1 // indirect
7
7
github.com/google/docsy/dependencies v0.7.2 // indirect
8
8
)
Original file line number Diff line number Diff line change 1
1
github.com/FortAwesome/Font-Awesome v0.0.0-20230327165841-0698449d50f2 /go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo =
2
+ github.com/FortAwesome/Font-Awesome v0.0.0-20240108205627-a1232e345536 /go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo =
2
3
github.com/google/docsy v0.7.2 h1:KzhFgTd3taF1jq9HDemH3omlUqn9qfdE68sxRyTySpM =
3
4
github.com/google/docsy v0.7.2 /go.mod h1:ol3w2s1FBUzENdKSAEeNjtuaISUzHYHTw60xv5QH3Dg =
4
5
github.com/google/docsy v0.8.0 h1:RgHyKRTo8YwScMThrf01Ky2yCGpUS1hpkspwNv6szT4 =
5
6
github.com/google/docsy v0.8.0 /go.mod h1:FqTNN2T7pWEGW8dc+v5hQ5VF29W5uaL00PQ1LdVw5F8 =
7
+ github.com/google/docsy v0.9.1 h1:+jqges1YCd+yHeuZ1BUvD8V8mEGVtPxULg5j/vaJ984 =
8
+ github.com/google/docsy v0.9.1 /go.mod h1:saOqKEUOn07Bc0orM/JdIF3VkOanHta9LU5Y53bwN2U =
6
9
github.com/google/docsy/dependencies v0.7.2 h1:+t5ufoADQAj4XneFphz4A+UU0ICAxmNaRHVWtMYXPSI =
7
10
github.com/google/docsy/dependencies v0.7.2 /go.mod h1:gihhs5gmgeO+wuoay4FwOzob+jYJVyQbNaQOh788lD4 =
8
11
github.com/twbs/bootstrap v5.2.3+incompatible /go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0 =
Original file line number Diff line number Diff line change @@ -53,35 +53,40 @@ anchor = "smart"
53
53
[languages ]
54
54
[languages .en ]
55
55
title = " Selenium"
56
- description = " Selenium automates browsers. That's it!"
57
56
languageName =" English"
58
57
weight = 1
58
+ [languages .en .params ]
59
+ description = " Selenium automates browsers. That's it!"
59
60
[languages .pt-br ]
60
61
title = " Selenium"
61
- description = " Selenium automates browsers. That's it!"
62
62
languageName =" Português (Brasileiro)"
63
63
weight = 2
64
+ [languages .pt-br .params ]
65
+ description = " Selenium automates browsers. That's it!"
64
66
[languages .zh-cn ]
65
67
title = " Selenium"
66
- description = " Selenium automates browsers. That's it!"
67
68
languageName = " 中文简体"
68
69
weight = 3
70
+ [languages .zh-cn .params ]
71
+ description = " Selenium automates browsers. That's it!"
69
72
[languages .ja ]
70
73
title = " Selenium"
71
- description = " Selenium automates browsers. That's it!"
72
74
languageName = " 日本語"
73
75
weight = 4
76
+ [languages .ja .params ]
77
+ description = " Selenium automates browsers. That's it!"
74
78
[languages .other ]
75
79
title = " Selenium"
76
- description = " Selenium automates browsers. That's it!"
77
80
languageName =" Other"
78
81
weight = 5
82
+ [languages .other .params ]
83
+ description = " Selenium automates browsers. That's it!"
79
84
80
85
# Import docsy theme as module
81
86
[module ]
82
87
proxy = " direct"
83
88
# uncomment line below for temporary local development of module
84
- # replacements = "github.com/google/docsy -> ../../docsy"
89
+ # replacements = "github.com/google/docsy -> ../../docsy"
85
90
[module .hugoVersion ]
86
91
extended = true
87
92
min = " 0.73.0"
You can’t perform that action at this time.
0 commit comments