diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-28 09:12:03 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-28 09:12:03 +0200 |
| commit | 1615abaacccdbb5002404a77270fd333ce8ad718 (patch) | |
| tree | c84cde36805a8717d21504cf954cffc72a2f1181 /README.md | |
| parent | a694dd751eb16d47b0956facd5594ef575c9dce4 (diff) | |
feat(showcase): support per-repo stats branchesv0.16.0
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -62,7 +62,10 @@ Create a configuration file at `~/.config/gitsyncer/config.json` (or specify a c "repositories": [ "repo1", "repo2" - ] + ], + "showcase_stats_branches": { + "foo.zone": "content-gemtext" + } } ``` @@ -449,6 +452,8 @@ Weekly rank snapshots are written on full showcase runs (all repositories), incl The showcase output is written to `~/git/foo.zone-content/gemtext/about/showcase.gmi.tpl` by default (currently hardcoded). +You can override the branch used for showcase stats and cached code snippets on a per-repository basis with `showcase_stats_branches`. For example, `foo.zone` can use `content-gemtext` while the rest of the repos continue to use their current checkout branch. + Projects can be excluded from the showcase by creating a `.nosync` file in their repository root. ## Example Workflows |
