From 4e613a92d0fa3d81b40a0047e9d3fa592dc87f3f Mon Sep 17 00:00:00 2001 From: Patrick Kollitsch <patrick@davids-neighbour.com> Date: Thu, 26 Sep 2024 03:30:06 +0000 Subject: [PATCH] chore(config): move configuration into config subfolder structure and require 0.128.0 --- /dev/null | 3 --- config/_default/hugo.toml | 2 ++ 2 files changed, 2 insertions(+), 3 deletions(-) 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" -- Gitblit v1.10.0