01-editions.md - hugo - [fork] hugo port for 9front
(HTM) git clone https://git.drkhsh.at/hugo.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Submodules
(DIR) README
(DIR) LICENSE
---
01-editions.md (958B)
---
1 ---
2 _comment: Do not remove front matter.
3 ---
4
5 Hugo is available in three editions: standard, extended, and extended/deploy. While the standard edition provides core functionality, the extended and extended/deploy editions offer advanced features.
6
7 Feature|extended edition|extended/deploy edition
8 :--|:-:|:-:
9 Encode to the WebP format when [processing images]. You can decode WebP images with any edition.|:heavy_check_mark:|:heavy_check_mark:
10 [Transpile Sass to CSS] using the embedded LibSass transpiler. You can use the [Dart Sass] transpiler with any edition.|:heavy_check_mark:|:heavy_check_mark:
11 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:
12
13 [dart sass]: /functions/css/sass/#dart-sass
14 [processing images]: /content-management/image-processing/
15 [transpile sass to css]: /functions/css/sass/
16 [details]: /host-and-deploy/deploy-with-hugo-deploy/