Skip to content

hugo

Fast and flexible Static Site Generator

Hugo is a static site 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 meta data. 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 meant to work well for any kind of website including blogs, tumblelogs and docs.

dev

https://gohugo.io/

arm64 amd64

Installation

1. Add WakeMeOps repository

curl -sSL https://raw.githubusercontent.com/upciti/wakemeops/main/assets/install_repository | sudo bash

2. Install hugo

sudo apt install hugo

Snippets

FROM wakemeops/minideb:bullseye

RUN install_packages \
    hugo=0.139.0*

USER 1001
- name: Install dependencies
  uses: upciti/wakemeops-action@v1
  with:
    packages: |
      hugo=0.139.0*

Download URLs

Version SHA256 Size (KB)
0.139.0 577044e27277630e92223437f934b8c9825b4f15dcf9f863c7975b034c8649eb 12835
0.138.0 b9f508349824eef6608b8cf1ed1b45d2bbf2964af78ad2d5c02ab311785fee31 12850
0.137.1 81473704bafe4f87a06791aeb1c2dcc7046a3ece24b6b664c5a10f157fa40af8 12844
0.137.0 9dbd469f0483db08cfc4c8db01ece99daecc62677c31c0c135a198899768c132 12840
0.136.5 4c98b888f5d8ce8c91feac21348b7f7fc720672c6810f4a5b59229c361973a9d 16951
0.136.4 db6b6d1f8a98768031bb6a150d964d079236683c7cf5bf0b4470e6af871dc1e0 16955
0.136.3 d4644adbe9ed03886fd85e559c366335bef5bd5c0de15bed0cb93ff9ed588682 16956
0.136.2 d3fa14089ad612338a66b81a7f58661becb32eb54522f9c6e8f89e265af38922 16956
0.136.1 33a5dea4b07782a0446873cbe81a55d78610cc948d9842a76483d5f60265b56e 16958
0.136.0 74b526e823ee78d047b3440deb8d5633576d3593af5da1eeb32e0e535a6053dc 16960
Version SHA256 Size (KB)
0.139.0 9d7bf856f31a02fb8811d3b3f10dc87d61786901c4fc1d08a2c7e4d76d57baa5 11010
0.138.0 2d3fd221dbe93407163860817a42b0509061a461c73f4c0a45cdba58bb442e16 11034
0.137.1 f8e04694dbf9b4a2ccb442e121904b6913847d0bd344f5c7fc5bff085b341d49 11042
0.137.0 57f507712313725e70bb16037ee5f4fbefff02522920f48ab6025c725c5538f7 11032
0.136.5 81a55fb12b7f3b61c101e5b21808699852115447f274b11dd5b2ddcb4f7f83d4 14573
0.136.4 2926874f960323b47a49aaf449df56c6c39ff6d5a02a8b3cd64fa15ba14bca61 14577
0.136.3 0fda54413b76dab3c4aaa3978dd213f7137914b148430283a04fde691f324222 14579
0.136.2 b1f0dad9e5f347a13139ce6e26ad4265d3974fe7a614c5139cf7bc401ac76592 14569
0.136.1 570d5a046e6c64c19bc098ea54aa906a8a549544ab2cfb92f73e301c96927dce 14571
0.136.0 d07d3149cc7ed21e09b14418b130d12040716892be4453274e7eafc2feedb241 14573

Blueprints

Debian packages listed on this page are generated from op2deb YAML blueprints. Blueprints for hugo are versioned here.

