From cc3f33a59c3480828b08b36f5f9f72fd5cea5121 Mon Sep 17 00:00:00 2001 From: Brooke Date: Tue, 16 Apr 2024 22:40:30 -0400 Subject: [PATCH] remove stacks until there's articles written for them, add log menu item, remove header space --- config/_default/menus.en.toml | 24 +++++++++++++++++------- content/logs/index.md | 2 ++ content/showcase/{_index.md => index.md} | 1 + content/stacks/_index.md | 17 ----------------- content/stacks/go-node-php/_index.md | 11 ----------- 5 files changed, 20 insertions(+), 35 deletions(-) rename content/showcase/{_index.md => index.md} (97%) delete mode 100644 content/stacks/_index.md delete mode 100644 content/stacks/go-node-php/_index.md diff --git a/config/_default/menus.en.toml b/config/_default/menus.en.toml index 9f71094..89daa5c 100644 --- a/config/_default/menus.en.toml +++ b/config/_default/menus.en.toml @@ -3,16 +3,21 @@ name = "Services" pageRef = "services" weight = 10 -[[main]] -name = "Stacks" -pageRef = "stacks" -weight = 20 +# [[main]] +# name = "Stacks" +# pageRef = "stacks" +# weight = 20 [[main]] name = "Showcase" pageRef = "showcase" weight = 30 +[[main]] +name = "Tracking" +pageRef = "logs" +weight = 40 + [[footer]] identifier = "github" pre = "github" @@ -29,7 +34,12 @@ name = "Showcase" pageRef = "showcase" weight = 20 +# [[footer]] +# name = "Stacks" +# pageRef = "stacks" +# weight = 30 + [[footer]] -name = "Stacks" -pageRef = "stacks" -weight = 30 +name = "Tracking" +pageRef = "logs" +weight = 40 diff --git a/content/logs/index.md b/content/logs/index.md index f7b8f1c..568af07 100644 --- a/content/logs/index.md +++ b/content/logs/index.md @@ -1,5 +1,7 @@ --- title: "Logging Policies" +description: "How we log." +layoutBackgroundHeaderSpace: false cascade: showDate: false diff --git a/content/showcase/_index.md b/content/showcase/index.md similarity index 97% rename from content/showcase/_index.md rename to content/showcase/index.md index 08c16ce..8c512f7 100644 --- a/content/showcase/_index.md +++ b/content/showcase/index.md @@ -1,6 +1,7 @@ --- title: "Showcase" description: "Learn what we can do for your company." +layoutBackgroundHeaderSpace: false cascade: showDate: false diff --git a/content/stacks/_index.md b/content/stacks/_index.md deleted file mode 100644 index c083069..0000000 --- a/content/stacks/_index.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "Stacks" -description: "Learn what we can do for your company." - -cascade: - showDate: false - showAuthor: false - invertPagination: true - showLikes: false - showViews: false ---- - -{{< lead >}} -Simple, yet powerful. Learn how to use complex open-source tools. -{{< /lead >}} - -Learn about the software stacks we can develop your website on top of, these stacks have been selected for the ability to build broadly accessible websites that have a very light footprint on the server and client side. \ No newline at end of file diff --git a/content/stacks/go-node-php/_index.md b/content/stacks/go-node-php/_index.md deleted file mode 100644 index 1a205da..0000000 --- a/content/stacks/go-node-php/_index.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Hugo, iconCaptcha, NodeJS Forms" -description: "" - -cascade: - showDate: false - showAuthor: false - invertPagination: true - showLikes: false - showViews: false ---- \ No newline at end of file