From 3695555379592a20d64ca86f29703477d81c9b41 Mon Sep 17 00:00:00 2001 From: Stephen Taylor Date: Sun, 28 Apr 2024 08:30:32 +0100 Subject: [PATCH] configuration files renamed from config.toml to hugo.toml --- exampleSite/config/_default/{config.toml => hugo.toml} | 0 exampleSite/config/development/{config.toml => hugo.toml} | 0 exampleSite/config/production/{config.toml => hugo.toml} | 0 exampleSite/{config.toml => hugo.toml} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename exampleSite/config/_default/{config.toml => hugo.toml} (100%) rename exampleSite/config/development/{config.toml => hugo.toml} (100%) rename exampleSite/config/production/{config.toml => hugo.toml} (100%) rename exampleSite/{config.toml => hugo.toml} (100%) diff --git a/exampleSite/config/_default/config.toml b/exampleSite/config/_default/hugo.toml similarity index 100% rename from exampleSite/config/_default/config.toml rename to exampleSite/config/_default/hugo.toml diff --git a/exampleSite/config/development/config.toml b/exampleSite/config/development/hugo.toml similarity index 100% rename from exampleSite/config/development/config.toml rename to exampleSite/config/development/hugo.toml diff --git a/exampleSite/config/production/config.toml b/exampleSite/config/production/hugo.toml similarity index 100% rename from exampleSite/config/production/config.toml rename to exampleSite/config/production/hugo.toml diff --git a/exampleSite/config.toml b/exampleSite/hugo.toml similarity index 100% rename from exampleSite/config.toml rename to exampleSite/hugo.toml