---
layout: ../../layouts/PostLayout.astro
title: Welcome to the Inkdrop and Astro workflow
description: A baseline post that verifies the Inkdrop-driven publishing setup end to end.
pubDate: 2026-04-06
updatedDate: 2026-04-06
public: true
tags:
  - astro
  - inkdrop
  - cloudflare
---

This post exists to make the project buildable before your real Inkdrop notebook starts exporting content.

The intended workflow is:

1. Write in Inkdrop.
2. Mark the note with `public: true`.
3. Run `pnpm live-import`.
4. Let Astro publish the resulting page and Markdown endpoint.

Every public post is also available as raw Markdown at the matching `.md` URL. For this page, that endpoint is [`/posts/welcome-to-inkdrop-astro.md`](/posts/welcome-to-inkdrop-astro.md).
