From bf52c11cf3666f532a511887a55aaa6e2df1036b Mon Sep 17 00:00:00 2001 From: Ian Clarke Date: Wed, 27 May 2026 12:43:46 -0500 Subject: [PATCH] docs: order Ian Clarke above Steven Starr on people page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pin the listing order with explicit weight front matter — Ian (founder) gets weight 1, Steven weight 2 — so the ordering does not silently shift when more people are added or dates change. [AI-assisted - Claude] --- hugo-site/content/about/people/ian-clarke/index.md | 1 + hugo-site/content/about/people/steven-starr/index.md | 1 + 2 files changed, 2 insertions(+) diff --git a/hugo-site/content/about/people/ian-clarke/index.md b/hugo-site/content/about/people/ian-clarke/index.md index 9db12fa6..7425dbae 100644 --- a/hugo-site/content/about/people/ian-clarke/index.md +++ b/hugo-site/content/about/people/ian-clarke/index.md @@ -2,6 +2,7 @@ title: "Ian Clarke" date: 2026-04-03 draft: false +weight: 1 aliases: - /people/ian-clarke/ --- diff --git a/hugo-site/content/about/people/steven-starr/index.md b/hugo-site/content/about/people/steven-starr/index.md index fa9d35a7..7b5fd261 100644 --- a/hugo-site/content/about/people/steven-starr/index.md +++ b/hugo-site/content/about/people/steven-starr/index.md @@ -2,6 +2,7 @@ title: "Steven Starr" date: 2026-05-27 draft: false +weight: 2 aliases: - /people/steven-starr/ ---