Docs
Search

Blog

(3)

Astro blog templates built with Lism CSS. Pick one based on how many features you need, from a bare-bones setup to a fully equipped tech blog. All of them use Markdown / MDX for posts and can be generated in Japanese or English.

Blog Minimal

Astro
Blog Minimal thumbnail

Minimal Astro blog with posts and tags only

  • Tags
  • sitemap

Copy this template:

$ npm create lism@latest -- --template blog-astro-minimal --lang en
Blog Personal thumbnail

Personal / essay-style Astro blog with monthly archives

  • Tags
  • Monthly archives
  • Share buttons
  • Auto-generated OG images
  • sitemap (with lastmod)

Copy this template:

$ npm create lism@latest -- --template blog-astro-personal --lang en
Blog Tech Log thumbnail

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)

Copy this template:

$ npm create lism@latest -- --template blog-astro-techlog --lang en