Astro Layout
@svendowideit/astro-layoutv2026.07.28.1
01README
Generates an Astro static site layout from markdown files with automatic page generation, layouts, and placeholder components for dynamic islands.
02Models
@svendowideit/astro-layoutv2026.07.28.1astro_layout.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| siteUrl | string | Base URL for the Astro site |
| sourceDir | string | Directory containing markdown files |
fn generate(outputDir: string, includeDynamicComponents: boolean)
Generate an Astro static site layout from markdown files
| Argument | Type | Description |
|---|---|---|
| outputDir | string | Output directory for the generated Astro project |
| includeDynamicComponents | boolean | Generate 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