thewebsiteguy / wn-winterpress-theme
A custom WinterCMS starter template that includes additional plugins for a more WordPress like experience out-of-the-box.
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Language:HTML
Type:winter-theme
Requires
- composer/installers: ~1.0
- winter/wn-blocks-plugin: dev-main
- winter/wn-blog-plugin: ^2.1
- winter/wn-pages-plugin: ^2.2
- winter/wn-search-plugin: ^1.0
- winter/wn-seo-plugin: ^1.0
- winter/wn-sitemap-plugin: ^2.1
This package is auto-updated.
Last update: 2025-07-13 13:51:11 UTC
README
A custom WinterCMS starter template that includes additional plugins for a more WordPress like experience out-of-the-box.
Winter Plugins
This theme installs some first party plugins provided by the Winter team:
- Winter.Pages - Client friendly static page management.
- Winter.Blog - Robust blogging platform.
- Winter.Blocks - Provides a "block based" content management experience.
- Winter.Search - Full-text search integration based on Laravel Scout.
- Winter.SEO - Easily manage SEO metadata.
- Winter.Sitemap - Manages sitemap.xml definitions.
How to install
From root of project, run:
- Download theme
composer require thewebsiteguy/wn-winterpress-theme
- Install dependencies
php artisan vite:install
- Run build to create dist
php artisan vite:compile theme-winterpress
Vite watch
When devoloping, run vite watch to monitor changes and hot reload in browser
php artisan vite:watch theme-winterpress