diff --git a/config.yaml b/config.yaml deleted file mode 100644 index 3caba77..0000000 --- a/config.yaml +++ /dev/null @@ -1,3 +0,0 @@ -module: - hugoVersion: - min: "0.84.0" \ No newline at end of file diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml new file mode 100644 index 0000000..b439fa4 --- /dev/null +++ b/config/_default/hugo.toml @@ -0,0 +1,2 @@ +[module.hugoVersion] +min = "0.128.0"