fix: switch to Hugo extended

This commit is contained in:
Jimmy Cai 2021-10-16 07:49:01 +00:00 committed by GitHub
parent 169468fb9d
commit 4d3c9f9350

View File

@ -8,7 +8,7 @@
// Update VARIANT to pick hugo variant.
// Example variants: hugo, hugo_extended
// Rebuild the container if it already exists to update.
"VARIANT": "hugo",
"VARIANT": "hugo_extended",
// Update VERSION to pick a specific hugo version.
// Example versions: latest, 0.73.0, 0,71.1
// Rebuild the container if it already exists to update.