Compare commits
3 Commits
c37bfe6294
...
0e51058af0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0e51058af0 | ||
|
|
98594406a7 | ||
|
|
d501e0ae32 |
@ -217,7 +217,7 @@ Other invariants verified by inspection:
|
|||||||
local-only build) produces the `.so`.
|
local-only build) produces the `.so`.
|
||||||
- **Live container UAT (UAT §§5.7-5.8, 6, 7, 13.1-13.15 runtime).**
|
- **Live container UAT (UAT §§5.7-5.8, 6, 7, 13.1-13.15 runtime).**
|
||||||
Those checks require running the theme against
|
Those checks require running the theme against
|
||||||
`https://terminal.localdev.blockninjacms.com/` and inspecting computed
|
`https://terminal.blockninja.dev/` and inspecting computed
|
||||||
styles via headless Chrome / pa11y. Out of scope for the
|
styles via headless Chrome / pa11y. Out of scope for the
|
||||||
build-and-safety pass; the code paths and CSS rules that satisfy them
|
build-and-safety pass; the code paths and CSS rules that satisfy them
|
||||||
are in place but not browser-verified here.
|
are in place but not browser-verified here.
|
||||||
|
|||||||
2
Makefile
@ -38,7 +38,7 @@ archive-check:
|
|||||||
echo "archive-check OK"
|
echo "archive-check OK"
|
||||||
|
|
||||||
# Publish the prebuilt .bnp to the active registry.
|
# Publish the prebuilt .bnp to the active registry.
|
||||||
# Pass --host https://my.localdev.blockninjacms.com for the dev orchestrator.
|
# Pass --host https://my.blockninja.dev for the dev orchestrator.
|
||||||
publish: build
|
publish: build
|
||||||
$(NINJA) plugin publish --bnp $(BNP)
|
$(NINJA) plugin publish --bnp $(BNP)
|
||||||
|
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
name = "terminal"
|
name = "terminal"
|
||||||
display_name = "Terminal"
|
display_name = "Terminal"
|
||||||
scope = "@themes"
|
scope = "@themes"
|
||||||
version = "0.2.1"
|
version = "0.3.0"
|
||||||
description = "Phosphor-on-black TTY theme for dev tools and OSS docs. Window chrome, man-page article layouts, keybind tables, boot logs, monospace type, and a typed-terminal canvas hero. Paper-teletype light mode, phosphor dark mode."
|
description = "Phosphor-on-black TTY theme for dev tools and OSS docs. Window chrome, man-page article layouts, keybind tables, boot logs, monospace type, and a typed-terminal canvas hero. Paper-teletype light mode, phosphor dark mode."
|
||||||
kind = "theme"
|
kind = "theme"
|
||||||
categories = ["templates"]
|
categories = ["templates"]
|
||||||
|
|||||||
BIN
preview.png
|
Before Width: | Height: | Size: 70 KiB After Width: | Height: | Size: 88 KiB |
BIN
screenshots/01-home-light.png
Normal file
|
After Width: | Height: | Size: 83 KiB |
BIN
screenshots/02-home-dark.png
Normal file
|
After Width: | Height: | Size: 81 KiB |
BIN
screenshots/03-about-light.png
Normal file
|
After Width: | Height: | Size: 106 KiB |
BIN
screenshots/04-about-dark.png
Normal file
|
After Width: | Height: | Size: 93 KiB |
BIN
screenshots/05-blog-cache-keys-light.png
Normal file
|
After Width: | Height: | Size: 86 KiB |
BIN
screenshots/06-blog-cache-keys-dark.png
Normal file
|
After Width: | Height: | Size: 71 KiB |