mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2024-11-23 10:21:46 +01:00
Bump required Hugo version to 0.78.0
This commit is contained in:
parent
358e63e799
commit
64e06f0beb
2 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ features = [
|
|||
"opengraph",
|
||||
"widgets"
|
||||
]
|
||||
min_version = "0.74.0"
|
||||
min_version = "0.78.0"
|
||||
|
||||
[author]
|
||||
name = "Jimmy Cai"
|
||||
|
|
Loading…
Reference in a new issue