Commit b18d1a6
Eric Bower
·
2026-05-10 21:35:34 -0400 EDT
parent 05d833b
docs: site changes
1 files changed,
+6,
-6
+6,
-6
1@@ -594,7 +594,7 @@ code {
2 <div class="two-col">
3 <div>
4 <p>
5- Every build step in pici runs as a <strong>real terminal session</strong>: a PTY you can attach to.
6+ Every build step in <code>pici</code> runs as a <strong>real terminal session</strong>: a PTY you can attach to.
7 No "enable debugging" flag. No "re-run with SSH" button. No waiting for a tunnel.
8 </p>
9 <p>
10@@ -687,7 +687,7 @@ code {
11 <div class="two-col">
12 <div>
13 <p>
14- Most CI systems are glued to Git webhooks. pici isn't. The core loop is simple:
15+ Most CI systems are glued to Git webhooks. <code>pici</code> isn't. The core loop is simple:
16 <strong>rsync a workspace</strong> and <strong>publish an event over SSH</strong>.
17 </p>
18 <p>
19@@ -783,7 +783,7 @@ code {
20 <p class="section-label">Who It's For</p>
21 <h2 style="justify-content: center;">CI that works for you, not against you.</h2>
22 <p>
23- pici is built for individuals and small teams who want to move fast. You write a bash
24+ <code>pici</code> is built for individuals and small teams who want to move fast. You write a bash
25 script, you push your code, your build runs, and if something breaks you jump into the
26 terminal and fix it. No YAML labyrinths, no approval workflows, no complex pipeline DAGs.
27 </p>
28@@ -816,9 +816,9 @@ code {
29 The same platform that runs your CI runs your apps.
30 </p>
31 <ul class="check-list">
32- <li>Our hardware, not a hyperscaler</li>
33 <li>Docker Compose via <code>git push</code></li>
34 <li>Expose HTTP services with compose labels</li>
35+ <li>Our hardware, not a hyperscaler</li>
36 <li>Limited hardware availability: when it's gone, it's gone</li>
37 </ul>
38 </div>
39@@ -932,7 +932,7 @@ code {
40 </div>
41 </div>
42 <div>
43- <div class="label good">pici</div>
44+ <div class="label good"><code>pici</code></div>
45 <div class="terminal">
46 <div class="terminal-bar">
47 <span class="dot red"></span>
48@@ -965,7 +965,7 @@ code {
49 ============================================================ -->
50 <section class="cta-section" id="beta">
51 <div class="container">
52- <h2>Get early access to pici.</h2>
53+ <h2>Get early access to <code>pici</code>.</h2>
54 <p class="subtitle">
55 We're opening the managed beta at <code>ci.pico.sh</code>.<br>
56 Self-hosted is available now on <a href="https://github.com/picosh/pici">GitHub</a>.