Click here to see hugo ops2deb blueprints
https://github.com/upciti/wakemeops/blob/main/blueprints/dev/hugo/ops2deb.yml
name: hugo
matrix:
  architectures:
    - amd64
    - arm64
  versions:
    - 0.121.2
    - 0.122.0
    - 0.123.0
    - 0.123.1
    - 0.123.2
    - 0.123.3
    - 0.123.4
    - 0.123.5
    - 0.123.6
    - 0.123.7
    - 0.123.8
    - 0.124.0
    - 0.124.1
    - 0.125.0
    - 0.125.1
    - 0.125.2
    - 0.125.3
    - 0.125.4
    - 0.125.5
    - 0.125.6
    - 0.125.7
    - 0.126.0
    - 0.126.1
    - 0.126.3
    - 0.127.0
    - 0.128.0
    - 0.128.2
    - 0.129.0
    - 0.130.0
    - 0.131.0
    - 0.132.0
    - 0.132.1
    - 0.132.2
    - 0.133.0
    - 0.133.1
    - 0.134.0
    - 0.134.1
    - 0.134.2
    - 0.134.3
    - 0.135.0
    - 0.136.0
    - 0.136.1
    - 0.136.2
    - 0.136.3
    - 0.136.4
    - 0.136.5
    - 0.137.0
    - 0.137.1
    - 0.138.0
    - 0.139.0
revision: "2"
homepage: https://gohugo.io/
summary: fast and flexible Static Site Generator
description: |-
  Hugo is a static site 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 meta data. 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 meant to work well for any kind of website including blogs, tumblelogs
  and docs.
fetch: https://github.com/gohugoio/hugo/releases/download/v{{version}}/hugo_extended_{{version}}_linux-{{arch}}.tar.gz
install:
  - hugo:/usr/bin/hugo

The blueprint fetch keyword contains a URL template pointing to hugo releases. Downloaded files are locked in a lockfile versioned here.

