Package
@staticbolt /core
The builder. It reads plain HTML, Markdown, CSS, and TypeScript out of a project and runs them through a plugin pipeline until what is left is the site.
- Getting started Scaffold a project, or add staticbolt to one that already exists, and run the build.
- Project structure Where pages, layouts, parts, scripts, styles, and assets go, and the aliases that find them.
- Configuration The config file, and why the order plugins are listed in is the order they see the build.
- CLI Every command and flag the staticbolt binary takes.
- Editor support The language server: completion, links, and diagnostics taken from the project's own plugins.
- Performance Where build time goes, and what to measure before changing anything.
- Plugins A reference page for each of the 46 plugins: HTML, scripts and styles, assets, pipeline, SEO, CLI, and core.