Welcome to the Chocolatey Community Package Repository! The packages found in this section of the site are provided, maintained, and moderated by the community.
Moderation
Every version of each package undergoes a rigorous moderation process before it goes live that typically includes:
- Security, consistency, and quality checking
- Installation testing
- Virus checking through VirusTotal
- Human moderators who give final review and sign off
More detail at Security and Moderation.
Organizational Use
If you are an organization using Chocolatey, we want your experience to be fully reliable. Due to the nature of this publicly offered repository, reliability cannot be guaranteed. Packages offered here are subject to distribution rights, which means they may need to reach out further to the internet to the official locations to download files at runtime.
Fortunately, distribution rights do not apply for internal use. With any edition of Chocolatey (including the free open source edition), you can host your own packages and cache or internalize existing community packages.
Disclaimer
Your use of the packages on this site means you understand they are not supported or guaranteed in any way. Learn more...
- Passing
- Failing
- Pending
- Unknown / Exempted

Downloads:
57,518
Downloads of v 0.68.0:
140
Last Update:
21 Mar 2020
Package Maintainer(s):
Software Author(s):
- Hugo Authors
Tags:
hugo blog static website- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download

Hugo Extended
This is not the latest version of Hugo Extended available.
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
57,518
Downloads of v 0.68.0:
140
Maintainer(s):
Software Author(s):
- Hugo Authors
Edit Package
To edit the metadata for a package, please upload an updated version of the package.
Chocolatey's Community Package Repository currently does not allow updating package metadata on the website. This helps ensure that the package itself (and the source used to build the package) remains the one true source of package metadata.
This does require that you increment the package version.
Hugo Extended 0.68.0
This is not the latest version of Hugo Extended available.
All Checks are Passing
2 Passing Test
To install Hugo Extended, run the following command from the command line or from PowerShell:
To upgrade Hugo Extended, run the following command from the command line or from PowerShell:
To uninstall Hugo Extended, run the following command from the command line or from PowerShell:
NOTE: This applies to both open source and commercial editions of Chocolatey.
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
- Download the Package Download
- Follow manual internalization instructions
-
Package Internalizer (C4B)
- Run
choco download hugo-extended --internalize --version=0.68.0 --source=https://community.chocolatey.org/api/v2
(additional options) - Run
choco push --source="'http://internal/odata/repo'"
for package and dependencies - Automate package internalization
- Run
3. Enter your internal repository url
(this should look similar to https://community.chocolatey.org/api/v2)
4. Choose your deployment method:
choco upgrade hugo-extended -y --source="'STEP 3 URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade hugo-extended -y --source="'STEP 3 URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Ensure hugo-extended installed
win_chocolatey:
name: hugo-extended
state: present
version: 0.68.0
source: STEP 3 URL
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'hugo-extended' do
action :install
version '0.68.0'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: hugo-extended,
Version: 0.68.0,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller hugo-extended
{
Name = 'hugo-extended'
Ensure = 'Present'
Version = '0.68.0'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'hugo-extended':
provider => 'chocolatey',
ensure => '0.68.0',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install hugo-extended version="0.68.0" source="STEP 3 URL"
See docs at https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.chocolatey.html.
5. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 21 Mar 2020.
Hugo is a static HTML and CSS website generator written in Go. It is optimized for speed, ease of use, and configurability. Hugo takes a directory with content and templates and renders them into a full HTML website.
Hugo relies on Markdown files with front matter for metadata, and you can run Hugo from any directory. This works well for shared hosts and other systems where you don’t have a privileged account.
Hugo renders a typical website of moderate size in a fraction of a second. A good rule of thumb is that each piece of content renders in around 1 millisecond.
Hugo is designed to work well for any kind of website including blogs, tumbles, and docs.
NOTE:: This extended version allows native Sass compilation.
NOTE: This is an automatically updated package. If you find it is out of date by more than a week, please contact the maintainer(s) and let them know the package is no longer updating correctly.
$ErrorActionPreference = 'Stop'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $toolsDir
url64 = 'https://github.com//gohugoio/hugo/releases/download/v0.68.0/hugo_extended_0.68.0_Windows-64bit.zip'
checksum64 = '51cb783530597c428dcab6beb2ebce8dd0580666423af6a28c8aa856e9684422'
checksumType64 = 'sha256'
}
Install-ChocolateyZipPackage @packageArgs
Log in or click on link to see number of positives.
- hugo-extended.0.68.0.nupkg (63667f488a43) - ## / 63
- hugo_extended_0.68.0_Windows-64bit.zip (51cb78353059) - ## / 63
- hugo.exe (ec857e153d20) - ## / 72
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Version | Downloads | Last Updated | Status |
---|---|---|---|
Hugo Extended 0.82.0 | 1372 | Sunday, March 21, 2021 | Approved |
Hugo Extended 0.81.0 | 1328 | Friday, February 19, 2021 | Approved |
Hugo Extended 0.80.0 | 2461 | Thursday, December 31, 2020 | Approved |
Hugo Extended 0.79.1 | 654 | Saturday, December 19, 2020 | Approved |
Hugo Extended 0.79.0 | 1095 | Friday, November 27, 2020 | Approved |
Hugo Extended 0.78.2 | 651 | Friday, November 13, 2020 | Approved |
Hugo Extended 0.78.1 | 642 | Thursday, November 5, 2020 | Approved |
Hugo Extended 0.78.0 | 165 | Tuesday, November 3, 2020 | Approved |
Hugo Extended 0.77.0 | 318 | Friday, October 30, 2020 | Approved |
Hugo Extended 0.76.5 | 2046 | Wednesday, October 14, 2020 | Approved |
Hugo Extended 0.76.4 | 266 | Monday, October 12, 2020 | Approved |
Hugo Extended 0.76.3 | 359 | Thursday, October 8, 2020 | Approved |
Hugo Extended 0.76.2 | 159 | Wednesday, October 7, 2020 | Approved |
Hugo Extended 0.76.0 | 88 | Tuesday, October 6, 2020 | Approved |
Hugo Extended 0.75.1 | 940 | Tuesday, September 15, 2020 | Approved |
Hugo Extended 0.75.0 | 138 | Monday, September 14, 2020 | Approved |
Hugo Extended 0.74.3 | 1936 | Thursday, July 23, 2020 | Approved |
Hugo Extended 0.74.2 | 402 | Friday, July 17, 2020 | Approved |
Hugo Extended 0.74.1 | 264 | Tuesday, July 14, 2020 | Approved |
Hugo Extended 0.74.0 | 116 | Monday, July 13, 2020 | Approved |
Hugo Extended 0.73.0 | 926 | Tuesday, June 23, 2020 | Approved |
Hugo Extended 0.72.0 | 1038 | Sunday, May 31, 2020 | Approved |
Hugo Extended 0.71.1 | 386 | Monday, May 25, 2020 | Approved |
Hugo Extended 0.71.0 | 416 | Monday, May 18, 2020 | Approved |
Hugo Extended 0.70.0 | 783 | Wednesday, May 6, 2020 | Approved |
Hugo Extended 0.69.2 | 659 | Friday, April 24, 2020 | Approved |
Hugo Extended 0.69.1 | 214 | Wednesday, April 22, 2020 | Approved |
Hugo Extended 0.69.0 | 11801 | Friday, April 10, 2020 | Approved |
Hugo Extended 0.68.3 | 810 | Tuesday, March 24, 2020 | Approved |
Hugo Extended 0.68.2 | 89 | Tuesday, March 24, 2020 | Approved |
Hugo Extended 0.68.1 | 233 | Sunday, March 22, 2020 | Approved |
Hugo Extended 0.68.0 | 140 | Saturday, March 21, 2020 | Approved |
Hugo Extended 0.67.1 | 386 | Monday, March 16, 2020 | Approved |
Hugo Extended 0.67.0 | 393 | Tuesday, March 10, 2020 | Approved |
Hugo Extended 0.66.0 | 390 | Tuesday, March 3, 2020 | Approved |
Hugo Extended 0.65.3 | 514 | Sunday, February 23, 2020 | Approved |
Hugo Extended 0.65.2 | 148 | Friday, February 21, 2020 | Approved |
Hugo Extended 0.65.1 | 117 | Thursday, February 20, 2020 | Approved |
Hugo Extended 0.65.0 | 51 | Thursday, February 20, 2020 | Approved |
Hugo Extended 0.64.1 | 532 | Monday, February 10, 2020 | Approved |
Hugo Extended 0.64.0 | 71 | Tuesday, February 4, 2020 | Approved |
Hugo Extended 0.63.2 | 608 | Monday, January 27, 2020 | Approved |
Hugo Extended 0.63.1 | 207 | Friday, January 24, 2020 | Approved |
Hugo Extended 0.63.0 | 78 | Thursday, January 23, 2020 | Approved |
Hugo Extended 0.62.2 | 712 | Monday, January 6, 2020 | Approved |
Hugo Extended 0.62.1 | 56 | Wednesday, January 1, 2020 | Approved |
Hugo Extended 0.62.0 | 471 | Monday, December 23, 2019 | Approved |
Hugo Extended 0.61.0 | 446 | Wednesday, December 11, 2019 | Approved |
Hugo Extended 0.60.1 | 444 | Friday, November 29, 2019 | Approved |
Hugo Extended 0.60.0 | 156 | Wednesday, November 27, 2019 | Approved |
Hugo Extended 0.59.1 | 807 | Thursday, October 31, 2019 | Approved |
Hugo Extended 0.59.0 | 357 | Monday, October 21, 2019 | Approved |
Hugo Extended 0.58.3 | 523 | Thursday, September 19, 2019 | Approved |
Hugo Extended 0.58.2 | 194 | Friday, September 13, 2019 | Approved |
Hugo Extended 0.58.1 | 207 | Friday, September 6, 2019 | Approved |
Hugo Extended 0.58.0 | 110 | Wednesday, September 4, 2019 | Approved |
Hugo Extended 0.57.2 | 430 | Saturday, August 17, 2019 | Approved |
Hugo Extended 0.57.1 | 112 | Friday, August 16, 2019 | Approved |
Hugo Extended 0.57.0 | 172 | Wednesday, August 14, 2019 | Approved |
Hugo Extended 0.56.3 | 9459 | Wednesday, July 31, 2019 | Approved |
Hugo Extended 0.56.2 | 137 | Tuesday, July 30, 2019 | Approved |
Hugo Extended 0.56.1 | 219 | Sunday, July 28, 2019 | Approved |
Hugo Extended 0.56.0 | 169 | Thursday, July 25, 2019 | Approved |
Hugo Extended 0.55.6 | 2162 | Saturday, May 18, 2019 | Approved |
Hugo Extended 0.55.5 | 430 | Friday, May 3, 2019 | Approved |
Hugo Extended 0.55.4 | 280 | Thursday, April 25, 2019 | Approved |
Hugo Extended 0.55.3 | 196 | Saturday, April 20, 2019 | Approved |
Hugo Extended 0.55.2 | 140 | Wednesday, April 17, 2019 | Approved |
Hugo Extended 0.55.1 | 215 | Friday, April 12, 2019 | Approved |
Hugo Extended 0.55.0 | 174 | Monday, April 8, 2019 | Approved |
Hugo Extended 0.54.0 | 778 | Friday, February 1, 2019 | Approved |
Hugo Extended 0.53 | 396 | Monday, December 24, 2018 | Approved |
Hugo Extended 0.52 | 243 | Wednesday, November 28, 2018 | Approved |
Hugo Extended 0.51 | 214 | Wednesday, November 7, 2018 | Approved |
Hugo Extended 0.50 | 160 | Monday, October 29, 2018 | Approved |
Hugo Extended 0.49.2 | 162 | Friday, October 12, 2018 | Approved |
Hugo Extended 0.49.1 | 110 | Wednesday, October 10, 2018 | Approved |
Hugo Extended 0.49 | 168 | Tuesday, September 25, 2018 | Approved |
Hugo Extended 0.48 | 119 | Saturday, September 22, 2018 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about Hugo Extended and the Hugo Extended package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Hugo Extended, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.