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

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

Download URLs

Version SHA256 Size (KB)
0.118.2 42a5b85f5780ee85ac5f5a58b3695ef925a63046ebfcbec91e7e68957fdd82c7 14829
0.117.0 a0e5dcfa96e9b004d478fb5cc94cb922398e5a056da0695a78551d06e9bd296d 14764
0.116.1 6d96b26615ea0a12a40b296dec3a4404e1b3f66e1e8617ce9040d0613dc2863c 13562
0.116.0 9c280dd92d86679b3dbc80a717f30938b9b123c92158174dc670a50218a541ea 13553
0.115.4 483052bca7555f0adb9bafda90d5c419b295fce93092d05f54c8d4950d70bd0a 13525
0.115.3 22ea5241127e1155ad82ff8a7e3da71f28f4c37f35a9cfa7433ea7e65f9b8723 13530
0.115.2 cda6d9192f04348b811c67706333978a49e28e165e1b90ee62f7d5bee964b30d 13524
0.115.1 9e3602a8e242d9dc5588409af8f103ae7c3cbde594eb53a1a68b36c5c3a1f6df 13539
0.115.0 9eca572c6c57149301959c3cb19321d1c605dae6ad88d21fa019ef5dcc9d4fff 13518
0.114.1 23229cea0b9666c950222cd468fcdfb29b48e72d04fafb0f57ba1bf9bfbfff30 13491
Version SHA256 Size (KB)
0.118.2 e10a8f3318c2b018e0b245e744be73118342ff74d9505a2ec00a08a8f01281c2 12642
0.117.0 f06e9116772dc066117471f609c0a1dd84074135b52dd743c37009c419eb6d3a 12588
0.116.1 96fa8684c855a73cc0af7d8472ba6a93d1b9cbe71bda586ea91a7ebcf198de56 11567
0.116.0 d8eb13e2fe1fdd164a370b4e105f2bbf4ccf33a26671a389513950302594a909 11575
0.115.4 2a2b60c5ceec7c9aced523407e4b3a3215b61c5737e2fbdc2e213876b9ea9cf7 11546
0.115.3 c24c464b04d29ba4b871d724d8cff05dd99d8ea6632adefc34ea7cdb0cfac788 11538
0.115.2 e38bcf6aa75709e4de04551bb396ff19a9db31cda8a9b61ec3fe6763c6a957cb 11534
0.115.1 7117421eea27efcb85330a642af3aec3c9f5f467b1c316d44213db6536317ea9 11537
0.115.0 66f473e7700d48ae4ff5c143d5a1e162824b89477e58e2530645c102a66c10ac 11531
0.114.1 dce65c35991c6c2a20396032f3ca766ed3cfb353a5043d7f311eb141f0666861 11509

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
  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

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