feat: add theme config.yaml (#393)

Add Hugo version requirement
This commit is contained in:
Jimmy Cai 2021-10-16 09:53:44 +02:00 committed by GitHub
parent d8c9468c68
commit 9859ea3f8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

4
config.yaml Normal file
View File

@ -0,0 +1,4 @@
module:
hugoVersion:
extended: true
min: "0.87.0"

View File

@ -20,7 +20,7 @@ features = [
"search",
]
min_version = "0.78.0"
min_version = "0.87.0"
[author]
name = "Jimmy Cai"