Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimmy Cai <github@jimmycai.com>2021-10-16 10:53:44 +0300
committerGitHub <noreply@github.com>2021-10-16 10:53:44 +0300
commit9859ea3f8bc35bcb4fa687f49ec521865f104f05 (patch)
treecf888200d9a46727e6c85a8973a4ea9805a98d69 /config.yaml
parentd8c9468c685f38476b241f82130a6ae59e28ad05 (diff)
feat: add theme config.yaml (#393)
Add Hugo version requirement
Diffstat (limited to 'config.yaml')
-rw-r--r--config.yaml4
1 files changed, 4 insertions, 0 deletions
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"