static-site-generate

Generate static websites from Markdown into deployable HTML with CI workflows.

3|Updated May 28, 2026
One-click install
npx skills add https://github.com/mahg-es/araya --skill static-site-generate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: static-site-generate
Source: https://github.com/mahg-es/araya/tree/main/skills/static-site-generate
Command: npx skills add https://github.com/mahg-es/araya --skill static-site-generate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill eliminates the need for dynamic servers for content sites and blogs by generating complete static websites from Markdown content and deploying them to hosted environments.

Core Features & Use Cases

  • Automated site generation: Build static sites from Markdown with theme, layout, and SEO.
  • Multi-SSG support: Works with Astro, Hugo, 11ty, or Free Pascal CLI to fit team preferences.
  • Deployment-ready output: Produces a ready-to-build project and CI workflow for GitHub Pages, Cloudflare Pages, or Netlify.

Quick Start

Create a new static site project from Markdown content and deploy it to your hosting provider.

Frequently Asked Questions about static-site-generate

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a static website from Markdown files?

Generate a static website from Markdown by using a static site generator like Astro, Hugo, or 11ty to convert content into deployable HTML with layouts, components, and a CI workflow.

What is the best way to deploy a Markdown blog to GitHub Pages or Netlify?

The best way to deploy a Markdown blog to GitHub Pages or Netlify is generating a ready-to-build project with a CI workflow that automates HTML compilation and deployment to your chosen hosting provider.

Can I migrate my CMS content to a static site generator?

Yes, you can migrate CMS content to a static site generator by converting existing posts into Markdown files, then processing them through Astro, Hugo, or 11ty to output a complete static website.

Does this static site generation method support both Astro and Hugo?

Yes, this static site generation method supports Astro, Hugo, 11ty, and Free Pascal CLI, allowing you to choose your preferred framework to build pages with themes, SEO, and layouts.

Why use a static site generator instead of a dynamic server for a documentation site?

Use a static site generator for documentation to eliminate the need for dynamic servers, producing fast pre-built HTML files that can be deployed directly to Cloudflare Pages, Netlify, or GitHub Pages.

Do I need a build pipeline to deploy a static site to Cloudflare Pages?

Yes, you need a build pipeline to compile Markdown into HTML and a configured CI workflow to automatically deploy the generated static site output to Cloudflare Pages or your chosen hosting platform.