From f18026790e2d0f6f80579638ce0bd3ad4dffc597 Mon Sep 17 00:00:00 2001 From: James Panther <4462786+jpanther@users.noreply.github.com> Date: Fri, 6 Dec 2024 14:51:50 +1100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20minimum=20Hugo=20versio?= =?UTF-8?q?n=20in=20install=20docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- exampleSite/content/docs/installation/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/content/docs/installation/index.md b/exampleSite/content/docs/installation/index.md index 1e9fca1..940d1c3 100644 --- a/exampleSite/content/docs/installation/index.md +++ b/exampleSite/content/docs/installation/index.md @@ -21,7 +21,7 @@ These instructions will get you up and running using Hugo and Congo from a compl If you haven't used Hugo before, you will need to [install it onto your local machine](https://gohugo.io/getting-started/installing). You can check if it's already installed by running the command `hugo version`. {{< alert >}} -Make sure you are using **Hugo extended version 0.87.0** or later as the theme takes advantage of some of the latest Hugo features. +Make sure you are using **Hugo extended version 0.128.0** or later as the theme takes advantage of some of the latest Hugo features. {{< /alert >}} You can find detailed installation instructions for your platform in the [Hugo docs](https://gohugo.io/getting-started/installing).