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

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

Download URLs

Version SHA256 Size (KB)
0.120.4 f3d8e1ad8c1e11ca02e88dbd8954f7acd46c2dd3b2220c749d283c9e1c332990 14990
0.120.3 2d760b04c7ad8d049161cf8b7906516fe13b32d123ae9f11814fadab42595f73 14983
0.120.2 266be6733281826123d2393d087d9bde0f7ca55995739b7f60e034e325cda8c7 14987
0.120.1 b09760e5edc942178e53c709c76df6b75d9432a93eae7ee302b77554a4333a84 14984
0.120.0 81a7f252284737ea91b102e347c862b380b7f080609f71d053f37c7ebcf1aa68 14988
0.119.0 9602349299c2072701d57b6079ecf785be9ea4aa179b1a03bd19c822b3471fcd 14820
0.118.2 42a5b85f5780ee85ac5f5a58b3695ef925a63046ebfcbec91e7e68957fdd82c7 14829
0.117.0 a0e5dcfa96e9b004d478fb5cc94cb922398e5a056da0695a78551d06e9bd296d 14764
0.116.1 6d96b26615ea0a12a40b296dec3a4404e1b3f66e1e8617ce9040d0613dc2863c 13562
0.116.0 9c280dd92d86679b3dbc80a717f30938b9b123c92158174dc670a50218a541ea 13553
Version SHA256 Size (KB)
0.120.4 bf4639ea8ddd912babfbca09f964103a68e38ffa15c0bd39531f66993ddab4ff 12879
0.120.3 8a6d1fabb9c5909cdbc189f10263860ff0f1254edad70cd3ce4188acc195a669 12876
0.120.2 235c63c27a9540cf516503949597ee5a45bbb9beba581b53a110936139b57d0f 12891
0.120.1 6348e3421d23a6e9286ad66e0b9590ead6d24731da96c42783562e0b91d6e0c1 12882
0.120.0 12ddcea0a97556230c1974e27edc0db00cf1c30c825cae1cb9defad352b3bb71 12884
0.119.0 49c89c53607c2a0b1c87d3e4b3643029fbc6b12c22438cc4902e9001b0e49f82 12711
0.118.2 e10a8f3318c2b018e0b245e744be73118342ff74d9505a2ec00a08a8f01281c2 12642
0.117.0 f06e9116772dc066117471f609c0a1dd84074135b52dd743c37009c419eb6d3a 12588
0.116.1 96fa8684c855a73cc0af7d8472ba6a93d1b9cbe71bda586ea91a7ebcf198de56 11567
0.116.0 d8eb13e2fe1fdd164a370b4e105f2bbf4ccf33a26671a389513950302594a909 11575

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:
  versions:
    - 0.103.0
    - 0.103.1
    - 0.104.0
    - 0.104.1
    - 0.104.2
    - 0.104.3
    - 0.105.0
    - 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
  architectures:
    - amd64
    - arm64
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.103.0/hugo_extended_0.103.0_linux-amd64.tar.gz
  sha256: 89010f0d4245da74f18c0e292a8cc29c9aa1a636d541a134b8924b9bd97aa983
  timestamp: 2023-03-29 10:34:13+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.103.0/hugo_extended_0.103.0_linux-arm64.tar.gz
  sha256: 4bdda0c1e6508a27c9d3ff3f2ec368620562380826ef6d25545c827a9b3e0b35
  timestamp: 2023-03-29 10:34:13+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.103.1/hugo_extended_0.103.1_linux-amd64.tar.gz
  sha256: 46200bc4b0cc9705f0db7fab4f63d1bd608660ea175402a4863d8a8e8c4a84ab
  timestamp: 2023-03-29 10:34:13+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.103.1/hugo_extended_0.103.1_linux-arm64.tar.gz
  sha256: 85f716a2510b238c10d012cb7ef768f856da0f3bbf1b0d57a64c9c747cc6d78f
  timestamp: 2023-03-29 10:34:13+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.104.0/hugo_extended_0.104.0_linux-amd64.tar.gz
  sha256: 839d7b9dda1e907e487b059e790fbd7561544a4443efdbe9f93bb86c5d349aea
  timestamp: 2023-03-29 10:34:13+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.104.0/hugo_extended_0.104.0_linux-arm64.tar.gz
  sha256: 27e770623f78a73b47ac1fb32ad4f7d50a60b0e0eaf0a8cbd54113817b3a28cf
  timestamp: 2023-03-29 10:34:13+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.104.1/hugo_extended_0.104.1_linux-amd64.tar.gz
  sha256: a813a2ea216751509b8c332a8fb35909791ec01e4b0368dfdc2f192aac88afe7
  timestamp: 2023-03-29 10:34:13+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.104.1/hugo_extended_0.104.1_linux-arm64.tar.gz
  sha256: 419fa96d304a142c4a98ce675a4f1135ac5335a8513fcf17335cb49508c9f8cc
  timestamp: 2023-03-29 10:34:13+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.104.2/hugo_extended_0.104.2_linux-amd64.tar.gz
  sha256: 3f69db03190ee41718a766633a51032152ac9ff0c5931bdc6cf27f95523d2ad1
  timestamp: 2023-03-29 10:34:13+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.104.2/hugo_extended_0.104.2_linux-arm64.tar.gz
  sha256: 119d37890164c2c277294609f69d5e58872121b27a39529a4520bbbc884274c4
  timestamp: 2023-03-29 10:34:13+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.104.3/hugo_extended_0.104.3_linux-amd64.tar.gz
  sha256: b390892a34ff15e2461cea8cc2109118f79153a9d800721a747b394f08c2532d
  timestamp: 2023-03-29 10:34:13+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.104.3/hugo_extended_0.104.3_linux-arm64.tar.gz
  sha256: 130d3ece593edaa6469b00f086bcbfeb9804793deeb6fea1d6a06b080b2f5e73
  timestamp: 2023-03-29 10:34:13+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.105.0/hugo_extended_0.105.0_linux-amd64.tar.gz
  sha256: 3cd7b9d2fc3812b5d0a130b1735e5894b273210d6e7c03f68facad26b2d2e8a9
  timestamp: 2023-03-29 10:34:13+00:00
- url: https://github.com/gohugoio/hugo/releases/download/v0.105.0/hugo_extended_0.105.0_linux-arm64.tar.gz
  sha256: 1bdb6fc4ddf67da07adc2b386ed52480399f7490b0fe9d20c9c0979a8781ff25
  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-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

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