From 9859ea3f8bc35bcb4fa687f49ec521865f104f05 Mon Sep 17 00:00:00 2001 From: Jimmy Cai Date: Sat, 16 Oct 2021 09:53:44 +0200 Subject: [PATCH] feat: add theme config.yaml (#393) Add Hugo version requirement --- config.yaml | 4 ++++ theme.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 config.yaml diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..a192dac --- /dev/null +++ b/config.yaml @@ -0,0 +1,4 @@ +module: + hugoVersion: + extended: true + min: "0.87.0" diff --git a/theme.toml b/theme.toml index 2b9b841..a1a3d74 100644 --- a/theme.toml +++ b/theme.toml @@ -20,7 +20,7 @@ features = [ "search", ] -min_version = "0.78.0" +min_version = "0.87.0" [author] name = "Jimmy Cai"