输入关键词搜索标题、摘要和正文。Type to search titles, descriptions and post content.

← Back

Build a Minimal Blog with Astro and Markdown

A look at how SoraPaper keeps writing close to Astro content collections while using typed frontmatter, design tokens and Markdown extensions for a calm reading experience.

1 min readUpdated Jul 2, 2026

Astro is a good foundation for a personal theme because it keeps content close to the platform. The theme can feel polished without becoming a heavy client application.

Design Principles

SoraPaper follows three principles:

  • Keep long-form reading calm and centered.
  • Use soft decoration only where it supports orientation.
  • Make every visual decision configurable through a small token system.

Content First

The homepage can be expressive, but the article page should stay quiet. Typography, spacing, code blocks, images and tables deserve more care than ornamental effects.

The visual layer should feel present, but never louder than the writing.

Implementation Notes

The theme uses Astro Content Collections for typed frontmatter, plain CSS variables for design tokens, and optional integrations for search, comments and analytics.