__smm_static_temp_content__

Getting Started

Install

npm i -g serve-my-md

Run

serve-my-md --directory .

The CLI scans markdown files in the target directory and generates a static website there. Every page is a standalone HTML file (SSG) — deploy to any static host or CDN.

What gets read automatically

Important index.md behavior

Example:

docs/
  index.md
  guides/
    index.md
    install.md

Routes:

Future goals