Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 938 Bytes

File metadata and controls

44 lines (27 loc) · 938 Bytes

tools.passkeys.dev

Developer tools for passkeys and WebAuthn

Development

This site is built using Eleventy (11ty).

Requirements

Installation

npm install

Local Development

To run the development server with live reload:

npm run dev

Building for Production

To generate the static site in the public/ directory:

npm run build

Structure

  • src/: 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 and SEO

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.