📜 Hello, there!

This template demonstrates how to use Astro and Notion as a CMS. The blog content is fetched from a Notion database using the official Notion SDK for JavaScript. THANKS to Astro's Content Collection API, you simply need to download your Notion content in Markdown format and place it in the src/content/blog folder. Optionally, you can intergrate with Github Actions to run the synchronization script(npm run sync) on a schedule.