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
Copy file name to clipboardExpand all lines: content/en/_common/installation/01-editions.md
+11-6Lines changed: 11 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,19 @@ _comment: Do not remove front matter.
4
4
5
5
## Editions
6
6
7
-
Hugo offers a standard edition with core features, plus extended and extended/deploy editions with more. Use the standard edition unless you need the features below.
7
+
Hugo is available in several editions. Use the standard edition unless you need additional features.
8
8
9
-
<!-- TODO Remove the transpiler row somewhere around v0.166.0 -->
Direct cloud deployment (2)|:x:|:heavy_check_mark:|:x:|:heavy_check_mark:
13
+
LibSass support (3)|:x:|:x:|:heavy_check_mark:|:heavy_check_mark:
10
14
11
-
Feature|extended edition|extended/deploy edition
12
-
:--|:-:|:-:
13
-
[Transpile Sass to CSS] via embedded LibSass. Note that embedded LibSass was deprecated in v0.153.0 and will be removed in a future release. Use the [Dart Sass] transpiler instead, which is compatible with any edition.|:heavy_check_mark:|:heavy_check_mark:
14
-
Deploy your site directly to a Google Cloud Storage bucket, an AWS S3 bucket, or an Azure Storage container. See [details].|:x:|:heavy_check_mark:
15
+
(1) {{< new-in v0.159.2 />}}
16
+
17
+
(2) Deploy your site directly to a Google Cloud Storage bucket, an AWS S3 bucket, or an Azure Storage container. See [details].
18
+
19
+
(3) [Transpile Sass to CSS] via embedded LibSass. Note that embedded LibSass was deprecated in v0.153.0 and will be removed in a future release. Use the [Dart Sass] transpiler instead, which is compatible with any edition.
0 commit comments