thewebsiteguy/wn-winterpress-theme

A custom WinterCMS starter template that includes additional plugins for a more WordPress like experience out-of-the-box.

Maintainers

Package info

github.com/TheWebsiteGuy/wn-winterpress-theme

Homepage

Issues

Language:HTML

Type:winter-theme

pkg:composer/thewebsiteguy/wn-winterpress-theme

Statistics

Installs: 78

Dependents: 0

Suggesters: 0

Stars: 0

dev-main 2026-03-13 19:06 UTC

This package is auto-updated.

Last update: 2026-03-13 19:06:56 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:

Custom Plugins

How to install

From root of project, run:

  1. Download theme
composer require thewebsiteguy/wn-winterpress-theme
  1. Migrate database
php artisan winter:up
  1. Install dependencies
php artisan vite:install
  1. 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

Layouts

  • Block Builder Layout - A layout for building pages with Winter.Blocks.
  • Static Page Layout - A layout for static page content using Winter.Pages.
  • Default Layout - A default layout for CMS pages, Winter Pages and Blocks.