<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Astro on Simon&#39;s Blog</title>
    <link>https://blog.simon-hu.org/tags/astro/</link>
    <description>Recent content in Astro on Simon&#39;s Blog</description>
    <image>
      <title>Simon&#39;s Blog</title>
      <url>https://blog.simon-hu.org/%3Clink%20or%20path%20of%20image%20for%20opengraph,%20twitter-cards%3E</url>
      <link>https://blog.simon-hu.org/%3Clink%20or%20path%20of%20image%20for%20opengraph,%20twitter-cards%3E</link>
    </image>
    <generator>Hugo -- 0.163.3</generator>
    <language>en</language>
    <lastBuildDate>Thu, 23 Apr 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://blog.simon-hu.org/tags/astro/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>[Headless Drupal 101] Astro &#43; Drupal Basic Setup</title>
      <link>https://blog.simon-hu.org/posts/2026/04---april/2026-04-16-drupal-&#43;-astro/</link>
      <pubDate>Thu, 23 Apr 2026 00:00:00 +0000</pubDate>
      <guid>https://blog.simon-hu.org/posts/2026/04---april/2026-04-16-drupal-&#43;-astro/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;a991be3e-f8f1-4fbf-b576-6988a4ae8b68&#34; loading=&#34;lazy&#34; src=&#34;https://blog.simon-hu.org/posts/2026/04---april/2026-04-16-drupal-+-astro/a991be3e-f8f1-4fbf-b576-6988a4ae8b68.png&#34;&gt;&lt;/p&gt;
&lt;h2 id=&#34;executive-summary&#34;&gt;Executive Summary&lt;/h2&gt;
&lt;p&gt;This guide demonstrates how to build a decoupled Drupal site using &lt;strong&gt;Astro&lt;/strong&gt; as the frontend. By separating backend content management from the presentation layer, you can leverage Drupal’s robust modeling while utilizing modern JavaScript frameworks for a faster, component-based user experience.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Step 1: Backend Setup (Drupal)&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Environment:&lt;/strong&gt; Install Drupal using &lt;strong&gt;DDEV&lt;/strong&gt;.&lt;strong&gt;Modules:&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Enable &lt;strong&gt;JSON:API&lt;/strong&gt; and &lt;strong&gt;Serialization&lt;/strong&gt; core modules.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Content:&lt;/strong&gt; Create a sample &amp;ldquo;Article&amp;rdquo; and verify the output at &lt;code&gt;https://[base-url]/jsonapi/node/article&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Step 2: Frontend Setup (Astro)&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
