Skip to content

Latest commit

 

History

History
187 lines (143 loc) · 11.9 KB

File metadata and controls

187 lines (143 loc) · 11.9 KB

Awesome Metalsmith

A curated list of awesome Metalsmith resources.

Inspired by the endless "awesome-*" lists out there.

For the latest news check the Metalsmith X account

Metalsmith at Stackoverflow

Community Tutorials/Blogposts

Building a MCP Server for developing a Metalsmith plugin

Blogpost series about modern Metalsmith site building on 2025

Using a headless Wordpress CMS as the content source for Metalsmith

Using Sanity CMS as the content source for Metalsmith

Recent

Prior to 2020

Building Plugins

Community Starters

Community Plugins

🔧 Maintainers: Plugin Health Check

To help keep the plugin list current and accurate, this repository includes a health checker script that can be run locally. Any maintainer can run it:

  1. Fork this repository
  2. Install dependencies: npm install
  3. Authenticate with GitHub CLI: gh auth login
  4. Run the health check: npm run update
  5. Review and submit the PR

Cross-platform support: Works on Windows, macOS, and Linux.

The script analyzes all plugins for:

Health Analysis:

  • Recent commit activity
  • npm download statistics
  • Issue responsiveness
  • Overall maintenance status

Security Analysis:

  • Known security vulnerabilities
  • Outdated and deprecated dependencies
  • Pre-1.0 version packages
  • Legacy build tools

Indicators:

  • Health: 🟢 Up-to-date | 🟡 Needing attention | 🔴 Uncertain | 📁 Archived
  • Security: ⚠️ Security concerns | 📦 Outdated dependencies

For more details, see PLUGIN_HEALTH_CHECKER.md.

Generator

Used by

Listings

Examples

Blogs

Websites

Want to add or edit something? Submit a pull request!