Search

Project Templates

Project starters for building new sites with Lism CSS. Generate them through the interactive CLI flow or by passing a template slug directly.

Quick start

Start the interactive flow and choose category, stack, and variant in order.

 npm create lism@latest 

Pass arguments to skip the selection UI and generate directly.

 npm create lism@latest {targetDir} -- --template {slug} 

Available templates

Templates you can generate directly from the CLI.

Minimal

(2)

Minimal configuration with Lism CSS. Ideal for testing or as a base for your own custom setup.

Minimal thumbnail
AstroVite + React

Minimal

Minimal configuration with Lism CSS. Ideal for testing or as a base for your own custom setup.

$ npm create lism@latest -- --template minimal --lang en

Blog

(3)

Blog site templates built with Lism CSS.

Blog Personal thumbnail
Astro

Blog Personal

Personal / essay-style Astro blog with monthly archives

  • Tags
  • Monthly archives
  • Share buttons
  • Auto-generated OG images
  • sitemap (with lastmod)
$ npm create lism@latest -- --template blog-astro-personal --lang en
Blog Tech Log thumbnail
Astro

Blog Tech Log

Tech blog with code highlighting, categories, tags, TOC, monthly archives and search

  • Categories / Tags
  • Monthly archives
  • Search (Pagefind)
  • Table of contents
  • Code highlighting
  • Dark mode
  • Share buttons
  • Auto-generated OG images
  • sitemap (with lastmod)
$ npm create lism@latest -- --template blog-astro-techlog --lang en

LP

(2)

Landing page templates built with Lism CSS.

Templates vs. Patterns

Templates generate a full project. Patterns are copy-and-paste section patterns for an existing site.

View Patterns