Skip to content

Commit 1abf0db

Browse files
0xzerolightclaude
andcommitted
docs: add theme showcase gif to README
Raise pre-commit large file limit from 500 KB to 1 MB to accommodate documentation assets. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent bde3629 commit 1abf0db

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repos:
66
- id: end-of-file-fixer
77
- id: check-yaml
88
- id: check-added-large-files
9-
args: ['--maxkb=500']
9+
args: ['--maxkb=1024']
1010

1111
- repo: https://github.com/astral-sh/ruff-pre-commit
1212
rev: v0.15.5

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77

88
Self-hosted news monitoring with LLM-powered novelty detection. Watches topics via RSS feeds, notifies you only when genuinely new information appears. BYOK (bring your own key).
99

10+
<p align="center">
11+
<img src="docs/themes-showcase.gif" alt="Topic Watch — theme showcase" width="720">
12+
</p>
13+
1014
## How It Works
1115

1216
1. Define topics with RSS feed URLs, or let it auto-generate a Google News feed

docs/themes-showcase.gif

597 KB
Loading

0 commit comments

Comments
 (0)