Bookworm Light NextJs
Bookworm Light is a minimal multi-author free nextjs blog template. This highly customizable theme is ideal for creating any type of blog website, including food, recipes, beauty, lifestyle, photography, travel, health, fitness, and more.
Key Features:
- 13+ Pre-Designed Pages
- Multi-Author support
- Google Page Speed score 100! (Desktop)
- Supports Contact Form
- Search Functionality
- Semantic HTML Document Structure
- Custom Logo Support
- Includes All SCSS Files
- Image Optimized With Next/image
Installation:
After downloading the template, you have some prerequisites to install. Then you can run it on your localhost. You can view the package.json file to see which scripts are included.
Local setup:
After successfully installing those dependencies, open this template with any IDE VS Code recommended, and then open the internal terminal of IDM vs code shortcut ctrl/cmd+
- Install dependencies
npm install
- Run locally
npm run dev
After that, it will open up a preview of the template in your default browser, watch for changes to source files, and live-reload the browser when changes are saved.
Production Build:
After finishing all the customization, you can create a production build by running this command.
npm run build