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

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

Download URLs

Version SHA256 Size (KB)
0.152.2 0478e7970ea86eca26d5a6499d468f3ab2ef755b4f2d334bc13a2abbdf297156 13728
0.152.1 f09684997599c7d68f0b7836f12528da464e153ddad71cbe1b6b712db487f238 13724
0.152.0 ff50c8f8f51d4190c96984281be20949b6e589c7f8299e560d94677517f90c18 13719
0.151.2 9bf4194504268a70d7c2248c310b9ebf349081947eca04fa04607dc76bef67ca 13606
0.151.1 88552204f6d1850aead2344585a03d5362a95009b8281fd5c15d1e3b6f369930 13610
0.151.0 97c32415c25ac47507dc4fb270503f2d43723dde98b5a47d26e05ec34d47b802 13590
0.150.1 195bedc40ca9dce4f1fbe2fc4a0e88237237d55a4421642260fb9648159a8892 13491
0.150.0 3ae32ae5e7ac6d96bc691458e77433d11e6e9602d963a645752bd45543c4a13a 13494
0.149.1 e510335cec9bc28127b82128f19810674d85f7de99bcf7506a602ae97703ca53 13485
0.149.0 e73bf10445f64715886b7a6af24fc129a9ef0bacdcee4876da74edfadca40d54 13480
Version SHA256 Size (KB)
0.152.2 7564e450c8546b6bd8557dc1526d9bcf66a9593572e866eeb3ba593d9cb70edf 11674
0.152.1 98147fc5b669a3a688e4b4002af27906e23477ad756dda0d2e8a46ea22742e56 11680
0.152.0 85fb87c626f49090e31dca7d5a3ae240c7fa0de515e1e6a2c752742eabf69f1f 11674
0.151.2 b997c80cf16120c5f1425469938a6abee566ea43b382eba50b87e236af9ef135 11563
0.151.1 9979b0db0959b18891b59515bbfd4e37ce5834cf5e75debe80a07d69b55b867a 11559
0.151.0 1587905cfd1f0cb55e4f249ee550c86fdf069a495957810201aa6b0d8511efd1 11548
0.150.1 42bc050d2f2b8d4e2e0b712501b71ebf6ca481e3ebd297c4dc8f4880a858bd32 11453
0.150.0 43f1413de70ebc817b2a2c1c4dc35daa30203b4c66a17d7def91b5e19d9db085 11447
0.149.1 0d6baddcae62248936c79c1eaf84bcd36faad170fe3047e49df07fbb57fe91ea 11448
0.149.0 0b6033e46e51b2293e68ba101751fff78e1afd2743e032c884fe6fb5e0572f80 11446

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.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
    - 0.140.1
    - 0.140.2
    - 0.142.0
    - 0.143.0
    - 0.143.1
    - 0.144.2
    - 0.145.0
    - 0.146.5
    - 0.147.0
    - 0.147.1
    - 0.147.2
    - 0.147.5
    - 0.147.6
    - 0.147.7
    - 0.147.8
    - 0.147.9
    - 0.148.1
    - 0.148.2
    - 0.149.0
    - 0.149.1
    - 0.150.0
    - 0.150.1
    - 0.151.0
    - 0.151.1
    - 0.151.2
    - 0.152.0
    - 0.152.1
    - 0.152.2
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.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.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
- url: https://github.com/gohugoio/hugo/releases/download/v0.140.1/hugo_extended_0.140.1_linux-amd64.tar.gz
  sha256: 7eef6ee9143add2827e29eac370ee4e39f9d2edddc83539c7e9f3fead7e0f72f
  timestamp: 2024-12-23 18:08:07+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.140.1/hugo_extended_0.140.1_linux-arm64.tar.gz
  sha256: cdc5c9fe9214aa86a20d862cde43751960efc9870d89d6ca4ea1de04142a2b4d
  timestamp: 2024-12-23 18:08:07+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.140.2/hugo_extended_0.140.2_linux-amd64.tar.gz
  sha256: efafaa07af0b00fcca685e2241a9ea9892960efb7d03d63e2cf5e50fd5f1f617
  timestamp: 2024-12-30 18:08:15+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.140.2/hugo_extended_0.140.2_linux-arm64.tar.gz
  sha256: fbfcd0e3e4318bbd11d4bf7c1766c682940e1c7bbd7f012d530eb92173c7d200
  timestamp: 2024-12-30 18:08:15+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.142.0/hugo_extended_0.142.0_linux-amd64.tar.gz
  sha256: 7e0d180a7004519cc794ab76f1c70fa6c9572838528d9787fb13ab4934f4af28
  timestamp: 2025-01-28 09:07:23+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.142.0/hugo_extended_0.142.0_linux-arm64.tar.gz
  sha256: 341941d16c896bcfd49994253fd4a3f9ce75b32181fa2f216c234a0a8bd7c9c2
  timestamp: 2025-01-28 09:07:23+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.143.0/hugo_extended_0.143.0_linux-amd64.tar.gz
  sha256: 5088bc295316ff3ae1bb468365e88a48b4415ca38ba205e899d9447b24c0a4fe
  timestamp: 2025-02-01 18:06:57+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.143.0/hugo_extended_0.143.0_linux-arm64.tar.gz
  sha256: df534187ee58b2caac077197a87a4434ed85fdd6de077cf3335162aeeaa4eb3b
  timestamp: 2025-02-01 18:06:57+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.143.1/hugo_extended_0.143.1_linux-amd64.tar.gz
  sha256: 28d8b73dc6f334c70e1e4324c3bc109810d91964b37dee384a70d6636c5d1066
  timestamp: 2025-02-04 12:10:58+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.143.1/hugo_extended_0.143.1_linux-arm64.tar.gz
  sha256: 3b65729d592ba10b337e2abce0a38e723423f5f0c13ac908eb4d70bc4f746553
  timestamp: 2025-02-04 12:10:58+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.138.0/hugo_extended_0.138.0_linux-amd64.tar.gz
  sha256: b72cccaba0282f0d4a41ebeed71342792d24b2a634a35831dbce99c0689ea53f
  timestamp: 2025-02-10 09:15:21+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.138.0/hugo_extended_0.138.0_linux-arm64.tar.gz
  sha256: 5e2c88fe7f104f22622afa93a7adfc8b3e0a9320b607293665b3aabafb751c17
  timestamp: 2025-02-10 09:15:21+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.144.2/hugo_extended_0.144.2_linux-amd64.tar.gz
  sha256: 961b258ba2478bec4b2756be4f8982b221bf2d6c1b20f0727ad86e84677053d9
  timestamp: 2025-02-20 16:07:15+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.144.2/hugo_extended_0.144.2_linux-arm64.tar.gz
  sha256: 5d0756c3e72a7386f3a3fcd432789c39c3d1239715e147c63bd7a73bbfcfc93f
  timestamp: 2025-02-20 16:07:15+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.145.0/hugo_extended_0.145.0_linux-amd64.tar.gz
  sha256: 7c7468946da8fa282508e5bf3b8d6e972f3cae41e826d45b4a9aa9a104a74ae4
  timestamp: 2025-03-13 09:08:24+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.145.0/hugo_extended_0.145.0_linux-arm64.tar.gz
  sha256: ec6543e43efc96dd40aacb578413bb3d0532a3e8898d49edff6528f06333866e
  timestamp: 2025-03-13 09:08:24+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.146.5/hugo_extended_0.146.5_linux-amd64.tar.gz
  sha256: eb89d48b2eb4645b8fe1c80b01845504eaa8f074a38122fc8b860edfa71d15f1
  timestamp: 2025-04-16 15:08:51+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.146.5/hugo_extended_0.146.5_linux-arm64.tar.gz
  sha256: 8318167ced2f2a40338a960372865f6f167f2d6d5a37abc68b804d0de78b4404
  timestamp: 2025-04-16 15:08:51+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.147.0/hugo_extended_0.147.0_linux-amd64.tar.gz
  sha256: 8dc6e2d7c7c1a3ecf7abf756068af1b30c8197108ae0cc7ffd83ef2b88f0c26d
  timestamp: 2025-04-29 18:10:09+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.147.0/hugo_extended_0.147.0_linux-arm64.tar.gz
  sha256: dc85bc0101c03a8eb5238bbc1e44ed9ce586f4eb294696f9f8d8a6d4232934b5
  timestamp: 2025-04-29 18:10:09+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.147.1/hugo_extended_0.147.1_linux-amd64.tar.gz
  sha256: 7822d40360c8123a624ac8f3e4305b83908dd76cc7885ae4b00e985dac0b920f
  timestamp: 2025-05-02 00:31:12+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.147.1/hugo_extended_0.147.1_linux-arm64.tar.gz
  sha256: c61466b4fda9bcfaba34a7e89dca21dc5a9d8f2fcf8372d101c6ffa7d163d7a9
  timestamp: 2025-05-02 00:31:12+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.147.2/hugo_extended_0.147.2_linux-amd64.tar.gz
  sha256: 7421af4652884079cde6ddf3c4b9484f24799780789a84d41a673b477cfb8c8a
  timestamp: 2025-05-06 15:08:51+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.147.2/hugo_extended_0.147.2_linux-arm64.tar.gz
  sha256: 1f788c5dd4260bb3ecebd3da5d3e6a0680bb5e888fe558ce4a4f5e137e6977a0
  timestamp: 2025-05-06 15:08:51+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.147.5/hugo_extended_0.147.5_linux-amd64.tar.gz
  sha256: 734d1db3c6f42f6f353f4a6a7d345057b442a33e1ecacc2434d5421d33720aea
  timestamp: 2025-05-25 09:07:55+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.147.5/hugo_extended_0.147.5_linux-arm64.tar.gz
  sha256: 3a3c0de0d75a2e63d314e1a52f705d7cfc56588299f62cc8a20549f867b8c728
  timestamp: 2025-05-25 09:07:55+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.147.6/hugo_extended_0.147.6_linux-amd64.tar.gz
  sha256: 7381ce7bb2129a5e3ea74fa924d9ac89d1df01dd30d6df3c00ad77b83788efa1
  timestamp: 2025-05-27 12:12:03+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.147.6/hugo_extended_0.147.6_linux-arm64.tar.gz
  sha256: 6ecf715e67b21427541b3678a7529dd9e457ef27611c846f1c8116b7e8c7f6b3
  timestamp: 2025-05-27 12:12:03+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.147.7/hugo_extended_0.147.7_linux-amd64.tar.gz
  sha256: b0e6ce223e1b422abbb04adf2a3831562c408b89dfbd72897cceff46e6a49c54
  timestamp: 2025-05-31 15:06:11+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.147.7/hugo_extended_0.147.7_linux-arm64.tar.gz
  sha256: d6192705e17af107e952506246d7b5c48d2bf88bd7b94316c7c51079e0acca95
  timestamp: 2025-05-31 15:06:11+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.147.8/hugo_extended_0.147.8_linux-amd64.tar.gz
  sha256: 97702d73bb611a2995009dfcdc083ef173464fcca4e191d6313c2e465a6a3121
  timestamp: 2025-06-07 15:06:18+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.147.8/hugo_extended_0.147.8_linux-arm64.tar.gz
  sha256: 5657937d09de13d9463c66638b2acc6077913de3ddcf864b2af3bc43e976fbb5
  timestamp: 2025-06-07 15:06:18+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.147.9/hugo_extended_0.147.9_linux-amd64.tar.gz
  sha256: cb077c25518c9263cd506baa2cec7016c41100b1ab4df1c93c110ff1718c98fc
  timestamp: 2025-06-23 09:09:46+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.147.9/hugo_extended_0.147.9_linux-arm64.tar.gz
  sha256: e340a4192ef392ef4ef20bf736bf3f17e2b9651e86e31a71f5a48831ebdd2a76
  timestamp: 2025-06-23 09:09:46+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.148.1/hugo_extended_0.148.1_linux-amd64.tar.gz
  sha256: 7059e6037aacd7530482985db89420f22a554138a38b748c887873827a8447d5
  timestamp: 2025-07-18 12:04:46+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.148.1/hugo_extended_0.148.1_linux-arm64.tar.gz
  sha256: 40697173a737d5760fc7d2691ca36f0d71be2b2f33ef179ccd2545908d03fc5f
  timestamp: 2025-07-18 12:04:46+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.148.2/hugo_extended_0.148.2_linux-amd64.tar.gz
  sha256: dff500ade0d4b999ab0c680f4c6123756bb86904b5924d68c0e8ffb260195277
  timestamp: 2025-07-27 18:02:54+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.148.2/hugo_extended_0.148.2_linux-arm64.tar.gz
  sha256: ee9f0cb1e1902137a3d740e046e237e44f8a74afd21332d7ee746640a2deeb29
  timestamp: 2025-07-27 18:02:54+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.149.0/hugo_extended_0.149.0_linux-amd64.tar.gz
  sha256: 7c03691171736055addb9ed50733207b1c9c082206c4a9da2d4c29893ef9f3a1
  timestamp: 2025-08-27 18:02:55+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.149.0/hugo_extended_0.149.0_linux-arm64.tar.gz
  sha256: 91d9663b417e8b38693cb4f097095a96a62bd1fb8cba9f0b989c3dd1170bdf5d
  timestamp: 2025-08-27 18:02:55+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.149.1/hugo_extended_0.149.1_linux-amd64.tar.gz
  sha256: 8e61340fb84cd031097d2cfd4233ad9077576975a4ce0189e5ba1120e3cad553
  timestamp: 2025-09-04 18:02:58+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.149.1/hugo_extended_0.149.1_linux-arm64.tar.gz
  sha256: f800b933687354a462dc9f69e4e3fac28c9d754455556ea911d77f456616d92b
  timestamp: 2025-09-04 18:02:58+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.150.0/hugo_extended_0.150.0_linux-amd64.tar.gz
  sha256: d7348b78e8bbaf41a5ead308d3d4108bf18f2fb3fa203d3f0d99afa1c00bd096
  timestamp: 2025-09-08 18:02:59+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.150.0/hugo_extended_0.150.0_linux-arm64.tar.gz
  sha256: 9416d465021a683f0365c2e7e6cc6235508fb4ae541c74bf3bd7663af62d8e15
  timestamp: 2025-09-08 18:02:59+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.150.1/hugo_extended_0.150.1_linux-amd64.tar.gz
  sha256: e1248fa077d99232794e38df5ec533494993aafafca1ae3e331a4ed629079ed6
  timestamp: 2025-09-25 12:03:47+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.150.1/hugo_extended_0.150.1_linux-arm64.tar.gz
  sha256: 512c343f6fd051499ff2e9716ba1a9a678cb9b28602c155f25db43dab8df2352
  timestamp: 2025-09-25 12:03:47+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.151.0/hugo_extended_0.151.0_linux-amd64.tar.gz
  sha256: f2fe3b4ef90bf053d93c713eca1d4d5a467d8d2d5da858a448d55eb71ad44ddf
  timestamp: 2025-10-02 18:03:04+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.151.0/hugo_extended_0.151.0_linux-arm64.tar.gz
  sha256: b460413b756e477ed2c4273941bee6174576449c1125bc125a276b67c3529270
  timestamp: 2025-10-02 18:03:04+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.151.1/hugo_extended_0.151.1_linux-amd64.tar.gz
  sha256: f23227d70443f19dccce789e2a41bc126011b6c662f0ea5f67321413cf800a64
  timestamp: 2025-10-15 18:03:11+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.151.1/hugo_extended_0.151.1_linux-arm64.tar.gz
  sha256: bfc2c3f13392e859a1712e6908550092c75936ff374628fb01f139e3e9fbc610
  timestamp: 2025-10-15 18:03:11+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.151.2/hugo_extended_0.151.2_linux-amd64.tar.gz
  sha256: 62b7d5497a6a76315ac5c8570d463da37d144edcc4460177da3df60bbca85d2a
  timestamp: 2025-10-16 18:03:09+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.151.2/hugo_extended_0.151.2_linux-arm64.tar.gz
  sha256: 30188b53652bd7aa3b8108a5c33088d123fe90c37d71fad06f3e3ff52cb0cf4f
  timestamp: 2025-10-16 18:03:09+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.152.0/hugo_extended_0.152.0_linux-amd64.tar.gz
  sha256: 882dccd5a89d26f6ecdde15626d1f5844fc654963d91ebf701291d36cc52a54d
  timestamp: 2025-10-21 18:03:22+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.152.0/hugo_extended_0.152.0_linux-arm64.tar.gz
  sha256: 31d140821da404fa3ba4cdfa40c044f14d99d5d3e98db9808aa0b6a4d90068de
  timestamp: 2025-10-21 18:03:22+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.152.1/hugo_extended_0.152.1_linux-amd64.tar.gz
  sha256: 797cbe9ecad557a462aef6d2d3d0989fe600438407172960dfbf875981d0fe45
  timestamp: 2025-10-23 00:08:12+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.152.1/hugo_extended_0.152.1_linux-arm64.tar.gz
  sha256: a10c5a6f4e87d8af4da5c8767262b554e8948ea6cbfa8cdfc958fab56c59b52d
  timestamp: 2025-10-23 00:08:12+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.152.2/hugo_extended_0.152.2_linux-amd64.tar.gz
  sha256: 416bcfbdf5f68469ec9644dbe507da50fc21b94b69a125b059d64ed2cb4d8c27
  timestamp: 2025-10-24 18:03:13+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.152.2/hugo_extended_0.152.2_linux-arm64.tar.gz
  sha256: dc070bfcc2803f068f21c6cb996a6782c8f9a2477be24bab574d51b6b280d241
  timestamp: 2025-10-24 18:03:13+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