A Next.js template for Lightweight CMS (now deprecated).
This template uses the lightweight-client npm package to fetch blog posts, categories, tags, and other blog-related data from Lightweight CMS.
- Blog listing page with pagination
- Individual blog post pages
- Category and tag filtering
- Automatic sitemap.xml
First, install the dependencies:
npm installThen, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
- lightweight-client - Client library for fetching data from Lightweight CMS
Made by edvardh1