From 9ddf2caf5c49987c004081b221f158095deb4b0f Mon Sep 17 00:00:00 2001 From: Kattni Date: Wed, 31 Jul 2024 16:42:04 -0400 Subject: [PATCH 01/10] Move About Beeware to header. --- content/{project => }/about/contents+de.lr | 0 content/{project => }/about/contents+es.lr | 0 content/{project => }/about/contents+pt.lr | 0 content/{project => }/about/contents+zh_TW.lr | 0 content/{project => }/about/contents.lr | 8 ++++---- content/contact/contents.lr | 2 +- templates/layout.html | 1 + 7 files changed, 6 insertions(+), 5 deletions(-) rename content/{project => }/about/contents+de.lr (100%) rename content/{project => }/about/contents+es.lr (100%) rename content/{project => }/about/contents+pt.lr (100%) rename content/{project => }/about/contents+zh_TW.lr (100%) rename content/{project => }/about/contents.lr (99%) diff --git a/content/project/about/contents+de.lr b/content/about/contents+de.lr similarity index 100% rename from content/project/about/contents+de.lr rename to content/about/contents+de.lr diff --git a/content/project/about/contents+es.lr b/content/about/contents+es.lr similarity index 100% rename from content/project/about/contents+es.lr rename to content/about/contents+es.lr diff --git a/content/project/about/contents+pt.lr b/content/about/contents+pt.lr similarity index 100% rename from content/project/about/contents+pt.lr rename to content/about/contents+pt.lr diff --git a/content/project/about/contents+zh_TW.lr b/content/about/contents+zh_TW.lr similarity index 100% rename from content/project/about/contents+zh_TW.lr rename to content/about/contents+zh_TW.lr diff --git a/content/project/about/contents.lr b/content/about/contents.lr similarity index 99% rename from content/project/about/contents.lr rename to content/about/contents.lr index c205bb31d7..c0d0c4b317 100644 --- a/content/project/about/contents.lr +++ b/content/about/contents.lr @@ -1,8 +1,10 @@ -name: About the BeeWare Project +_model: page +--- +title: About BeeWare --- summary: The history and philosophy of the BeeWare Project --- -title: About BeeWare +sort_key: 5 --- body: @@ -131,5 +133,3 @@ gutter: .. _`Diversity and inclusion`: ./#diversity-and-inclusion .. _`Healthy and sustainable`: ./#healthy-and-sustainable ---- -sort_key: 2 diff --git a/content/contact/contents.lr b/content/contact/contents.lr index 1789e2fe52..fae627e352 100644 --- a/content/contact/contents.lr +++ b/content/contact/contents.lr @@ -4,7 +4,7 @@ title: Contact --- summary: Looking to speak to someone from the BeeWare project? Here's how. --- -sort_key: 5 +sort_key: 6 --- incomplete: no --- diff --git a/templates/layout.html b/templates/layout.html index 321f7f1009..765064522d 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -86,6 +86,7 @@ {{ menu_item('news') }} {{ menu_item('community') }} {{ menu_item('contributing') }} + {{ menu_item('about') }} {{ menu_item('contact') }}