This release officially deprecates the old JSON-injection workflow in favor of a pure Markdown compilation pipeline.
What's Changed
- Direct Markdown Compilation: Replaced the previous runtime JSON injection. Jekyll now parses Markdown files directly at build time, eliminating auxiliary file regeneration and keeping the commit history clean.
- Pure Static Layout: Kept the site entirely static with zero client-side JavaScript overhead.
- Zero-Configuration Static Site: No custom HTML or CSS setups. Relying entirely on native Jekyll theme parsing to keep the repository 100% lightweight.
Full Changelog: v0.1.0...v0.2.0