Bump required Hugo version to 0.78.0

This commit is contained in:
Jimmy Cai 2020-12-23 19:17:17 +01:00
parent 358e63e799
commit 64e06f0beb
No known key found for this signature in database
GPG Key ID: 3EA408E527F37B18
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -20,7 +20,7 @@ features = [
"opengraph",
"widgets"
]
min_version = "0.74.0"
min_version = "0.78.0"
[author]
name = "Jimmy Cai"