personal-blog

Generates a static blog from Markdown files using the MEAN-stack-like MEAN-stack-like MEAN-stack-like editing editing editing editing editing editing editing editing editing editing editing editing editing editing editing editing editing editing editing editing editing editing editing editing editing editing editing editing editing editing editing editing editing editing editing editing editing ed

Updated Jan 25, 2026
One-click install
npx skills add https://github.com/121Development/personal-website --skill personal-blog
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: personal-blog
Source: https://github.com/121Development/personal-website/tree/main
Command: npx skills add https://github.com/121Development/personal-website --skill personal-blog

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables you to publish a fast, SEO-friendly personal blog by converting Markdown content into static pages rendered at build time, eliminating the need for a heavy CMS.

Core Features & Use Cases

  • Static Site Generation: Builds HTML pages from Markdown content stored under /content, including blog posts, pages, and projects.
  • SEO & Discoverability: Generates meta tags, RSS feeds, and a sitemap to improve indexing and sharing.
  • Deployment at the Edge: Uses Cloudflare Workers for fast global delivery and edge caching.
  • Use Case: A solo developer wants a personal blog with versioned content and predictable deploys; push to master updates the site automatically.

Quick Start

  • Clone the repository
  • Install dependencies: pnpm install
  • Start the dev server: pnpm dev
  • Build and deploy: pnpm build && pnpm deploy

Frequently Asked Questions about personal-blog

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

FAQPage Schema
How do I build a fast personal blog from Markdown files?

You can publish an SEO-friendly blog from Markdown files by using an Astro-based static site generator to convert content stored under a /content directory into pre-rendered HTML pages at build time.

How do I generate SEO meta tags and RSS feeds for an Astro static blog?

To generate SEO meta tags and RSS feeds for an Astro static blog, this skill automatically produces meta tags, RSS feeds, and a sitemap during the build-time rendering process to improve search indexing and content sharing.

Can I deploy a static Astro blog to Cloudflare Workers?

Yes, you can deploy a static Astro blog to Cloudflare Workers. This skill uses Cloudflare Workers for edge deployment, enabling fast global content delivery and edge caching without requiring runtime API calls.

Do I need a CMS to manage content for a version-controlled personal blog?

No, you do not need a heavy CMS to manage content for a version-controlled personal blog. This skill uses a static content workflow where Markdown files are version-controlled, and pushing to master updates the site automatically.

What is the best way to deploy a Markdown blog without runtime API calls?

The best way to deploy a Markdown blog without runtime API calls is using a static site generation workflow. This skill pre-renders HTML at build time using a pnpm and Node toolchain, eliminating the need for server-side API requests.