From c116add6de06f75bb6a7674f20829623dae16a04 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Tue, 19 Aug 2025 15:09:07 -0700 Subject: [PATCH] Rename config file based on new standards, even though `hugo new` is what created the file. --- config.toml => hugo.toml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename config.toml => hugo.toml (100%) diff --git a/config.toml b/hugo.toml similarity index 100% rename from config.toml rename to hugo.toml