From 017be1eed6e44cf9ba54edf44e138055e28f6307 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sat, 25 Feb 2023 16:04:42 -0800 Subject: [PATCH] Rename configuration to customization --- exampleSite/config.yaml | 6 +++--- .../content/{configuration => customization}/_index.md | 10 +++++----- .../content/{configuration => customization}/hide.md | 6 +++--- .../content/{configuration => customization}/style.md | 6 +++--- 4 files changed, 14 insertions(+), 14 deletions(-) rename exampleSite/content/{configuration => customization}/_index.md (79%) rename exampleSite/content/{configuration => customization}/hide.md (87%) rename exampleSite/content/{configuration => customization}/style.md (94%) diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml index e2c88afc..ac439fb5 100644 --- a/exampleSite/config.yaml +++ b/exampleSite/config.yaml @@ -22,9 +22,9 @@ languages: name: "Shortcodes" url: "/shortcodes/" weight: 40 - - identifier: "configuration" - name: "Configuration" - url: "/configuration/" + - identifier: "customization" + name: "Customization" + url: "/customization/" weight: 50 - identifier: "categories" name: "Categories" diff --git a/exampleSite/content/configuration/_index.md b/exampleSite/content/customization/_index.md similarity index 79% rename from exampleSite/content/configuration/_index.md rename to exampleSite/content/customization/_index.md index 2dbe33b6..88a067c0 100644 --- a/exampleSite/content/configuration/_index.md +++ b/exampleSite/content/customization/_index.md @@ -1,8 +1,8 @@ --- authors: ["will_faught"] -categories: ["configuration", "paige"] +categories: ["customization", "paige"] date: "2022-02-23" -description: "Demonstration of the Paige configuration." +description: "Demonstration of Paige customization." paige: style: | .paige-authors, @@ -18,11 +18,11 @@ paige: #paige-pages .paige-terms { display: block; } -tags: ["lists"] -title: "Configuration" +tags: ["sections"] +title: "Customization" --- -This site hides some list page data by default. This page shows it all. +This site hides some section page data by default. This page shows it all. diff --git a/exampleSite/content/configuration/hide.md b/exampleSite/content/customization/hide.md similarity index 87% rename from exampleSite/content/configuration/hide.md rename to exampleSite/content/customization/hide.md index 769f1ec7..b9e24035 100644 --- a/exampleSite/content/configuration/hide.md +++ b/exampleSite/content/customization/hide.md @@ -1,8 +1,8 @@ --- authors: ["will_faught"] -categories: ["configuration", "paige"] +categories: ["customization", "paige"] date: "2022-02-23" -description: "Demonstration of the Paige hide configuration." +description: "Demonstration of Paige customization that hides data." paige: style: | .paige-authors, @@ -19,7 +19,7 @@ paige: display: block; } tags: ["hide", "singles"] -title: "Hide Configuration" +title: "Hide Data" weight: 10 --- diff --git a/exampleSite/content/configuration/style.md b/exampleSite/content/customization/style.md similarity index 94% rename from exampleSite/content/configuration/style.md rename to exampleSite/content/customization/style.md index 05120529..4d915e1e 100644 --- a/exampleSite/content/configuration/style.md +++ b/exampleSite/content/customization/style.md @@ -1,8 +1,8 @@ --- authors: ["will_faught"] -categories: ["configuration", "paige"] +categories: ["customization", "paige"] date: "2022-02-23" -description: "Demonstration of the Paige style configuration." +description: "Demonstration of Paige customization that styles data." paige: style: | .paige-authors, @@ -34,7 +34,7 @@ paige: #paige-pages .paige-summary { font-style: italic; } #paige-pages .paige-term { font-style: italic; } tags: ["singles", "style"] -title: "Style Configuration" +title: "Style Data" weight: 20 ---