← All notes

Hello from Cloudflare Pages

A small test note for my new Astro-powered website.

This is a test note published with Astro and Cloudflare Pages.

The workflow is pleasantly simple:

  1. Write a Markdown file.
  2. Commit it to Git.
  3. Push it to GitHub.
  4. Let Cloudflare build and deploy the site.

A tiny code sample

const message = "Hello, world!";
console.log(message);

If you can read this page, the automatic deployment worked.

— Zhao Yiqing