Skip to content

Commit 207214c

Browse files
copyleftdevclaude
andcommitted
docs: add logo to README, GitHub Pages, and mdBook
Logo: layered translucent pages with cryptographic hash arc, indigo (#4f46e5) and rose (#e11d48) palette matching the site theme. - README: centered logo (200px) above title and badges - GitHub Pages: 24px logo in nav bar, 96px logo in hero section - mdBook: centered logo (160px) on introduction page - Logo file placed at root, docs/, and book/src/ for all contexts Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 4b3a203 commit 207214c

10 files changed

Lines changed: 22 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<em>Place logo here</em>
2+
<img src="logo.png" alt="Palimpsest" width="200">
33
</p>
44

55
<h1 align="center">Palimpsest</h1>

book/src/introduction.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Introduction
22

3+
<p align="center">
4+
<img src="logo.png" alt="Palimpsest" width="160">
5+
</p>
6+
37
Palimpsest is a **deterministic crawl kernel** — not a crawler, not a Wayback clone, not a scraping framework. It is the foundational memory layer of the web: a system where the same input and the same seed produce an identical crawl, identical artifacts, and identical replay. Every design decision bends around this property.
48

59
## What Makes This Different

book/src/logo.png

176 KB
Loading

docs/book/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,10 @@ <h1 class="menu-title">Palimpsest Documentation</h1>
179179
<div id="mdbook-content" class="content">
180180
<main>
181181
<h1 id="introduction"><a class="header" href="#introduction">Introduction</a></h1>
182+
<p align="center">
183+
<img src="logo.png" alt="Palimpsest" width="160">
184+
</p>
185+
182186
<p>Palimpsest is a <strong>deterministic crawl kernel</strong> — not a crawler, not a Wayback clone, not a scraping framework. It is the foundational memory layer of the web: a system where the same input and the same seed produce an identical crawl, identical artifacts, and identical replay. Every design decision bends around this property.</p>
183187
<h2 id="what-makes-this-different"><a class="header" href="#what-makes-this-different">What Makes This Different</a></h2>
184188
<p>Traditional web archiving tools (Heritrix, wget, Scrapy, Brozzler) treat crawling as an inherently non-deterministic process. Network jitter, DNS resolution timing, thread scheduling, and random retry backoff all introduce entropy. Two runs of the same crawl produce different results. This makes verification impossible, replay approximate, and auditing meaningless.</p>

docs/book/introduction.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,10 @@ <h1 class="menu-title">Palimpsest Documentation</h1>
179179
<div id="mdbook-content" class="content">
180180
<main>
181181
<h1 id="introduction"><a class="header" href="#introduction">Introduction</a></h1>
182+
<p align="center">
183+
<img src="logo.png" alt="Palimpsest" width="160">
184+
</p>
185+
182186
<p>Palimpsest is a <strong>deterministic crawl kernel</strong> — not a crawler, not a Wayback clone, not a scraping framework. It is the foundational memory layer of the web: a system where the same input and the same seed produce an identical crawl, identical artifacts, and identical replay. Every design decision bends around this property.</p>
183187
<h2 id="what-makes-this-different"><a class="header" href="#what-makes-this-different">What Makes This Different</a></h2>
184188
<p>Traditional web archiving tools (Heritrix, wget, Scrapy, Brozzler) treat crawling as an inherently non-deterministic process. Network jitter, DNS resolution timing, thread scheduling, and random retry backoff all introduce entropy. Two runs of the same crawl produce different results. This makes verification impossible, replay approximate, and auditing meaningless.</p>

docs/book/logo.png

176 KB
Loading

docs/book/print.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,10 @@ <h1 class="menu-title">Palimpsest Documentation</h1>
180180
<div id="mdbook-content" class="content">
181181
<main>
182182
<h1 id="introduction"><a class="header" href="#introduction">Introduction</a></h1>
183+
<p align="center">
184+
<img src="logo.png" alt="Palimpsest" width="160">
185+
</p>
186+
183187
<p>Palimpsest is a <strong>deterministic crawl kernel</strong> — not a crawler, not a Wayback clone, not a scraping framework. It is the foundational memory layer of the web: a system where the same input and the same seed produce an identical crawl, identical artifacts, and identical replay. Every design decision bends around this property.</p>
184188
<h2 id="what-makes-this-different"><a class="header" href="#what-makes-this-different">What Makes This Different</a></h2>
185189
<p>Traditional web archiving tools (Heritrix, wget, Scrapy, Brozzler) treat crawling as an inherently non-deterministic process. Network jitter, DNS resolution timing, thread scheduling, and random retry backoff all introduce entropy. Two runs of the same crawl produce different results. This makes verification impossible, replay approximate, and auditing meaningless.</p>

docs/index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1461,7 +1461,10 @@
14611461

14621462
<nav>
14631463
<div class="inner">
1464-
<div class="brand"><strong>Palimpsest</strong> &mdash; Technical Journey</div>
1464+
<div class="brand" style="display:flex;align-items:center;gap:0.6rem;">
1465+
<img src="logo.png" alt="" style="width:24px;height:24px;border-radius:4px;">
1466+
<span><strong>Palimpsest</strong></span>
1467+
</div>
14651468
<div style="display:flex;gap:2rem;align-items:center;">
14661469
<a href="./book/index.html">Documentation</a>
14671470
<a href="https://github.com/copyleftdev/palimpsest" target="_blank">Repository</a>
@@ -1471,6 +1474,7 @@
14711474

14721475
<!-- ─── HERO ─── -->
14731476
<div class="hero">
1477+
<img src="logo.png" alt="Palimpsest" style="width:96px;height:96px;border-radius:12px;margin-bottom:1.5rem;">
14741478
<div class="label">Built with Claude Code &mdash; One Session, Zero Compromise</div>
14751479
<h1>The Web's Memory Layer <em>Should Be Provable</em></h1>
14761480
<p class="subtitle">

docs/logo.png

176 KB
Loading

logo.png

176 KB
Loading

0 commit comments

Comments
 (0)