You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Theme updates
- Upgrade Hugo to 0.125.7
- Nested ordered lists now have alphabetical/roman numeral styling
- Guides renamed to Cloud Guides & Tutorials in Explore Docs menu
* Update Hugo to 0.125.7 in contributing docs and CICD workflows
* Rename Guides section page title to Cloud Guides & Tutorials
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+8-8
Original file line number
Diff line number
Diff line change
@@ -70,18 +70,18 @@ To Install the latest Node.js LTS release on Windows, navigate to the [downloads
70
70
71
71
### Install Hugo
72
72
73
-
The Linode documentation library is built using [Hugo](http://gohugo.io), an open-source static site generator. In order to preview your guide before submission, you need to install Hugo on your local computer. This site currently uses **Hugo v0.116.1**. To remain consistent in the testing and development process, it's recommended to install this version instead of using a newer version.
73
+
The Linode documentation library is built using [Hugo](http://gohugo.io), an open-source static site generator. In order to preview your guide before submission, you need to install Hugo on your local computer. This site currently uses **Hugo v0.125.7**. To remain consistent in the testing and development process, it's recommended to install this version instead of using a newer version.
74
74
75
75
Note: If you observe any issues on a newer version, please [file an issue](https://github.com/linode/docs/issues) in the docs GitHub repository.
76
76
77
77
#### macOS and Linux
78
78
79
79
To install Hugo, download the appropriate binary for your system, extract it, and move it to a directory within your PATH.
80
80
81
-
1. Download the file below that corresponds with the OS and platform on your local system. If you don't see your system on this list, you can find additional files on the [Hugo v0.116.1 GitHub release page](https://github.com/gohugoio/hugo/releases/tag/v0.116.1) under **Assets**.
81
+
1. Download the file below that corresponds with the OS and platform on your local system. If you don't see your system on this list, you can find additional files on the [Hugo v0.125.7 GitHub release page](https://github.com/gohugoio/hugo/releases/tag/v0.125.7) under **Assets**.
You can download this file through a terminal using the curl command, replacing [url] with the URL for your platform:
87
87
@@ -115,7 +115,7 @@ To install Hugo, download the appropriate binary for your system, extract it, an
115
115
116
116
While macOS and Linux are preferred by most of the core Linode Docs team, it's also possible to use Hugo on Windows.
117
117
118
-
1. Download the [hugo_extended_0.116.1_windows-amd64.zip](https://github.com/gohugoio/hugo/releases/download/v0.116.1/hugo_extended_0.116.1_windows-amd64.zip) file. Additional files for other operating systems can be found on the [Hugo v0.116.1 GitHub release page](https://github.com/gohugoio/hugo/releases/tag/v0.116.1) under **Assets**.
118
+
1. Download the [hugo_extended_0.125.7_windows-amd64.zip](https://github.com/gohugoio/hugo/releases/download/v0.125.7/hugo_extended_0.125.7_windows-amd64.zip) file. Additional files for other operating systems can be found on the [Hugo v0.125.7 GitHub release page](https://github.com/gohugoio/hugo/releases/tag/v0.125.7) under **Assets**.
119
119
120
120
1. Extract the file to the directory you'd like to install Hugo under, such as `C:\Hugo\bin`.
121
121
@@ -184,10 +184,10 @@ For more information about using Git, refer to the [official Git documentation](
184
184
185
185
This section is only relevant to contributors who have previously worked on the docs repo prior to the Tailwind v3 upgrade (which occurred on July 6th, 2023 in docs release v1.252.0). After you merge in changes from this release (and onward), you will likely notice display issues when previewing the site locally. This is due to Tailwind v3 and the way it integrates with Hugo (and our theme). To complete the upgrade locally and fix any display issues, follow the steps below.
186
186
187
-
1. Upgrade Hugo to v0.116.1. On macOS, run the following commands in a temporary folder (not in your docs repo):
187
+
1. Upgrade Hugo to v0.125.7. On macOS, run the following commands in a temporary folder (not in your docs repo):
0 commit comments