Skip to content

Commit 0d1e180

Browse files
kt3kclaude
andcommitted
feat: update site tagline to mention daily/weekly/monthly cadence
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent b97e202 commit 0d1e180

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/_data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
site_name: Changelog
2-
site_description: A daily dispatch from the open-source world.
2+
site_description: Daily, weekly, and monthly summaries of the main branches of selected git repos.
33
author: kt3k

src/about.vto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: How Changelog turns each day's commits into a plain-language digest
66
<article>
77
<header class="mb-12 text-center">
88
<h1 class="mb-4 text-4xl font-bold leading-tight tracking-tight md:text-5xl">About</h1>
9-
<p class="mx-auto max-w-lg text-xl leading-snug text-ink-soft">A daily, LLM-written digest of selected git repositories.</p>
9+
<p class="mx-auto max-w-lg text-xl leading-snug text-ink-soft">Daily, weekly, and monthly summaries of the main branches of selected git repos.</p>
1010
</header>
1111
1212
<div class="post-body">

src/index.page.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ export default function (data: Lume.Data): string {
246246
</script>`;
247247

248248
const intro = `<div class="mb-10 border-b border-rule pb-8">
249-
<p class="m-0 text-lg leading-snug text-ink-soft">A daily, LLM-written digest of selected git repositories. <a class="font-semibold text-accent no-underline hover:underline" href="/about">Why and how →</a></p>
249+
<p class="m-0 text-lg leading-snug text-ink-soft">Daily, weekly, and monthly summaries of the main branches of selected git repos. <a class="font-semibold text-accent no-underline hover:underline" href="/about">Why and how →</a></p>
250250
</div>`;
251251

252252
return `${intro}<div>${cards.join("\n")}</div>${script}`;

0 commit comments

Comments
 (0)