diff options
| author | Paul Buetow <paul@buetow.org> | 2025-07-08 23:36:56 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-07-08 23:36:56 +0300 |
| commit | c20ee77648b5e937f673f098ca438a945934a826 (patch) | |
| tree | ffccf7ddf79c60a103f39df0bcb09470c2079fbb | |
| parent | 30de46549dd219916aadc12ec02efdb1f2d127aa (diff) | |
docs: add explanation of project ordering in showcase introduction
- 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 <noreply@anthropic.com>
| -rw-r--r-- | internal/showcase/showcase.go | 2 |
1 files changed, 1 insertions, 1 deletions
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") |
