Skip to content

Commit f671803

Browse files
grichaclaude
andcommitted
Add Perry logo to README, docs, and web app
- Add centered logo with badges to README - Add logo and favicon to Docusaurus docs - Add logo and favicon (multiple sizes) to web app - Update favicon references to use PNG format 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 97aa96f commit f671803

File tree

13 files changed

+14
-8
lines changed

13 files changed

+14
-8
lines changed

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
1-
# Perry
1+
<p align="center">
2+
<img src="assets/logo.png" alt="Perry" width="200">
3+
</p>
24

3-
[![Tests](https://github.com/gricha/perry/actions/workflows/test.yml/badge.svg)](https://github.com/gricha/perry/actions/workflows/test.yml)
4-
[![npm version](https://badge.fury.io/js/@gricha%2Fperry.svg)](https://www.npmjs.com/package/@gricha/perry)
5-
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5+
<h1 align="center">Perry</h1>
66

7-
Isolated, self-hosted workspaces accessible over Tailscale. AI coding agents, web UI, and remote terminal access.
7+
<p align="center">
8+
<a href="https://github.com/gricha/perry/actions/workflows/test.yml"><img src="https://github.com/gricha/perry/actions/workflows/test.yml/badge.svg" alt="Tests"></a>
9+
<a href="https://www.npmjs.com/package/@gricha/perry"><img src="https://badge.fury.io/js/@gricha%2Fperry.svg" alt="npm version"></a>
10+
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License: MIT"></a>
11+
</p>
12+
13+
<p align="center">Isolated, self-hosted workspaces accessible over Tailscale. AI coding agents, web UI, and remote terminal access.</p>
814

915
## Features
1016

assets/logo.png

1.98 MB
Loading

docs/docusaurus.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import type * as Preset from '@docusaurus/preset-classic';
77
const config: Config = {
88
title: 'Perry',
99
tagline: 'Isolated, self-hosted workspaces accessible over Tailscale',
10-
favicon: 'img/favicon.ico',
10+
favicon: 'img/favicon.png',
1111

1212
// Future flags, see https://docusaurus.io/docs/api/docusaurus-config#future
1313
future: {
@@ -62,7 +62,7 @@ const config: Config = {
6262
title: 'Perry',
6363
logo: {
6464
alt: 'Perry Logo',
65-
src: 'img/logo.svg',
65+
src: 'img/logo.png',
6666
},
6767
items: [
6868
{

docs/static/img/favicon-16.png

343 Bytes
Loading

docs/static/img/favicon-32.png

731 Bytes
Loading

docs/static/img/favicon.ico

275 KB
Binary file not shown.

docs/static/img/favicon.png

731 Bytes
Loading

docs/static/img/logo.png

1.98 MB
Loading

web/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
5+
<link rel="icon" type="image/png" href="/favicon.png" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>Perry</title>
88
</head>

web/public/favicon.png

731 Bytes
Loading

0 commit comments

Comments
 (0)