Skip to main content

Astro Layout

@svendowideit/astro-layoutv2026.07.28.1· 28d agoMODELS
01README

Generates an Astro static site layout from markdown files with automatic page generation, layouts, and placeholder components for dynamic islands.

02Models1
@svendowideit/astro-layoutv2026.07.28.1astro_layout.ts

Global Arguments

ArgumentTypeDescription
siteUrlstringBase URL for the Astro site
sourceDirstringDirectory containing markdown files
fn generate(outputDir: string, includeDynamicComponents: boolean)
Generate an Astro static site layout from markdown files
ArgumentTypeDescription
outputDirstringOutput directory for the generated Astro project
includeDynamicComponentsbooleanGenerate placeholder comments for dynamic component islands

Resources

result(infinite)— Result of the Astro site generation
page(infinite)— Generated astro page metadata
03Stats
A
100 / 100
Downloads
0
Archive size
11.5 KB
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types (deprecated)1/1earned
  • Dependencies pass trust audit2/2earned
  • Has description1/1earned
  • Platform support declared (or universal)2/2earned
  • License declared1/1earned
  • Verified public repository2/2earned
04Platforms