From 7aa4b0f90a04a469d850c96e8ae743d55b1ed743 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Mon, 8 Jul 2024 11:06:55 -0700 Subject: [PATCH] Rename customization to customizations --- .../content/{customization => customizations}/_index.md | 4 ++-- .../content/{customization => customizations}/show.md | 0 .../content/{customization => customizations}/style.md | 0 exampleSite/hugo.toml | 6 +++--- 4 files changed, 5 insertions(+), 5 deletions(-) rename exampleSite/content/{customization => customizations}/_index.md (92%) rename exampleSite/content/{customization => customizations}/show.md (100%) rename exampleSite/content/{customization => customizations}/style.md (100%) diff --git a/exampleSite/content/customization/_index.md b/exampleSite/content/customizations/_index.md similarity index 92% rename from exampleSite/content/customization/_index.md rename to exampleSite/content/customizations/_index.md index ca90af4b..e961238e 100644 --- a/exampleSite/content/customization/_index.md +++ b/exampleSite/content/customizations/_index.md @@ -1,10 +1,10 @@ +++ authors = ["author-demo"] categories = ["customization", "paige"] -description = "Demonstrations of customization." +description = "Demonstrations of customizations." series = ["series-demo"] tags = ["sections"] -title = "Customization" +title = "Customizations" [paige] style = """ #paige-authors, diff --git a/exampleSite/content/customization/show.md b/exampleSite/content/customizations/show.md similarity index 100% rename from exampleSite/content/customization/show.md rename to exampleSite/content/customizations/show.md diff --git a/exampleSite/content/customization/style.md b/exampleSite/content/customizations/style.md similarity index 100% rename from exampleSite/content/customization/style.md rename to exampleSite/content/customizations/style.md diff --git a/exampleSite/hugo.toml b/exampleSite/hugo.toml index 542f6e68..c5026d02 100644 --- a/exampleSite/hugo.toml +++ b/exampleSite/hugo.toml @@ -35,9 +35,9 @@ url = "/shortcodes/" weight = 40 [[languages.en.menu.main]] -identifier = "customization" -name = "Customization" -url = "/customization/" +identifier = "customizations" +name = "Customizations" +url = "/customizations/" weight = 50 [[languages.en.menu.main]]