From c8aa8617f1457de4165656c9a4e089fed7652504 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Tue, 17 Jan 2023 12:09:45 +0100 Subject: [PATCH] Move config/_default/config.toml -> config.toml I will do a new rename in a minute, but my take on this now is that: * Every site should have a hugo.toml (or yaml,json) file. * In most simple setups, I would limit the use of the /config folder to environment specific things. --- config/_default/config.toml => config.toml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename config/_default/config.toml => config.toml (100%) diff --git a/config/_default/config.toml b/config.toml similarity index 100% rename from config/_default/config.toml rename to config.toml