feat: add favicon and justfile for regeneration #8

Merged
addison merged 1 commit from exe-dev-bot/address-book:feat/favicon into main 2026-01-05 22:23:56 -05:00
Contributor

Summary

Adds a favicon for the Address Book app, generated using html2png.dev.

Changes

  • favicon.html: HTML/CSS source file defining the favicon design (a book icon with contact lines on a purple gradient background)
  • favicon.png: Generated 128x128 PNG favicon
  • justfile: Automation file with favicon recipe to regenerate the favicon
  • index.html: Added <link rel="icon"> tag
  • README.md: Added Development section documenting the justfile and favicon generation

Regenerating the favicon

just favicon

This reads favicon.html, sends it to html2png.dev, and saves the result as favicon.png.

## Summary Adds a favicon for the Address Book app, generated using html2png.dev. ## Changes - **favicon.html**: HTML/CSS source file defining the favicon design (a book icon with contact lines on a purple gradient background) - **favicon.png**: Generated 128x128 PNG favicon - **justfile**: Automation file with `favicon` recipe to regenerate the favicon - **index.html**: Added `<link rel="icon">` tag - **README.md**: Added Development section documenting the justfile and favicon generation ## Regenerating the favicon ```bash just favicon ``` This reads `favicon.html`, sends it to html2png.dev, and saves the result as `favicon.png`.
- Add favicon.html: HTML/CSS source for the favicon design
- Generate favicon.png via html2png.dev API
- Add justfile with 'favicon' recipe to regenerate
- Link favicon in index.html
- Update README with development section and favicon docs
addison deleted branch feat/favicon 2026-01-05 22:23:56 -05:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
kwila/address-book!8
No description provided.