summaryrefslogtreecommitdiff
path: root/gitsyncer
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-28 09:20:27 +0200
committerPaul Buetow <paul@buetow.org>2026-03-28 09:20:27 +0200
commit49aa3cc0da71c3fd23016ead96ba0c1725adde72 (patch)
tree609ef862fb0f3f983eccfb9568870b5c150e4bba /gitsyncer
parent403a6ab9693d662d4bc4d923d43333f955a8326f (diff)
feat(skills): add gemtexter publishing workflow
Diffstat (limited to 'gitsyncer')
-rw-r--r--gitsyncer/config.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/gitsyncer/config.json b/gitsyncer/config.json
index a1e8258..744d119 100644
--- a/gitsyncer/config.json
+++ b/gitsyncer/config.json
@@ -29,5 +29,8 @@
],
"exclude_branches": [
"^codex/"
- ]
-} \ No newline at end of file
+ ],
+ "showcase_stats_branches": {
+ "foo.zone": "content-gemtext"
+ }
+}