Releases: FlineDev/SiteKit
Releases · FlineDev/SiteKit
1.0.1
Fixed
- DocC theme: linked inline code is clearly distinguishable from plain inline code again. A linked
<code>renders in the accent color with an underline, restoring the link affordance that the inline-code pill styling had flattened. - DocC theme: Swift syntax highlighting in code blocks now uses a fixed Apple/Xcode-style palette (pink keywords, purple types, red strings, blue numbers, and so on) on a pinned code surface, instead of accent-derived shades that collapsed to near-monochrome on strongly saturated accents.
Added
- An optional SwiftSyntax-based Swift code highlighter for DocC sites (the
SiteKitSyntaxHighlightingproduct, opt-in viaSiteBuilder.docc(…, highlighter:)). It classifies Swift tokens by syntactic role, coloring variable references green plus calls, members, and parameters, for a richer Xcode-like look. It lives in its own product, so sites that do not opt in never compile swift-syntax.
Full Changelog: 1.0.0...1.0.1
1.0.0
🎉 First public release!
An AI-first Swift static site generator: hand the whole job to an AI agent through an installable skill, and get a fast, SEO-complete, accessible static site you host anywhere. 🚀
✨ What's inside
- 🧩 Nine starter blueprints: Blog, IndieDev, Podcast, Newsletter, Portfolio, AppLanding, DocC, Plain, and Snippets.
- 🛠️ A phase-oriented build pipeline of swappable plugins, composed through
SiteBuilderfactory methods. - 🎨 A theming system with 3 layout templates, 15 color schemes, and 6 font pairings.
- 🧭 SEO-complete output: canonical URLs, Open Graph, JSON-LD, hreflang, sitemap, robots, and
llms.txt. - 🔍 Built-in client-side search, responsive images, dark and light mode, and accessibility-minded semantic HTML.
- 🌍 AI-assisted localization with hreflang and fallbacks across 36 locales.
- 💻 The
sitekitCLI to scaffold new sites and manage the toolchain (new,doctor,blueprints,update). - 🤖 An installable agent skill (
npx skills add FlineDev/SiteKit) and a Claude Code plugin, also usable from Codex, Cursor, Windsurf, and Xcode 26.
🚀 Getting started
Follow the README, or jump straight to the right guide via the use-case matrix. Full notes live in the changelog.
Built with AI, for AI – looking forward to your feedback! 🙌