Skip to content
WaterWord

About

WaterWord is a Markdown-first technical blog for sharing notes, tutorials, and project write-ups on R, Python, bioinformatics, deep learning, and scientific visualization.

What this starter optimizes for

What WaterWord will cover

Writing workflow

Use pnpm new-post "Post title" to create a draft in src/data/blog/<year>/.

Each article uses standard frontmatter:

That keeps the content portable if you later decide to move to another blog stack.

Project direction

The current version focuses on publishing and discoverability first. It does not implement login, subscriptions, or a paywall yet.

Instead, it already includes the base pieces needed for a future content business:

When paid content becomes a priority, WaterWord can either evolve toward Astro SSR plus auth and payments, or migrate to a more subscription-oriented platform.