54 lines
1.9 KiB
Markdown
54 lines
1.9 KiB
Markdown
# Phosphor
|
|
|
|
A CRT / terminal **WordPress block theme** — green-on-black, monospace, subtle scanlines.
|
|
Minimal, fast, full-site-editing (FSE). Built for people who like their blog to look like a
|
|
warm CRT terminal that's *alive*.
|
|
|
|
> Phosphor (n.) — the glowing coating on the inside of a cathode-ray tube. The green afterglow.
|
|
|
|
## Status
|
|
|
|
**v0.1.0 — early.** A clean, installable block-theme foundation extracted and generalized from a
|
|
live personal site. No personal data, no API keys, no third-party services — pure GPL theme.
|
|
The roadmap below tracks the road to a polished, sellable-grade product.
|
|
|
|
## Install
|
|
|
|
1. Download `phosphor.zip` from the [Releases](https://github.com/Jeuners/phosphor/releases) page.
|
|
2. WordPress Admin → **Appearance → Themes → Add New → Upload Theme** → choose the ZIP → Activate.
|
|
|
|
Or clone and symlink the `theme/` folder into `wp-content/themes/phosphor`.
|
|
|
|
## What's in here
|
|
|
|
```
|
|
theme/ # the Phosphor block theme (this is what gets zipped & installed)
|
|
plugins/ # optional companion plugins (CRT admin skin, coming-soon, …) — added incrementally
|
|
LICENSE # GPL-2.0-or-later
|
|
```
|
|
|
|
## Design tokens
|
|
|
|
| Token | Value |
|
|
|---|---|
|
|
| Background | `#000000` |
|
|
| Text | `#ffffff` |
|
|
| Accent | `#00ff00` (CRT green) |
|
|
| Muted | `#666666` |
|
|
| Type | monospace (Courier / system mono) |
|
|
|
|
All editable in the Site Editor (Styles) or `theme.json` — no code needed to rebrand.
|
|
|
|
## Roadmap
|
|
|
|
- [x] Clean block-theme foundation (theme.json, templates, parts, GPL)
|
|
- [ ] Companion plugin: CRT admin skin + coming-soon (genericized)
|
|
- [ ] Full i18n (`phosphor` text domain, `.pot`)
|
|
- [ ] Block patterns (hero, post grid, CRT cards)
|
|
- [ ] Customizer-free theming presets + style variations
|
|
- [ ] Demo content (WXR) + screenshot
|
|
- [ ] `readme.txt` to WordPress.org standard
|
|
|
|
## License
|
|
|
|
[GPL-2.0-or-later](LICENSE). Use it, fork it, sell services around it.
|