v0.1.0
core
current
Public
Core and CLI overview
Review the shipped portable runtime, command surface, and integration entry points.
- Owner
- Foundry Core
- Source
core/README.md- Ref
v0.1.11- Policy
- release-bound
Component pins for v0.1.0
| Component | Role | Version |
|---|---|---|
| core | runtime | v0.1.11 |
| theme-shield | theme | v0.1.11 |
| dark-mode | runtime-addon | v0.1.0 |
| i18n | runtime-addon | v0.1.0 |
| distribution | tooling | v0.3.1 |
| restricted-component-1 | consumer-reference | v1.1.21 |
Shared Hugo module for LikeStyle Foundry sites.
Includes
- Block renderer (
sectionsfront matter loop) - Block registry (
blockkey -> partial mapping) - Core blocks (hero, features, CTA, testimonials, pricing, FAQs, etc.)
- Search block integration (Pagefind-ready static search)
- Shared UI primitives (button + class tokens)
- Wrapper metadata around rendered blocks (
.foundry-block+ block-type class)
Usage
- Add module to your site
go.modand mountlayouts/partialstolayouts/partials/foundry. - Use
sectionsfront matter to compose pages. - Use
design.variantto switch layout variants where supported. - Optional: use
bricks+bricks_orderfor Lego-style composition.
See the Foundry docs repo for full block schemas and usage examples.
Local core docs: docs/FEATURE-FLAGS.md and docs/RELEASE-CHECKLIST.md.