@nexpress/theme-portfolio
v0.3.26
Published
Portfolio theme for NexPress.
Downloads
1,808
Readme
@nexpress/theme-portfolio
Portfolio theme for NexPress. Project-grid landing page, case-study layouts, image-led detail pages. Suited for design / studio / agency sites.
Install
pnpm add @nexpress/theme-portfolio// nexpress.config.ts
import { portfolioTheme } from "@nexpress/theme-portfolio";
export default defineConfig({
// ...
themes: [portfolioTheme],
defaultTheme: portfolioTheme.manifest.id,
});For authoring your own theme see
@nexpress/theme and
docs/theme-authoring.md.
License
MIT
