Image and asset hosting for Allenberry emails and website.
Served via GitHub Pages at:
https://allenberry-jesse.github.io/allenberry-assets/
Any file in this repo is available at the base URL above plus its path.
For example, emails/2026-05-12-test/hero-mill.jpg is reachable at:
**`https://assets.allenberry.com/`**
That’s the URL you paste into the <img src="..."> tag in your email.
allenberry-assets/
├── emails/ # One folder per email send
│ └── YYYY-MM-DD/ # Date
│ ├── hero.jpg
│ └── ...
├── shared/ # Used across multiple emails / pages
│ ├── logos/
│ └── icons/
└── website/ # Website-only assets
├── about/
├── rooms/
└── dining/
emails/ — one subfolder per weekly send. Folder name is the send date in YYYY-MM-DD format. Examples:
2026-05-12/2026-05-19/2026-05-26/shared/ — anything used in more than one email or page (logos, icons, signature graphics, social icons). Don’t duplicate these into each weekly folder.
website/ — assets used only on Allenberry.com, separated so email and website concerns don’t get tangled.
fairfield-hall.jpg, not Fairfield_Hall.jpgmansion-house-winter.jpg, not IMG_2847.jpghero.jpg, thumbnail.jpg, signature.png| Rule | Target |
|---|---|
| File size | Under 200 KB for photos, under 100 KB for logos |
| Max width | 1200 px (most emails render at 600 px, 1200 px covers retina) |
| Format | JPEG for photos. PNG only when transparency is needed. |
| Color profile | sRGB (most photo tools default to this) |
Large or non-optimized images cause emails to load slowly, get clipped by Gmail (which truncates anything over ~102 KB of HTML), or trigger spam filters.
Optimize every image before committing. Drag through TinyPNG or Squoosh — both are free and cut file size 50–70% with no visible quality loss.
For each new email:
~/Allenberry/email-originals/2026-05-12/). Keep these as your archive.emails/ using the YYYY-MM-DD-slug pattern.Add assets for 2026-05-12 Crockett origins email.Hero.jpg ≠ hero.jpg.main branch, / (root).