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

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

Download URLs

Version SHA256 Size (KB)
0.124.1 6041846cb5987dd215362c00b69d90a4e1c3d3e710284e166d43657513eb35a5 15378
0.124.0 b66a933229f4910ea177852235a3dbd54b40b1eb04e0f141455862a27289bf9c 15371
0.123.8 c0b28fcbdf2eab21d5e5f3782a428b503d8af5726cb6d006626244d13f7a7354 15354
0.123.7 f50123a2a522391000fc4c1d5f20173900c320de2303dcb46700be7ded0904c8 15349
0.123.6 8dad3e0e8a236dd0e6807f1b5d5e53f17af5f6402ae887380c96357ab90036ee 15360
0.123.5 d9a3c3fa12c4afe5148779d0bc0e384449f1312ae1a9a6e59f2e69930891dc7f 15346
0.123.4 fc49c7fbd35a4b2f70359a9d970de5cb5da7ffe7156843f1f121273dd34a7235 15358
0.123.3 1bbb8665eac0209b7f6d16e29a43b8c75c0c6c7667348920d9a4ed13bbad4281 15350
0.123.2 64910ffeb598d67a8fc15b632e57f01c94219df939f90317ea46ade2ff79df40 15355
0.123.1 4e836d802ce44f4bae03d4fa16d0738cea2c135ee38cef4399c9cd06b7be3147 15346
Version SHA256 Size (KB)
0.124.1 0e9e15712293164ec5a80b6de52d8e07a9c5eebd26ec7d9707169b4377dfcbf8 13144
0.124.0 6e01d235037ab5ac339d0746095530089c872d066101bdcc63630e7d3e09573d 13143
0.123.8 0023f079e3ca153f44cef40de632d549454e1d2f2af55e5fd54dfe2821288813 13128
0.123.7 5d5022601a66007e0b27d87c83295404d9f398458c06412eb309276c02d77d59 13129
0.123.6 e66d01272010527f9c0a515e37b3b2574646110bb47f30e1dcea3f99377241bb 13122
0.123.5 a851cd7b7c4540e01334741b044681b9fada92d5b0bda37cb1b6e277c27db3a3 13121
0.123.4 b5d440e921b116e65bd26602134ce1f05f9b0e67a8aaac1c71e0abf0c47f6514 13130
0.123.3 61aed1e5f0f21bdcecd2c77909ce28f70dc249acf447918e5294a6df91b116a3 13130
0.123.2 2cffaa90e621131d5614ddfc4f34854b5e5f86cb8ab8c1288c2c4133d851c756 13126
0.123.1 a27cd33b7c1058a8fa53cac01e4f6da34f3e957c79541b969cdf55c082df0953 13130

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.106.0
    - 0.107.0
    - 0.108.0
    - 0.109.0
    - 0.110.0
    - 0.111.1
    - 0.111.2
    - 0.111.3
    - 0.112.0
    - 0.112.1
    - 0.112.2
    - 0.112.3
    - 0.112.5
    - 0.112.6
    - 0.112.7
    - 0.113.0
    - 0.114.0
    - 0.114.1
    - 0.115.0
    - 0.115.1
    - 0.115.2
    - 0.115.3
    - 0.115.4
    - 0.116.0
    - 0.116.1
    - 0.117.0
    - 0.118.2
    - 0.119.0
    - 0.120.0
    - 0.120.1
    - 0.120.2
    - 0.120.3
    - 0.120.4
    - 0.121.0
    - 0.121.1
    - 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
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.106.0/hugo_extended_0.106.0_linux-amd64.tar.gz
  sha256: b283d4f7947ec2bb8522b7cd8c5588126185dc65abfd3c82d44cdeb3d5f7f07c
  timestamp: 2023-03-29 10:34:13+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.106.0/hugo_extended_0.106.0_linux-arm64.tar.gz
  sha256: ba6a087791b747948ca282b628cb5d185e5ca6d49d715e76bf3df23dce822e17
  timestamp: 2023-03-29 10:34:13+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.107.0/hugo_extended_0.107.0_linux-amd64.tar.gz
  sha256: 00ab0be41de3d58d1f55e80599470bb2a2f4336f2e950d7c3a629ab8e60f7b58
  timestamp: 2023-03-29 10:34:13+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.107.0/hugo_extended_0.107.0_linux-arm64.tar.gz
  sha256: 0a913b1c5dbba555dec193276751e3eaadd2541cac7256e2f4d26f5d3519d304
  timestamp: 2023-03-29 10:34:13+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.108.0/hugo_extended_0.108.0_linux-amd64.tar.gz
  sha256: e44680f508621f600d7c6e148a7da6c42a3b2e152369b7c74421287040f4318a
  timestamp: 2023-03-29 10:34:13+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.108.0/hugo_extended_0.108.0_linux-arm64.tar.gz
  sha256: 9781d00e66b82354c7c0147f8e2c958562723f90edd25a42e60b8352fa539463
  timestamp: 2023-03-29 10:34:13+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.109.0/hugo_extended_0.109.0_linux-amd64.tar.gz
  sha256: 42b866b58a6534e5ab82314a449bea4501ca3919f89906f141f13e9ea0b7a5f6
  timestamp: 2023-03-29 10:34:13+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.109.0/hugo_extended_0.109.0_linux-arm64.tar.gz
  sha256: 4da3ecbe0f9665666fc66cad5b7c16bc6d8ab33eabfe69b5c521a6926314e365
  timestamp: 2023-03-29 10:34:13+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.110.0/hugo_extended_0.110.0_linux-amd64.tar.gz
  sha256: 008519ae58e7650097da8d557d788841f057359b3b695508abcfa855e9779b38
  timestamp: 2023-03-29 10:34:13+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.110.0/hugo_extended_0.110.0_linux-arm64.tar.gz
  sha256: fa49e9631c6dc7be6398103be19eff56c62359061863e53952d1e4b5f307f298
  timestamp: 2023-03-29 10:34:13+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.111.1/hugo_extended_0.111.1_linux-amd64.tar.gz
  sha256: 9c759a0f9f9839e411af113e8c4a7e56b2ecf6acdb9337f41979f63859f543cb
  timestamp: 2023-03-29 10:34:13+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.111.1/hugo_extended_0.111.1_linux-arm64.tar.gz
  sha256: 22cc83a3ff39906a301adf407b74f9c2236f7114995634b78cde0e0eb02b6c6f
  timestamp: 2023-03-29 10:34:13+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.111.2/hugo_extended_0.111.2_linux-amd64.tar.gz
  sha256: 05103c182c92d0720eef8032910f9d42fc61f33cd50a46c0eb857b9142a58808
  timestamp: 2023-03-29 10:34:13+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.111.2/hugo_extended_0.111.2_linux-arm64.tar.gz
  sha256: 945234d93860d86241bad4367011892d345205e0dc574c65664d5b2516a1c654
  timestamp: 2023-03-29 10:34:13+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.111.3/hugo_extended_0.111.3_linux-amd64.tar.gz
  sha256: b382aacb522a470455ab771d0e8296e42488d3ea4e61fe49c11c32ec7fb6ee8b
  timestamp: 2023-03-29 10:34:13+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.111.3/hugo_extended_0.111.3_linux-arm64.tar.gz
  sha256: 695176416dbe09d8c84abeb093f5f27132e6811221569811c855b577122bd670
  timestamp: 2023-03-29 10:34:13+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.112.0/hugo_extended_0.112.0_linux-amd64.tar.gz
  sha256: d2b663b4ae29f519f5ecae3ad5a52ed1e99e54f886f44d6e918aaa99f82b926d
  timestamp: 2023-05-23 09:16:57+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.112.0/hugo_extended_0.112.0_linux-arm64.tar.gz
  sha256: 3a14fe00f62b1773069e29cd59bc5de11fa0c66bed0bba627bdeee26a1247c58
  timestamp: 2023-05-23 09:16:57+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.112.1/hugo_extended_0.112.1_linux-amd64.tar.gz
  sha256: e3725cfbdd8957830ec98a0a7b32298b8308d02622331213c6c914598d6a79cb
  timestamp: 2023-05-23 18:20:58+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.112.1/hugo_extended_0.112.1_linux-arm64.tar.gz
  sha256: d1cc0ed0481d2b462419f3da0a4f87d9c3d1b62f852b8f61cb3a7398920216fe
  timestamp: 2023-05-23 18:20:58+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.112.2/hugo_extended_0.112.2_linux-amd64.tar.gz
  sha256: 4b5fef9cb932d7120a3ec6c745a67353375c2895d22a5e4e502f4ac87a2c8176
  timestamp: 2023-05-24 12:32:59+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.112.2/hugo_extended_0.112.2_linux-arm64.tar.gz
  sha256: e9d41ec5c311666efaebc36700ee09be5be3504d0739e6cb731b0f1c0c32c45c
  timestamp: 2023-05-24 12:32:59+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.112.3/hugo_extended_0.112.3_linux-amd64.tar.gz
  sha256: 7afa9a042d821e55324eef08084b8e33d4c2e511c7a51fa2cad18eef679d6f4f
  timestamp: 2023-05-24 15:17:57+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.112.3/hugo_extended_0.112.3_linux-arm64.tar.gz
  sha256: 77290f7d4ecc0f76395b1d4cc2014f63706cc629aa00b0ff1a502fe473a1e367
  timestamp: 2023-05-24 15:17:57+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.112.5/hugo_extended_0.112.5_linux-amd64.tar.gz
  sha256: 026ee23dfffad910d2f85692b9ee3fff704f41858e48cc4a677aa702f9b39a3f
  timestamp: 2023-05-29 15:17:24+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.112.5/hugo_extended_0.112.5_linux-arm64.tar.gz
  sha256: af3a350ed2e9df2a9b89b070d11a3b328391855633b2fa077141ff4373527b74
  timestamp: 2023-05-29 15:17:24+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.112.6/hugo_extended_0.112.6_linux-amd64.tar.gz
  sha256: e51a304fe58bdd2e66fe6c6c3aaac453ea7bbb6dacb7513d056d529cdaeaa1da
  timestamp: 2023-06-01 12:34:46+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.112.6/hugo_extended_0.112.6_linux-arm64.tar.gz
  sha256: 2929d8d2fbe9f20098c9639b5167ab61b03a668b9dfaf061275f3a82b2a0d146
  timestamp: 2023-06-01 12:34:46+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.112.7/hugo_extended_0.112.7_linux-amd64.tar.gz
  sha256: 9ce76835f3010be72bd034fc9756cb200332f8e245bf653616036784621a120e
  timestamp: 2023-06-02 09:16:08+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.112.7/hugo_extended_0.112.7_linux-arm64.tar.gz
  sha256: a6cd3431c8ef3061d017d8ee7fb75bcba22d5db59a3b9d422a0ab07484dd6f44
  timestamp: 2023-06-02 09:16:08+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.113.0/hugo_extended_0.113.0_linux-amd64.tar.gz
  sha256: e04bccfa81df6c727f1c03bc858eb21d6f95123d311cafe245f4485d289123f3
  timestamp: 2023-06-05 18:20:17+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.113.0/hugo_extended_0.113.0_linux-arm64.tar.gz
  sha256: ba459a087a138d9ab80bbbfe54c7e0bb995bb53cbe326dfc383f30afd0cbcb1b
  timestamp: 2023-06-05 18:20:17+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.114.0/hugo_extended_0.114.0_linux-amd64.tar.gz
  sha256: b63d444de293c18d23dd1546d718e83ba6e2753d6cdb0be6e42dc7767ceb9f28
  timestamp: 2023-06-19 18:21:43+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.114.0/hugo_extended_0.114.0_linux-arm64.tar.gz
  sha256: 989f637ab7719aba889257f18e7acb9b2fc88fad95417c55087c1961085c87d5
  timestamp: 2023-06-19 18:21:43+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.114.1/hugo_extended_0.114.1_linux-amd64.tar.gz
  sha256: 862e7338439e91e8d9339ddb96484a29d492eea530eb808b1106c1f301b556f9
  timestamp: 2023-06-23 12:37:49+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.114.1/hugo_extended_0.114.1_linux-arm64.tar.gz
  sha256: 24c323cc659bc2c0a80a7be46a19579a66c790779ffcc9d6f285e5b5a94a4095
  timestamp: 2023-06-23 12:37:49+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.115.0/hugo_extended_0.115.0_linux-amd64.tar.gz
  sha256: e78a8e09b14045fec5dc4c33e5f14b0e006c5568700c1db23454b181628de34f
  timestamp: 2023-06-29 18:25:21+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.115.0/hugo_extended_0.115.0_linux-arm64.tar.gz
  sha256: 9b4f592e256fc67d1b35548003193fe390ed39600adf8411fce506cf51181688
  timestamp: 2023-06-29 18:25:21+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.115.1/hugo_extended_0.115.1_linux-amd64.tar.gz
  sha256: 54dda1d6b474c09b9ea09a3ab1d6a8700e94b2a1a188a94ce7204d46feb505b7
  timestamp: 2023-07-05 09:50:34+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.115.1/hugo_extended_0.115.1_linux-arm64.tar.gz
  sha256: 44a79e10334fc462f769437ac66162d097f69e9488f97b2c98ee51fbf97ac536
  timestamp: 2023-07-05 09:50:34+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.115.2/hugo_extended_0.115.2_linux-amd64.tar.gz
  sha256: 12d4d073c5c0d9b3f6979a39ff8c9173f60f69c634ed45a060a5e413a4db8a06
  timestamp: 2023-07-08 18:22:20+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.115.2/hugo_extended_0.115.2_linux-arm64.tar.gz
  sha256: bdff2419488cfe134231de16c499676ec5f40c414ec4bb1878e62f4f1d3e1975
  timestamp: 2023-07-08 18:22:20+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.115.3/hugo_extended_0.115.3_linux-amd64.tar.gz
  sha256: 1b7e271b57e94f0ed064fad08113fedc74915ba53b2dc1cc70a405788ef7a644
  timestamp: 2023-07-13 18:23:49+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.115.3/hugo_extended_0.115.3_linux-arm64.tar.gz
  sha256: d8cdcb21364c6de98fb6c80db9e873452f711be4e13e6f9790a711f11b63c455
  timestamp: 2023-07-13 18:23:49+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.115.4/hugo_extended_0.115.4_linux-amd64.tar.gz
  sha256: 383818188082ed40c5b6d7fcfcf91aff8ff92ed3490f202bf1cb6ffbd7c3052b
  timestamp: 2023-07-20 09:17:04+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.115.4/hugo_extended_0.115.4_linux-arm64.tar.gz
  sha256: 30eb3c59c413bb1ef2344da765ceb7723782299a53416281134a665d17dd822a
  timestamp: 2023-07-20 09:17:04+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.116.0/hugo_extended_0.116.0_linux-amd64.tar.gz
  sha256: 6a178a4bf21c0416478ceebb646809eb2683ef99ad3d43fb95b56bdc07c59213
  timestamp: 2023-07-31 15:18:31+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.116.0/hugo_extended_0.116.0_linux-arm64.tar.gz
  sha256: 662f9af6fe6d114fd3cf678ebd1c7252123798e3ec0be4719d0c7bb142c24c4c
  timestamp: 2023-07-31 15:18:31+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.116.1/hugo_extended_0.116.1_linux-amd64.tar.gz
  sha256: 7b8b0b1c58cfde0f564f91eb2444312208a5ab55756f92d07ff9bd2b452af231
  timestamp: 2023-08-01 09:16:29+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.116.1/hugo_extended_0.116.1_linux-arm64.tar.gz
  sha256: f184de046e61020f5baf9c93b85c2d487fa5a5fe8f58216d585247ac983c3743
  timestamp: 2023-08-01 09:16:29+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.117.0/hugo_extended_0.117.0_linux-amd64.tar.gz
  sha256: 5d136420680ce3ccd6b1f1824332f8e2c97a802890e7b25d14f7e5f343f724a9
  timestamp: 2023-08-07 15:17:17+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.117.0/hugo_extended_0.117.0_linux-arm64.tar.gz
  sha256: 64f47587cfada4e5d0467199bca8841c91bc820e68604393f5abe04e8c90f0f5
  timestamp: 2023-08-07 15:17:17+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.118.2/hugo_extended_0.118.2_linux-amd64.tar.gz
  sha256: bc7250281692a40c4997a6c71f93b2963de3038c8abf36e61d8cb528664c105d
  timestamp: 2023-08-31 12:32:15+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.118.2/hugo_extended_0.118.2_linux-arm64.tar.gz
  sha256: 1e48f2ced3c7a60b1047e0b71d2d32c72d4d04227eb5d3a26a46041d34176bbb
  timestamp: 2023-08-31 12:32:15+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.119.0/hugo_extended_0.119.0_linux-amd64.tar.gz
  sha256: 5d6f222cb6a81a6e08e8f60bdc66d714cc30118e12bf91fa07eb70083653d730
  timestamp: 2023-09-24 18:19:31+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.119.0/hugo_extended_0.119.0_linux-arm64.tar.gz
  sha256: cce066c6c83c3c08a2ab37b43b8a876c529384bf7fa7af87540e8cb940837fba
  timestamp: 2023-09-24 18:19:31+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.120.0/hugo_extended_0.120.0_linux-amd64.tar.gz
  sha256: 9f6d883d4ddd0faff1364dc0064653bf5d9ca4113c85fb968f20b09480ae9004
  timestamp: 2023-10-30 15:17:41+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.120.0/hugo_extended_0.120.0_linux-arm64.tar.gz
  sha256: d302eef8f9249aeb8e3eb0c4ba1f7097b8dc03c0c71f31056a4c3617ec8f16cd
  timestamp: 2023-10-30 15:17:41+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.120.1/hugo_extended_0.120.1_linux-amd64.tar.gz
  sha256: cc906a1f90c75c3583411f53a392885fff08495b9db6a01d870c27a341fb1323
  timestamp: 2023-10-30 18:21:36+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.120.1/hugo_extended_0.120.1_linux-arm64.tar.gz
  sha256: a487b8db6a0c11921bec62d9726facd14ed8500e5301ae8ddda3432eaeb42dde
  timestamp: 2023-10-30 18:21:36+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.120.2/hugo_extended_0.120.2_linux-amd64.tar.gz
  sha256: 979e767b2b6f776b803fed2e09b2c8e5aa7fe956d7fb76a010083d086ba5f531
  timestamp: 2023-10-31 18:21:53+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.120.2/hugo_extended_0.120.2_linux-arm64.tar.gz
  sha256: 0299a61b4fbe56c7aabeff9308ed204bc098ff0fd25fde739343fded24e29561
  timestamp: 2023-10-31 18:21:53+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.120.3/hugo_extended_0.120.3_linux-amd64.tar.gz
  sha256: 8ef622df978b2e4015f1ec1ca3580ffc805045fd48239fd9af8cacaac9b3712e
  timestamp: 2023-11-01 18:21:50+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.120.3/hugo_extended_0.120.3_linux-arm64.tar.gz
  sha256: e9a40e8bd6f6eea17646b1e66675048fdb76138659e21b262f95e974e37eb8ea
  timestamp: 2023-11-01 18:21:50+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.120.4/hugo_extended_0.120.4_linux-amd64.tar.gz
  sha256: 4f924019f050dc6cf064f88f7f666f577255b27592a63724d9e3589f378db885
  timestamp: 2023-11-08 15:18:00+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.120.4/hugo_extended_0.120.4_linux-arm64.tar.gz
  sha256: d330657cae53e7abe29c9c93632af317518a0564c0f478d612b9cf7c9729dd2a
  timestamp: 2023-11-08 15:18:00+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.121.0/hugo_extended_0.121.0_linux-amd64.tar.gz
  sha256: 2dc008f55cb842459b40382b1e30c6fec1d17d9098356287790b1dda6ab6e336
  timestamp: 2023-12-05 18:21:54+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.121.0/hugo_extended_0.121.0_linux-arm64.tar.gz
  sha256: d7d8f11fa9602074d7826dde6f4f5bd04217f46b3db7b0ea700bbedb9a72dbe6
  timestamp: 2023-12-05 18:21:54+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.121.1/hugo_extended_0.121.1_linux-amd64.tar.gz
  sha256: 762ddf0b3507284f8a046299fe0dea8fe5fe8b8ccd0c9e68b1604625822501fd
  timestamp: 2023-12-11 11:25:21+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.121.1/hugo_extended_0.121.1_linux-arm64.tar.gz
  sha256: 286dde6af51c21db6d196fa5ccbc5956c4d02984fd7ff83bc1cc1a1fc9acfad0
  timestamp: 2023-12-11 11:25:21+00:00
- 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

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