Seed: rework gallery article (right-floated figure, aside box, design section), drop md-chase.jpg, default theme corporate

This commit is contained in:
2026-08-28 23:23:51 +00:00
parent c801fdc929
commit 5101a5c5bf
3 changed files with 183 additions and 118 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ class Data(msgspec.Struct):
#: Active theme name (empty = none/base only). Themes live in
#: pagerite/themes/{theme}/ (theme.css and/or banner.css/banner.svg/
#: banner.html), served by the backend from disk.
theme: str = "purple"
theme: str = "corporate"
#: Page transition design name (cube, crossfade, ...). Designs live in
#: pagerite/themes/{name}/transition.css and are injected as
#: #pagerite-transition on every page.