From c20ee77648b5e937f673f098ca438a945934a826 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 8 Jul 2025 23:36:56 +0300 Subject: docs: add explanation of project ordering in showcase introduction MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update introduction paragraph to explain project ordering - Clarify that projects are sorted by recent activity - Most actively maintained projects appear first 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- internal/showcase/showcase.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/showcase/showcase.go b/internal/showcase/showcase.go index bfd7bc8..dba6568 100644 --- a/internal/showcase/showcase.go +++ b/internal/showcase/showcase.go @@ -309,7 +309,7 @@ func (g *Generator) formatGemtext(summaries []ProjectSummary) string { builder.WriteString("# Project Showcase\n\n") // Introduction paragraph - builder.WriteString("This page showcases my open source projects, providing an overview of what each project does, its technical implementation, and key metrics. Each project summary includes information about the programming languages used, development activity, and licensing.\n\n") + builder.WriteString("This page showcases my open source projects, providing an overview of what each project does, its technical implementation, and key metrics. Each project summary includes information about the programming languages used, development activity, and licensing. The projects are ordered by recent activity, with the most actively maintained projects listed first.\n\n") // Template inline TOC builder.WriteString("<< template::inline::toc\n\n") -- cgit v1.2.3