Skip to content

Starter Templates

WollyCMS includes starter templates with ready-to-import seed data. Each template gives you content types, block types, sample pages with blocks, menus, and taxonomies — so you can start building immediately instead of from scratch.

TemplateContent TypesBlock TypesPagesBest for
blog245Personal or company blogs
marketing385Product and business sites
wordpress258Migrating from WordPress
drupal4810Migrating from Drupal
college61012Higher education institutions
Terminal window
npx create-wolly my-site --template blog
cd my-site
npm run migrate
wolly import seed.json
npm run dev

The --template flag copies the seed file into your project. If you skip it, you’ll be prompted to choose.

If you already have a WollyCMS instance running, download the seed file and import it:

Terminal window
wolly import templates/blog/seed.json

Or from the admin UI: Settings → Data Management → Import Content and upload the seed.json file.

A personal or company blog with articles, tags, and a clean content model.

Content types:

  • blog_post — regions: hero, content. Fields: excerpt, author, tags, published_date, featured_image
  • page — regions: hero, content, sidebar

Block types: Rich Text, Hero, Image, CTA Button

Pages: Home, About, 3 sample blog posts

Taxonomies: Tags (technology, tutorial, news, opinion)

Menu: Main navigation (Home, Blog, About)


A product or business marketing site with landing pages, feature grids, and pricing.

Content types:

  • home_page — regions: hero, content, features, bottom
  • landing_page — regions: hero, content, features, bottom
  • page — regions: hero, content, sidebar

Block types: Rich Text, Hero, CTA Button, Feature Grid, Stat Bar, Image, Accordion, Embed

Pages: Home (hero + features + stats), Features, Pricing (FAQ accordion), About, Contact

Menu: Main navigation (Features, Pricing, About, Contact)


Familiar structure for teams migrating from WordPress. Posts and pages with categories and tags.

Content types:

  • post — regions: content, sidebar. Fields: excerpt, author, categories, featured_image, published_date
  • page — regions: hero, content, sidebar

Block types: Rich Text, Hero, Image, CTA Button, Embed

Pages: Home, Blog, About, Contact, Privacy Policy, 3 sample posts

Taxonomies: Categories (hierarchical: Uncategorized, News, Tutorials), Tags (wordpress, migration, cms)

Menus: Main navigation, Footer navigation

WordPressWollyCMS
PostsPages with post content type
PagesPages with page content type
CategoriesTaxonomy (hierarchical)
TagsTaxonomy (flat)
Featured Imagefeatured_image field (media type)
Gutenberg BlocksWollyCMS block types
MenusMenus
PluginsLifecycle hooks + block types

Familiar structure for teams migrating from Drupal. Content types, taxonomy vocabularies, and regions.

Content types:

  • article — regions: hero, content, sidebar. Fields: body_summary, author, tags, published_date
  • basic_page — regions: hero, content, sidebar, bottom
  • landing_page — regions: hero, content, features, bottom
  • event — regions: hero, content, sidebar. Fields: event_date, event_time, location, registration_url

Block types: Rich Text, Hero, Image, CTA Button, Accordion, Contact List, Location, Content Listing

Pages: Home, About, News, Events, Contact, 3 articles, 2 events

Taxonomies: Tags, Content Category (hierarchical: News, Events, Resources)

DrupalWollyCMS
Content TypesContent Types
NodesPages
ParagraphsBlock types in regions
Taxonomy VocabulariesTaxonomies
TermsTerms
Regions (Block Layout)Page regions (hero, content, sidebar)
ViewsContent Listing block type
MenusMenus
ModulesLifecycle hooks + block types

Higher education site template based on real-world community college deployments. Programs, events, departments, and admissions content.

Content types:

  • home_page — regions: hero, content, features, bottom
  • landing_page — regions: hero, content, features, bottom
  • secondary_page — regions: hero, content, sidebar, bottom
  • program — regions: hero, content, sidebar. Fields: department, degree_type, credits, application_url
  • article — regions: hero, content, sidebar
  • event — regions: hero, content, sidebar. Fields: event_date, event_time, location, registration_url

Block types: Rich Text, Hero, Image, CTA Button, Accordion, Contact List, Location, Content Listing, Link List, Embed

Pages: Home, About, Admissions, Academics, Student Life, Campus Map, Contact, 2 programs, 2 articles, 1 event

Taxonomies: Departments (hierarchical: Business, Sciences, Arts & Humanities, Health Sciences, Technology), Tags

Menus: Main navigation, Footer navigation