Glossary

· updated

Terms used across the site. Each h2 defines one term; [[Term]] anywhere links here with a hover popup showing the first paragraph.

Static site

A site whose pages are files on disk, built ahead of time and served as-is. No server code runs per request.

Progressive enhancement

Ship a page that is complete without JavaScript, then let a small script add conveniences (sorting, popups, diagrams) on top.

markdown-it-py

The CommonMark parser lamina renders with, run in-process. GitHub dialect plus LaTeX math spans and wiki links, the last two added as plugins.