You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/about.vto
+48Lines changed: 48 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -69,6 +69,54 @@ description: How Changelog turns each day's commits into a plain-language digest
69
69
</figure>
70
70
71
71
<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>
<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>
<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>
<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>
<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>
0 commit comments