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.
amd64 arm64
Installation
1. Add WakeMeOps repository
curl -sSL https://raw.githubusercontent.com/upciti/wakemeops/main/assets/install_repository | sudo bash
2. Install hugo
Snippets
Download URLs
Version | SHA256 | Size (KB) |
---|---|---|
0.134.2 | 519cb5f6643a509448731f2ee937f5af580f50b1dadb3829c50fd25dea4510de |
17003 |
0.134.1 | b85fbb630950e205fab4deb38b0fcb1c0bf0afbdf724c5f9dd8fb493c129745d |
16987 |
0.134.0 | 44c6e6648947dd17d4e4de413461730e064f18d6d60fd2884f295c0b1fb8ece4 |
16994 |
0.133.1 | 7ebaccebc2c6c5a4860eedb2e097370b08d3d89cb2b43d64fadfb930dc3cf82b |
16967 |
0.133.0 | cc95c9ea21c7a11d78d23d9bc5de1a18984c21de65e6cf2ef99c41ee045d516a |
16974 |
0.132.2 | 9a3a64f074b9c9c69b3e110d9c251eaa84f28dd3886aa65b4e771e8f2b40e727 |
17020 |
0.132.1 | add4b6078679203c5264a65dd8c0f795d50d85369a2c2df75dea72abe8dd595c |
17022 |
0.132.0 | 04b5790272cfe80f353121dbebfdf439e563dcb0b86194246a8361e0e73112b1 |
17020 |
0.131.0 | 45c72d16964af30a671cc961bf3062f4ea985330091198e30e1d0ea5d1ab453c |
15812 |
0.130.0 | a3089af1d15944c6ec9e66d7dc25be62bb9a9d99413765f03f0cd12f28119c35 |
15599 |
Version | SHA256 | Size (KB) |
---|---|---|
0.134.2 | 00e1265ab0361c82c8753c6aed372417c7d81158c1138182a2ce765f27254d62 |
14596 |
0.134.1 | c598eb1544f00b0c72c721a3a0973275f402766ce1854b19c9be735086d985f9 |
14599 |
0.134.0 | 400b1fdbea56e56e958863e7611e83927da4437726a88e6b03af1b038575095f |
14596 |
0.133.1 | 14d82c3a3138cb6d5d228b6166e42864dd59b757f1b2a5cda8a123783c7ffcf5 |
14570 |
0.133.0 | 799227eb18be2886d3a19aea2c04b93ee3d8a8a46bec4e4e91bd9827e27335bc |
14569 |
0.132.2 | bbdd2884350af74ee5c1f3ea741ea60d36a18119faa7c02fbd84381b18bf6d51 |
14678 |
0.132.1 | 4863b0838bf14b054a7007ee200d759d2a6f35322783d7247fca29d75c63a3a3 |
14674 |
0.132.0 | 1638b655e07643b2132667e7c2eef2e78a3e9c0c86e7d76281952799a26e5738 |
14680 |
0.131.0 | 6703ffccfee95e2853d97d8c52b9eecb2d63f89aa33f45f7fb7a34099a9e0bef |
13548 |
0.130.0 | 24fdd707a5d9507a826ef1229ac9296e023a5d74e682450e6b29d1a8de887128 |
13346 |
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
name: hugo
matrix:
architectures:
- amd64
- arm64
versions:
- 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
- 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
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
- 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
- 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