@nexpress/theme-portfolio
v0.3.8
Published
Portfolio theme for NexPress.
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.
License
MIT
