Skip to content

Commit 7708117

Browse files
kt3kclaude
andcommitted
docs: add fork instructions to the About page
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 0b169c6 commit 7708117

1 file changed

Lines changed: 48 additions & 0 deletions

File tree

src/about.vto

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,54 @@ description: How Changelog turns each day's commits into a plain-language digest
6969
</figure>
7070
7171
<p class="text-sm text-ink-soft">The cheap triage and the capped diffs keep the bill small: at current API prices an active repository runs about 1.5 to 2.5 cents a day, and quiet days cost under a cent.</p>
72+
73+
<h2>Run your own</h2>
74+
<p>Changelog is open source. Fork it, point it at the repositories you care about, and you have your own daily digest running on free GitHub infrastructure in a few minutes.</p>
75+
76+
<figure class="not-prose my-9">
77+
<ol class="m-0 flex list-none flex-col gap-3 p-0">
78+
<li class="rounded-xl border border-rule bg-surface px-5 py-4">
79+
<div class="flex flex-wrap items-center gap-x-2.5 gap-y-1">
80+
<span class="flex h-6 w-6 shrink-0 items-center justify-center rounded-full bg-ink text-xs font-bold text-white">1</span>
81+
<span class="text-base font-semibold tracking-tight">Fork the repo</span>
82+
</div>
83+
<div class="mt-1.5 pl-[2.125rem] text-sm leading-relaxed text-ink-soft">Fork <a href="https://github.com/kt3k/changelog">kt3k/changelog</a> on GitHub into your own account.</div>
84+
</li>
85+
86+
<li class="rounded-xl border border-rule bg-surface px-5 py-4">
87+
<div class="flex flex-wrap items-center gap-x-2.5 gap-y-1">
88+
<span class="flex h-6 w-6 shrink-0 items-center justify-center rounded-full bg-ink text-xs font-bold text-white">2</span>
89+
<span class="text-base font-semibold tracking-tight">Choose your repos</span>
90+
</div>
91+
<div class="mt-1.5 pl-[2.125rem] text-sm leading-relaxed text-ink-soft">Edit <code>repos.yml</code> and list the <code>owner/name</code> repositories you want to follow.</div>
92+
</li>
93+
94+
<li class="rounded-xl border border-rule bg-surface px-5 py-4">
95+
<div class="flex flex-wrap items-center gap-x-2.5 gap-y-1">
96+
<span class="flex h-6 w-6 shrink-0 items-center justify-center rounded-full bg-ink text-xs font-bold text-white">3</span>
97+
<span class="text-base font-semibold tracking-tight">Add your API key</span>
98+
</div>
99+
<div class="mt-1.5 pl-[2.125rem] text-sm leading-relaxed text-ink-soft">In <strong>Settings → Secrets and variables → Actions</strong>, add an <code>OPENAI_API_KEY</code> repository secret.</div>
100+
</li>
101+
102+
<li class="rounded-xl border border-rule bg-surface px-5 py-4">
103+
<div class="flex flex-wrap items-center gap-x-2.5 gap-y-1">
104+
<span class="flex h-6 w-6 shrink-0 items-center justify-center rounded-full bg-ink text-xs font-bold text-white">4</span>
105+
<span class="text-base font-semibold tracking-tight">Turn on Pages</span>
106+
</div>
107+
<div class="mt-1.5 pl-[2.125rem] text-sm leading-relaxed text-ink-soft">In <strong>Settings → Pages</strong>, set the source to <strong>GitHub Actions</strong> so the built site can deploy.</div>
108+
</li>
109+
110+
<li class="rounded-xl border border-accent bg-surface px-5 py-4">
111+
<div class="flex flex-wrap items-center gap-x-2.5 gap-y-1">
112+
<span class="flex h-6 w-6 shrink-0 items-center justify-center rounded-full bg-accent text-xs font-bold text-white">5</span>
113+
<span class="text-base font-semibold tracking-tight">Run it</span>
114+
</div>
115+
<div class="mt-1.5 pl-[2.125rem] text-sm leading-relaxed text-ink-soft">Trigger the <strong>Digest</strong> workflow from the <strong>Actions</strong> tab to test, then let the daily schedule take over — weekly and monthly editions roll up automatically.</div>
116+
</li>
117+
</ol>
118+
<figcaption class="mt-4 text-center text-sm text-ink-soft">See the <a href="https://github.com/kt3k/changelog#readme">README</a> for running locally and tuning the models.</figcaption>
119+
</figure>
72120
</div>
73121
74122
<nav class="mt-14 border-t border-rule pt-6">

0 commit comments

Comments
 (0)