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.140.0*

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

Download URLs

Version SHA256 Size (KB)
0.140.0 70fa1a301b2eab6050a2a91b26b22e8c4d3feb3344d2ef56462488e1366ba44c 12986
0.139.4 6455c19a42254762e8ca1e5b199bd80e8de20ee34cf786bd91f011a5163cee62 12924
0.139.3 5e04dfe88ee4b57f742703fd1de4c0ffdfa53f05b26dd84958c20e0dbad66617 12928
0.139.2 4ea3e49a6b33ed7c0583c66aca9d878c9b5dfe4500139811b0ec250e9105a6f4 12834
0.139.1 ee7967d65258c0a10fc39c83810e862d9513a927b6d321d4b1428bf1d76fe51e 12841
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
Version SHA256 Size (KB)
0.140.0 5b7d4dbdf75646737b46d4c714b7fe88d2068b853f06aa2a0bda264701626c41 11147
0.139.4 b1ec358e10f599cffc0dd8c7fbd1137e26cdbcf11b41acccb2472b26453e8fb0 11083
0.139.3 06b8fff225fe551c00504c14e4c36940314c7d62d02adce8c3ddd79304493d43 11084
0.139.2 4b1e5962278c8934cad66a68fe0b908145c71387da0b4f150af87d31878b34b1 11008
0.139.1 b067a13b1f2b9ebfc267f17236cb0767e4e6926a8e506783c839a909b06a97ce 11007
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

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.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
    - 0.139.1
    - 0.139.2
    - 0.139.3
    - 0.139.4
    - 0.140.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.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
- url: https://github.com/gohugoio/hugo/releases/download/v0.139.1/hugo_extended_0.139.1_linux-amd64.tar.gz
  sha256: 27923189fe0b24f65a509190361a62f04cbc0132de8cedee7c1e272f6ccecbf9
  timestamp: 2024-11-23 15:06:04+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.139.1/hugo_extended_0.139.1_linux-arm64.tar.gz
  sha256: 013f596325b6f178dccec543ab7c795656c01abd619b057f65b1075433a55cd6
  timestamp: 2024-11-23 15:06:04+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.139.2/hugo_extended_0.139.2_linux-amd64.tar.gz
  sha256: 91a2e94fd9614e66c742bc19188db98da6886dd6cf6483509a2a3041564822bb
  timestamp: 2024-11-23 18:07:08+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.139.2/hugo_extended_0.139.2_linux-arm64.tar.gz
  sha256: 877645fd51ea991077fbdd6cbf274dcfeb6db6c0a9bfb42ca981a251f30e882e
  timestamp: 2024-11-23 18:07:08+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.139.3/hugo_extended_0.139.3_linux-amd64.tar.gz
  sha256: 16db2268faf7551d83a1765d1071953f3f6d2da54b4247a8944d6f311d88c3ad
  timestamp: 2024-11-29 18:08:08+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.139.3/hugo_extended_0.139.3_linux-arm64.tar.gz
  sha256: bfcbc595c9aa33deb3b36b1bd9bcba7eb6a4707b2838ef417eafd7a0f1ab36f9
  timestamp: 2024-11-29 18:08:08+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.139.4/hugo_extended_0.139.4_linux-amd64.tar.gz
  sha256: 2b2405f9e1e4e0827a9d7d3c3d76dbcc8559aa6d9ba2f710f5335e9356172613
  timestamp: 2024-12-09 21:06:26+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.139.4/hugo_extended_0.139.4_linux-arm64.tar.gz
  sha256: d03f41c43e8d4bea5af11eb2cca8129c049d099b6bf05c555ae1eb97a781feed
  timestamp: 2024-12-09 21:06:26+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.140.0/hugo_extended_0.140.0_linux-amd64.tar.gz
  sha256: 32c4d831b54d18915324308c58fd4faf7e96052b92633ed66d4a474efb6d122f
  timestamp: 2024-12-17 15:06:51+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.140.0/hugo_extended_0.140.0_linux-arm64.tar.gz
  sha256: 87822294f25ac55a2250d4bf56f8ace3fca2c1359156c94e79fb19b27dbdba1a
  timestamp: 2024-12-17 15:06:51+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