Compare commits
3 Commits
52a2501959
...
936b48653d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
936b48653d | ||
|
|
18b0d7c4b7 | ||
|
|
a1caa09d2a |
@ -206,7 +206,7 @@ Notes:
|
|||||||
spec flags this; a span-extraction fallback is deferred.
|
spec flags this; a span-extraction fallback is deferred.
|
||||||
- **Screenshots and demo seed content** (UAT §12): not produced in
|
- **Screenshots and demo seed content** (UAT §12): not produced in
|
||||||
this build pass. The six 1280×800 PNGs would be captured against
|
this build pass. The six 1280×800 PNGs would be captured against
|
||||||
`https://editorial.localdev.blockninjacms.com/` after deployment;
|
`https://editorial.blockninja.dev/` after deployment;
|
||||||
the demo seed (`The Quiet Reform` lead, two-up teasers, etc.)
|
the demo seed (`The Quiet Reform` lead, two-up teasers, etc.)
|
||||||
belongs to the marketplace assets workstream.
|
belongs to the marketplace assets workstream.
|
||||||
- **Email rendering across clients** (UAT §10): the wrapper is built
|
- **Email rendering across clients** (UAT §10): the wrapper is built
|
||||||
|
|||||||
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 = "editorial"
|
name = "editorial"
|
||||||
display_name = "Editorial"
|
display_name = "Editorial"
|
||||||
scope = "@themes"
|
scope = "@themes"
|
||||||
version = "0.2.1"
|
version = "0.3.0"
|
||||||
description = "A personal essayist's reading room: warm book-paper light, sepia-on-charcoal dark, serif baseline grid, drop caps, running marginalia and small-caps labels for longform writers and independent newsletters."
|
description = "A personal essayist's reading room: warm book-paper light, sepia-on-charcoal dark, serif baseline grid, drop caps, running marginalia and small-caps labels for longform writers and independent newsletters."
|
||||||
kind = "theme"
|
kind = "theme"
|
||||||
categories = ["templates"]
|
categories = ["templates"]
|
||||||
|
|||||||
BIN
preview.png
|
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 39 KiB |
BIN
screenshots/01-home-light.png
Normal file
|
After Width: | Height: | Size: 39 KiB |
BIN
screenshots/02-home-dark.png
Normal file
|
After Width: | Height: | Size: 39 KiB |
BIN
screenshots/03-about-light.png
Normal file
|
After Width: | Height: | Size: 65 KiB |
BIN
screenshots/04-about-dark.png
Normal file
|
After Width: | Height: | Size: 69 KiB |
BIN
screenshots/05-blog-on-attention-light.png
Normal file
|
After Width: | Height: | Size: 97 KiB |
BIN
screenshots/06-blog-on-attention-dark.png
Normal file
|
After Width: | Height: | Size: 102 KiB |