From 64e06f0bebb6a11caf5855d69a1170aa494b8179 Mon Sep 17 00:00:00 2001 From: Jimmy Cai Date: Wed, 23 Dec 2020 19:17:17 +0100 Subject: [PATCH] Bump required Hugo version to 0.78.0 --- README.md | 2 +- theme.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5903342..f88a20a 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ The only JavaScript library being used is [node-vibrant](https://github.com/Vibr ## Requirements -This theme uses SCSS and TypeScript. For that reason, it's necessary to use **Hugo ≥ 0.74.0**. +This theme uses SCSS and TypeScript. For that reason, it's necessary to use **Hugo ≥ 0.78.0**. Use Hugo Extended version if you want to: diff --git a/theme.toml b/theme.toml index 82dbc48..333e351 100644 --- a/theme.toml +++ b/theme.toml @@ -20,7 +20,7 @@ features = [ "opengraph", "widgets" ] -min_version = "0.74.0" +min_version = "0.78.0" [author] name = "Jimmy Cai"