Developer tools for passkeys and WebAuthn
This site is built using Eleventy (11ty).
npm installTo run the development server with live reload:
npm run devTo generate the static site in the public/ directory:
npm run buildsrc/: Source files (Nunjucks templates, data, and tool logic).src/_includes/: Shared layouts and components.src/_data/: Global site metadata._site_/: The generated static site (output).
Sitemaps are automatically generated during the build process. SEO metadata (Open Graph, Twitter cards, etc.) is managed via the Eleventy data cascade and layouts. Overrides can be set in the Front Matter of individual pages.