Glossary
- CTA
- Call to Action. A prompt encouraging the reader to take a specific action, such as subscribing or reading more.
- IDS
- Intuition Design System. The design system that provides styles, components, and conventions used throughout the project.
- LQIP
- Low Quality Image Placeholder. A tiny blurred preview of an image displayed while the full-resolution version loads.
- NavAnchor
- A navigation anchor component that creates linkable sections within a page, used for in-page table of contents.
- PageMeta
- A TypeScript type describing page metadata: title, description, date, authors, tags, and sort order. Exported from each page's module script.
- Publication
- The main content wrapper component providing article layout, heading slot, and an optional CTA section.
- Remote Functions
- A SvelteKit experimental feature that allows server-side functions to be called from the client. Used for prerendering page metadata.
- Sitemap
- A page listing all routes in the project, organized hierarchically for navigation and SEO.
- Sveleton
- This project. A bootstrap template built on the Intuition Design System for quick-starting media projects with SvelteKit.
- SvelteKit
- The full-stack framework powering this project, used here as a static site generator with the static adapter.
- TodoCover
- A component rendering the visual cover for todo pages, with states: new, done, and canceled.
- vite-imagetools
- A Vite plugin for image optimization. Configured with default directives to produce AVIF format, responsive widths, and LQIP automatically.