Click here to see hugo release hashes
https://github.com/upciti/wakemeops/blob/main/blueprints/dev/hugo/ops2deb.lock.yml
- url: https://github.com/gohugoio/hugo/releases/download/v0.121.2/hugo_extended_0.121.2_linux-amd64.tar.gz
  sha256: 90f3b4df86fde372d38d0bda7743f1a74d754b9eabecaf588fb5d9acbf9323e1
  timestamp: 2024-01-05 15:17:53+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.121.2/hugo_extended_0.121.2_linux-arm64.tar.gz
  sha256: f0089c7f6ae8032cdc436b454c4651637ed9a8932f3dad9dd804fd2623a91930
  timestamp: 2024-01-05 15:17:53+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.122.0/hugo_extended_0.122.0_linux-amd64.tar.gz
  sha256: 6c9ba859a170af8bbfb8197f33499d0bd07bf7076436d1ac9775f9f49d434e10
  timestamp: 2024-01-26 18:20:12+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.122.0/hugo_extended_0.122.0_linux-arm64.tar.gz
  sha256: dc1edaed25c226bbc9af61a4d3eb45a4a07bbb9a44c3726c03c8ac1e0ee3091a
  timestamp: 2024-01-26 18:20:12+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.123.0/hugo_extended_0.123.0_linux-amd64.tar.gz
  sha256: ee952f2b21765f09191331fe553e877dafbe352f3678357f30dbb4b58ec98940
  timestamp: 2024-02-19 18:06:38+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.123.0/hugo_extended_0.123.0_linux-arm64.tar.gz
  sha256: 8d42483b8823a6b85181311b1d26e8f41985aeb2cb663cbed96fe41683c7caa2
  timestamp: 2024-02-19 18:06:38+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.123.1/hugo_extended_0.123.1_linux-amd64.tar.gz
  sha256: ec6951cc4efafe96af57e631cdaf1a222b6dd32ea1c71f10528407523adfd79d
  timestamp: 2024-02-21 09:06:27+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.123.1/hugo_extended_0.123.1_linux-arm64.tar.gz
  sha256: 94fbea92c417c37625ef8d30f638f057c33520ab7160c3b89238bcbe2a08c907
  timestamp: 2024-02-21 09:06:27+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.123.2/hugo_extended_0.123.2_linux-amd64.tar.gz
  sha256: b962ad112433b8b6b5730232a40e057ef95d952bb3809ed105712aa194bb3fd4
  timestamp: 2024-02-22 18:06:19+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.123.2/hugo_extended_0.123.2_linux-arm64.tar.gz
  sha256: f5c5a738f6190de7d1f6b2db14f5860db8062d257d8df8296ea42081721007bd
  timestamp: 2024-02-22 18:06:19+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.123.3/hugo_extended_0.123.3_linux-amd64.tar.gz
  sha256: bd5d7b98534524e26b8343f01fba82738cea4d08adac02e11744c1393ccb8a53
  timestamp: 2024-02-23 18:06:25+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.123.3/hugo_extended_0.123.3_linux-arm64.tar.gz
  sha256: b1f130f0a046b0c9d832901dc507a57a0054cee8e72652d59a0db48d93a2a71c
  timestamp: 2024-02-23 18:06:25+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.123.4/hugo_extended_0.123.4_linux-amd64.tar.gz
  sha256: ed1f732d21d5ae83cc18743548e772131797cfc3c249abdc22946aa5816a7e2a
  timestamp: 2024-02-26 18:06:11+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.123.4/hugo_extended_0.123.4_linux-arm64.tar.gz
  sha256: 63941b12341a17e658a31698c97e6278f7e807299f335b3277618b4f09913a45
  timestamp: 2024-02-26 18:06:11+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.123.5/hugo_extended_0.123.5_linux-amd64.tar.gz
  sha256: c89807957826a00842059b0f86399ad4474084c8ecf8a110f50ef92045d6fcef
  timestamp: 2024-02-28 18:06:22+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.123.5/hugo_extended_0.123.5_linux-arm64.tar.gz
  sha256: 8fa0537aaf981acd5c69ee449a33f94c8d81e2c5431688cbdd09d0166a8c688d
  timestamp: 2024-02-28 18:06:22+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.123.6/hugo_extended_0.123.6_linux-amd64.tar.gz
  sha256: 182530b0a424341ab7b2c6bd9816cbeaa2ca828eee5333b59787107872338641
  timestamp: 2024-02-28 21:06:06+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.123.6/hugo_extended_0.123.6_linux-arm64.tar.gz
  sha256: 493d2086a1bcb6dba3cc7bca627da18f127b16f08d33b5ba66374699f0ff5a1d
  timestamp: 2024-02-28 21:06:06+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.123.7/hugo_extended_0.123.7_linux-amd64.tar.gz
  sha256: 928a767c403393f6abb204b69c27489abc78816dafd80901eb9a9f5f835972bc
  timestamp: 2024-03-01 18:06:11+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.123.7/hugo_extended_0.123.7_linux-arm64.tar.gz
  sha256: 49cf0bfd12c6273c4d8d04eb08b2c9b76f56c4fb7b763f1e352e6caebb9a1f9b
  timestamp: 2024-03-01 18:06:11+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.123.8/hugo_extended_0.123.8_linux-amd64.tar.gz
  sha256: 0a449715f29a240c6f461d040516dd2360b0b80964986cedde1f35f2c330ab7c
  timestamp: 2024-03-07 15:06:16+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.123.8/hugo_extended_0.123.8_linux-arm64.tar.gz
  sha256: a55457f365cd50fe03903fe96a9d30b9f31b256ba7d790237798095f47aebd64
  timestamp: 2024-03-07 15:06:16+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.124.0/hugo_extended_0.124.0_linux-amd64.tar.gz
  sha256: da5ec308ab439ceed5014be635db32f01999cafc335f4d185fb08624abc751a0
  timestamp: 2024-03-16 18:05:56+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.124.0/hugo_extended_0.124.0_linux-arm64.tar.gz
  sha256: 9e30b03a8699cf55415de6811fd3b9b268b79dce06b53b741091035b8d74aa09
  timestamp: 2024-03-16 18:05:56+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.124.1/hugo_extended_0.124.1_linux-amd64.tar.gz
  sha256: 55f5a5f6a4c923457b2ed4e2b00c251eabfe43d8d4afbe2ada92d9759c5e0410
  timestamp: 2024-03-20 12:08:09+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.124.1/hugo_extended_0.124.1_linux-arm64.tar.gz
  sha256: 5afde01bcff49d7a22b96844c329f6cbb175d8a30456e17ef47df0c3e6f60135
  timestamp: 2024-03-20 12:08:09+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.125.0/hugo_extended_0.125.0_linux-amd64.tar.gz
  sha256: 73d9e96248fa59d285b179da02008c5f8dceda26445e8946289cf61e9bc20c39
  timestamp: 2024-04-16 18:06:25+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.125.0/hugo_extended_0.125.0_linux-arm64.tar.gz
  sha256: 92e28702e6e292bca95c1d44f49453ad185c461add45d20f4d1ed0b0562b3622
  timestamp: 2024-04-16 18:06:25+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.125.1/hugo_extended_0.125.1_linux-amd64.tar.gz
  sha256: 093b28a446d6b84582208956b561ec2f0f77ca4fdc906214296c6003b2ae34f7
  timestamp: 2024-04-18 09:06:34+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.125.1/hugo_extended_0.125.1_linux-arm64.tar.gz
  sha256: 41e403856f9aa26cecbdc3888b3b49d3d902d803a2d10d9da670791b75846c3a
  timestamp: 2024-04-18 09:06:34+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.125.2/hugo_extended_0.125.2_linux-amd64.tar.gz
  sha256: 596aa0b3a6e6a58587ac77f590a82a79b8bd5ff5b1788f5e8b0a7f4b2992fa94
  timestamp: 2024-04-20 18:06:49+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.125.2/hugo_extended_0.125.2_linux-arm64.tar.gz
  sha256: 22e0dd30d3b232d1655e1a5e0fb1c2cc3a9b8c7097f0a37eafbbb48a632345bd
  timestamp: 2024-04-20 18:06:49+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.125.3/hugo_extended_0.125.3_linux-amd64.tar.gz
  sha256: 1f25fce9c8bb0e6dfa99af118dd20d4a210d53d76203b399f0589a98750cc5cf
  timestamp: 2024-04-22 18:06:06+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.125.3/hugo_extended_0.125.3_linux-arm64.tar.gz
  sha256: fe8c7379102947723c99e8addb01a4b62a3cac9f242950f4ec0ed3fdf8aa2578
  timestamp: 2024-04-22 18:06:06+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.125.4/hugo_extended_0.125.4_linux-amd64.tar.gz
  sha256: a416f563c6c9cd773dae1a8a7c70596ef4afd45e36436e9c6b7822df56dc4b65
  timestamp: 2024-04-25 15:06:04+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.125.4/hugo_extended_0.125.4_linux-arm64.tar.gz
  sha256: ac19b3e22a81ce1638c8b6fa846184c326d53f421ce3e97d3410af7dedba6bb2
  timestamp: 2024-04-25 15:06:04+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.125.5/hugo_extended_0.125.5_linux-amd64.tar.gz
  sha256: c0c0af044826f24d3d8839b49748417b6c15a8b9de4f3f7ba1adf1e707e107bc
  timestamp: 2024-05-01 18:06:21+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.125.5/hugo_extended_0.125.5_linux-arm64.tar.gz
  sha256: 0dd1f071064bc06f2221659b062bbf79ff4fbc7e91f817a3fa0c23097f64b152
  timestamp: 2024-05-01 18:06:21+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.125.6/hugo_extended_0.125.6_linux-amd64.tar.gz
  sha256: 47a1c18b1a97410ba797d21f8e80df080a3c0da7a8ea1e3bba6f35bb8af1207f
  timestamp: 2024-05-05 12:07:21+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.125.6/hugo_extended_0.125.6_linux-arm64.tar.gz
  sha256: 4512575a9959daffd00c50ce6d004edce4d86f97f14b8bdc66024f993b3869ee
  timestamp: 2024-05-05 12:07:21+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.125.7/hugo_extended_0.125.7_linux-amd64.tar.gz
  sha256: 8ef7c13cd2558ca3038ec2837213f7e42b93656ef973c73ae5f03b2fb5c5495b
  timestamp: 2024-05-08 15:05:50+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.125.7/hugo_extended_0.125.7_linux-arm64.tar.gz
  sha256: 23645c37329590538eb0eef233358c7d95e589a2c7bed71eef88ed6f81f4ad5e
  timestamp: 2024-05-08 15:05:50+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.126.0/hugo_extended_0.126.0_linux-amd64.tar.gz
  sha256: 86050a01e89fac27ac743f4a7baf8c8d34b1320fe690f5153445893f5eede06e
  timestamp: 2024-05-14 15:06:29+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.126.0/hugo_extended_0.126.0_linux-arm64.tar.gz
  sha256: 866bb830daa38e6647c3d3ee89830600d07575838543d9c6cb06198ebec44bef
  timestamp: 2024-05-14 15:06:29+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.126.1/hugo_extended_0.126.1_linux-amd64.tar.gz
  sha256: fb97fc338fca83f2472e0d008c39d6e2b9a062553f2ac96ada6b087538d832f7
  timestamp: 2024-05-15 12:09:33+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.126.1/hugo_extended_0.126.1_linux-arm64.tar.gz
  sha256: 558e807d43ecb3a5b0930f51d552e4f46c93a84fd168dd041b3812c34f8a28fa
  timestamp: 2024-05-15 12:09:33+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.126.3/hugo_extended_0.126.3_linux-amd64.tar.gz
  sha256: afff5697b95b3aee7b5fde33bb176028f0e61dcc1694bf5320bdc241f52af1d4
  timestamp: 2024-06-02 18:07:29+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.126.3/hugo_extended_0.126.3_linux-arm64.tar.gz
  sha256: 2e4e97ba55bfc49ea1c525e3e98b87dd1ab273b0c0652a1dbceee487ca1f7a73
  timestamp: 2024-06-02 18:07:29+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.127.0/hugo_extended_0.127.0_linux-amd64.tar.gz
  sha256: b23fa856027adb502010d372c222b3a5becd61a61296ea7a7b9283c02009dfb9
  timestamp: 2024-06-05 12:08:45+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.127.0/hugo_extended_0.127.0_linux-arm64.tar.gz
  sha256: aa1fcca1422df1ba239c506f8da2eaeb9e4c73bc7c8e599929dc1369b8a6a97a
  timestamp: 2024-06-05 12:08:45+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.128.0/hugo_extended_0.128.0_linux-amd64.tar.gz
  sha256: a39cd72eff188f8596f09f3a7db9195477c4ce21072d286832f9fde15ba5d336
  timestamp: 2024-06-25 18:07:47+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.128.0/hugo_extended_0.128.0_linux-arm64.tar.gz
  sha256: 509dad59c3b9e0ce6c63aaacb814b75b836bac882935ec86e946a53ec617e1c8
  timestamp: 2024-06-25 18:07:47+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.128.2/hugo_extended_0.128.2_linux-amd64.tar.gz
  sha256: a83253c155d76c197f1bee375662e3a2bc8c2335d2ffdfa7ec43e59c38c412c5
  timestamp: 2024-07-09 09:06:44+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.128.2/hugo_extended_0.128.2_linux-arm64.tar.gz
  sha256: 23f83541cf3dabef275263eb83c01da4cd969528637eccdfb946a46b2d6cf01e
  timestamp: 2024-07-09 09:06:44+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.129.0/hugo_extended_0.129.0_linux-amd64.tar.gz
  sha256: 14a4919808a10c876a2725dd0a119f979982c1636b099868fdbd358578093521
  timestamp: 2024-07-17 18:07:22+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.129.0/hugo_extended_0.129.0_linux-arm64.tar.gz
  sha256: 628e8c5dad51ee9b2cf114af2c3d31ef7d8c7d6e9ff3ef38e40849f1a9d489c2
  timestamp: 2024-07-17 18:07:22+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.130.0/hugo_extended_0.130.0_linux-amd64.tar.gz
  sha256: 9ac781d19ca65f1263695dd3f8c0e26e52fd42d67416a4ba78530f9f9508cc75
  timestamp: 2024-07-29 15:06:15+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.130.0/hugo_extended_0.130.0_linux-arm64.tar.gz
  sha256: 025785b56d6217d2528ad8782680332851acae0d78cc9f86a27f8e03ec1afa3c
  timestamp: 2024-07-29 15:06:15+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.131.0/hugo_extended_0.131.0_linux-amd64.tar.gz
  sha256: 88ba12c62772469695bff0ee0a724bf12922995243ed866076b165ad409de901
  timestamp: 2024-08-02 12:08:59+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.131.0/hugo_extended_0.131.0_linux-arm64.tar.gz
  sha256: c880bf5edc178bc26c69385f527cc8b230de9174bafdb3e04ce5496dd668b397
  timestamp: 2024-08-02 12:08:59+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.132.0/hugo_extended_0.132.0_linux-amd64.tar.gz
  sha256: 47a47f9b008135461e7ef062ee164e78075537ca301ab5422513fef58e502f02
  timestamp: 2024-08-12 18:08:07+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.132.0/hugo_extended_0.132.0_linux-arm64.tar.gz
  sha256: 9adff0ec1bd7e0a4bb53056dd0524e58b254415ac11da88569779c0884931b73
  timestamp: 2024-08-12 18:08:07+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.132.1/hugo_extended_0.132.1_linux-amd64.tar.gz
  sha256: 4280ee4823e8035ef83d1e1948184b3e1fa44f2280ea7bb64be60818e2b6ff14
  timestamp: 2024-08-13 12:09:56+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.132.1/hugo_extended_0.132.1_linux-arm64.tar.gz
  sha256: fb71f36083c4562a12e6bc4effc006290fd1574755ebce9cdd1328533ccf5d51
  timestamp: 2024-08-13 12:09:56+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.132.2/hugo_extended_0.132.2_linux-amd64.tar.gz
  sha256: fd137299af08f1c96cec701a1f5f8d1aae6129195983d2a00c152cb5df7ff563
  timestamp: 2024-08-14 18:07:08+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.132.2/hugo_extended_0.132.2_linux-arm64.tar.gz
  sha256: 9bf35d4d065800e4d242ec8d6033d4653782875409191dbd6c27096cdf7a2716
  timestamp: 2024-08-14 18:07:08+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.133.0/hugo_extended_0.133.0_linux-amd64.tar.gz
  sha256: 372530e2de9ae74087a987ca841429390a055123b8a4dec665cc601f10dc8e6e
  timestamp: 2024-08-17 21:05:52+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.133.0/hugo_extended_0.133.0_linux-arm64.tar.gz
  sha256: 159404a685eab33cec2c1efa93e3469066ed26e207f447a43426be3f5b851840
  timestamp: 2024-08-17 21:05:52+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.133.1/hugo_extended_0.133.1_linux-amd64.tar.gz
  sha256: 9cd1b2acffbf6e90b3e9195084fb7968a552addb01077ccd9a6bdaec0d37728d
  timestamp: 2024-08-26 15:05:57+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.133.1/hugo_extended_0.133.1_linux-arm64.tar.gz
  sha256: 21ac15df308ddbef262e7150c011804d17df19aa9e0a45333085e050913c88e8
  timestamp: 2024-08-26 15:05:57+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.134.0/hugo_extended_0.134.0_linux-amd64.tar.gz
  sha256: 72abbda319d7c44d3db5ab1319ea95997cfbacf410951744169509c324916779
  timestamp: 2024-09-03 15:06:04+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.134.0/hugo_extended_0.134.0_linux-arm64.tar.gz
  sha256: 24c99e83b04f8c4136d0064e212b0be95bf6fab966365d1da257540516635210
  timestamp: 2024-09-03 15:06:04+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.134.1/hugo_extended_0.134.1_linux-amd64.tar.gz
  sha256: 470b2d8bac25edcd5c9fa65a58dc2d24b60d0c2097ecec05083aae409eda12ef
  timestamp: 2024-09-05 12:09:50+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.134.1/hugo_extended_0.134.1_linux-arm64.tar.gz
  sha256: efa1aaf1e09e04d4387fa63b8bd06054b3edd72bad6f30b828724b91b764155f
  timestamp: 2024-09-05 12:09:50+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.134.2/hugo_extended_0.134.2_linux-amd64.tar.gz
  sha256: 5f6677229e3bbe4f94a3bbdcd885e0659e76098bb86f5cae00f6a2af2c2d5476
  timestamp: 2024-09-10 15:05:56+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.134.2/hugo_extended_0.134.2_linux-arm64.tar.gz
  sha256: e253dd06c3ae926691ce2c6faaa708603ab8388f8f246edcb1e2fc5f237ebed8
  timestamp: 2024-09-10 15:05:56+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.134.3/hugo_extended_0.134.3_linux-amd64.tar.gz
  sha256: 951159f83e7b9e259b60fbc8c92dfc88ccc827f3e1a67461be13b76577edddde
  timestamp: 2024-09-19 18:07:37+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.134.3/hugo_extended_0.134.3_linux-arm64.tar.gz
  sha256: 6212ca518f853a0fda3024f700a73c70574ee5e9ec2aa8a6700c310b2b194388
  timestamp: 2024-09-19 18:07:37+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.135.0/hugo_extended_0.135.0_linux-amd64.tar.gz
  sha256: 9280fde7d58a23fa605286e2672d796d0fce05e491e059aa32edb5429036f692
  timestamp: 2024-09-27 15:06:15+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.135.0/hugo_extended_0.135.0_linux-arm64.tar.gz
  sha256: 22b97728203c18aeffc03badc025caee57c100fd9127cf6c11f24565389a4915
  timestamp: 2024-09-27 15:06:15+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.136.0/hugo_extended_0.136.0_linux-amd64.tar.gz
  sha256: 9f93f8a9b55c5ab643457eadfbb0b40887ad6b5cf98582035e451b8100310f69
  timestamp: 2024-10-15 15:06:15+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.136.0/hugo_extended_0.136.0_linux-arm64.tar.gz
  sha256: d8017758c446c47c0d539516346a14bc215c32167a7f78b8847688f348f85524
  timestamp: 2024-10-15 15:06:15+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.136.1/hugo_extended_0.136.1_linux-amd64.tar.gz
  sha256: 956b266b4fe5021e9892c3dcdaf4fcb11d98d37e595a147784ecd5d3ef1cb8e1
  timestamp: 2024-10-16 18:08:00+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.136.1/hugo_extended_0.136.1_linux-arm64.tar.gz
  sha256: 74ef01044ce5fc8fe53c0bc1d03e03710e9b9a73a492a30d5d5eceef60b95940
  timestamp: 2024-10-16 18:08:00+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.136.2/hugo_extended_0.136.2_linux-amd64.tar.gz
  sha256: 729a6ff6ebb0578b33a29ade327c999d520ff4361c48fe0429c43511bfb526d2
  timestamp: 2024-10-17 15:06:16+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.136.2/hugo_extended_0.136.2_linux-arm64.tar.gz
  sha256: a1e166afa44276ecd0eee23f4216379c59ad999897a4411a71a4b4160022a4de
  timestamp: 2024-10-17 15:06:16+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.136.3/hugo_extended_0.136.3_linux-amd64.tar.gz
  sha256: d36cf1ca536cb16a4348bdec9b12fcafc4ddc8ce9646d6d9e40a63dc610dfc86
  timestamp: 2024-10-21 15:06:46+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.136.3/hugo_extended_0.136.3_linux-arm64.tar.gz
  sha256: f74e2c9b6ce86f2114a0d6e28d0db806950104e40f163b98d7ed14ed8d0344eb
  timestamp: 2024-10-21 15:06:46+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.136.4/hugo_extended_0.136.4_linux-amd64.tar.gz
  sha256: 27e8deeb64c42f3a913aed7d206a19bac80a3ef5a345dc52c535c78db1a146fc
  timestamp: 2024-10-22 09:06:37+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.136.4/hugo_extended_0.136.4_linux-arm64.tar.gz
  sha256: 7ef2e51f4268f7b8012536b792b3fc6e9bbded7a3ff7dd64e0046a967bf27918
  timestamp: 2024-10-22 09:06:37+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.136.5/hugo_extended_0.136.5_linux-amd64.tar.gz
  sha256: b7be7c1abb0b077ce079f634c479791dfadaaf3236fa47948b0290a6b0bf70ff
  timestamp: 2024-10-24 15:06:32+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.136.5/hugo_extended_0.136.5_linux-arm64.tar.gz
  sha256: 8ebc7f58b7a188b608aa851788d1e490a9ebe4857dfb9238ab70ea93be08d9c4
  timestamp: 2024-10-24 15:06:32+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.137.0/hugo_extended_0.137.0_linux-amd64.tar.gz
  sha256: a3f9b5a17f43db3860b19a0b1341e13c9186401f3f5f8e3211b036cf0796bde7
  timestamp: 2024-11-04 18:07:52+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.137.0/hugo_extended_0.137.0_linux-arm64.tar.gz
  sha256: 72991c27f9b968ff3f68d2044c18627c2d161f2b26e1ef7e7ae6a52dd0f78c7f
  timestamp: 2024-11-04 18:07:52+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.137.1/hugo_extended_0.137.1_linux-amd64.tar.gz
  sha256: f4d0cd1264c9e38c3dcc32417d8c3ff5f5ae4a41fe82a3399b0fd6ab6f004891
  timestamp: 2024-11-05 12:10:49+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.137.1/hugo_extended_0.137.1_linux-arm64.tar.gz
  sha256: 5a53bb17e963b21abb26f726c290027819b58aba0384d23c7a34b9c7f8e4b0b1
  timestamp: 2024-11-05 12:10:49+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.138.0/hugo_extended_0.138.0_linux-amd64.tar.gz
  sha256: 0c3e2c28f23c6c7249c81f01c16f588ac7a51dba2b4915dde48e098568e9d263
  timestamp: 2024-11-06 12:10:40+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.138.0/hugo_extended_0.138.0_linux-arm64.tar.gz
  sha256: ea3da7402e9bc581ca8b258dccddd39a57bd5d330f087f7e54f06b7f9b872c87
  timestamp: 2024-11-06 12:10:40+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.139.0/hugo_extended_0.139.0_linux-amd64.tar.gz
  sha256: c3b60907624cacd64c92b53b8b17ead611100d66072836c3c15361929567bf65
  timestamp: 2024-11-18 18:08:15+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.139.0/hugo_extended_0.139.0_linux-arm64.tar.gz
  sha256: cd837c10b32cbffbaaec6e5f51312d6c106f7f6fad3ab706fbb37ca478973b4e
  timestamp: 2024-11-18 18:08:15+00:00

Badge

WakeMeOps

[![WakeMeOps](https://docs.wakemeops.com/badges/hugo.svg)](https://docs.wakemeops.com/packages/hugo)
<a href="https://docs.wakemeops.com/packages/hugo">
  <img src="https://docs.wakemeops.com/badges/hugo.svg"/>
</a>
.. image:: https://docs.wakemeops.com/badges/hugo.svg
:target: https://docs.wakemeops.com/packages/hugo