diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-22 20:41:23 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-22 20:41:23 +0200 |
| commit | 64a22d411a6096e8e7e14af7151e530f0ee358ae (patch) | |
| tree | abbf44e3aa1f06cb9cd178ab7cce65ebf011d6d1 /README.md | |
| parent | 98001853687e85d8ec22ccfbed72804c3ec4ccd7 (diff) | |
feat(showcase): add weekly rank history and header movement
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -404,6 +404,7 @@ GitSyncer can generate a comprehensive showcase of all your projects using AI (a - Extracts README images (including SVG support) - Selects representative code snippets - Orders projects by recent activity + - Tracks weekly rank history snapshots - Generates overall portfolio statistics - Caches summaries to avoid redundant AI calls @@ -427,6 +428,8 @@ The showcase is generated in Gemini Gemtext format and includes: - Release status breakdown (released vs experimental projects) - AI-assistance statistics - Individual project sections with: + - Rank history in the title for `now`, `1w`, `2w`, `3w`, and `4w` + - UTF-8 arrows (`↑`, `→`, `↓`) to show movement from older to newer positions - Language breakdown - Development metrics - Latest release information or experimental status @@ -434,6 +437,8 @@ The showcase is generated in Gemini Gemtext format and includes: - Code snippet example - Links to repositories +Weekly rank snapshots are written on full showcase runs (all repositories), including `manage batch-run`. Single-repository showcase updates (`--repo`) read existing history but do not write snapshots. + ### Configuration The showcase output is written to `~/git/foo.zone-content/gemtext/about/showcase.gmi.tpl` by default (currently hardcoded). |
