Topic: ejs

2026-09-12 · 3 min read

Markdown blog with Express and EJS

Build a content site where each article is a Markdown file with front matter, parsed once at startup and rendered with EJS. Covers a tiny front-matter parser, a marked renderer that marks external and sponsored links, reading-time estimates for languages without spaces, and generating sitemap.xml.

expressejsmarkdownmarked

← Guides