@nexpress/theme-magazine
v0.3.21
Published
Magazine theme for NexPress.
Readme
@nexpress/theme-magazine
Magazine theme for NexPress. Editorial layout — strong typography, image-forward grid, dense metadata. Suited for blogs, news sites, longform.
Install
pnpm add @nexpress/theme-magazine// nexpress.config.ts
import magazineTheme from "@nexpress/theme-magazine";
export default defineConfig({
// ...
themes: [magazineTheme],
defaultTheme: magazineTheme.manifest.id,
});For authoring your own theme see
@nexpress/theme and
docs/theme-authoring.md.
License
MIT
